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