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