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