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