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