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