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