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