Package sh.ory.model
Class Project.StateEnum.Adapter
java.lang.Object
com.google.gson.TypeAdapter<Project.StateEnum>
sh.ory.model.Project.StateEnum.Adapter
- Enclosing class:
- Project.StateEnum
public static class Project.StateEnum.Adapter extends com.google.gson.TypeAdapter<Project.StateEnum>
-
Constructor Summary
Constructors Constructor Description Adapter() -
Method Summary
Modifier and Type Method Description Project.StateEnumread(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, Project.StateEnum enumeration)Methods inherited from class com.google.gson.TypeAdapter
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
-
Constructor Details
-
Adapter
public Adapter()
-
-
Method Details
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, Project.StateEnum enumeration) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<Project.StateEnum>- Throws:
IOException
-
read
- Specified by:
readin classcom.google.gson.TypeAdapter<Project.StateEnum>- Throws:
IOException
-