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