Package net.troja.eve.esi.model
Class CharacterWalletJournalResponse.ContextIdTypeEnum.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<CharacterWalletJournalResponse.ContextIdTypeEnum>
-
- net.troja.eve.esi.model.CharacterWalletJournalResponse.ContextIdTypeEnum.Adapter
-
- Enclosing class:
- CharacterWalletJournalResponse.ContextIdTypeEnum
public static class CharacterWalletJournalResponse.ContextIdTypeEnum.Adapter extends com.google.gson.TypeAdapter<CharacterWalletJournalResponse.ContextIdTypeEnum>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CharacterWalletJournalResponse.ContextIdTypeEnumread(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, CharacterWalletJournalResponse.ContextIdTypeEnum enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, CharacterWalletJournalResponse.ContextIdTypeEnum enumeration) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<CharacterWalletJournalResponse.ContextIdTypeEnum>- Throws:
IOException
-
read
public CharacterWalletJournalResponse.ContextIdTypeEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<CharacterWalletJournalResponse.ContextIdTypeEnum>- Throws:
IOException
-
-