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