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