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