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