Package sh.ory.model
Class SelfServiceSettingsFlowState.Adapter
java.lang.Object
com.google.gson.TypeAdapter<SelfServiceSettingsFlowState>
sh.ory.model.SelfServiceSettingsFlowState.Adapter
- Enclosing class:
- SelfServiceSettingsFlowState
public static class SelfServiceSettingsFlowState.Adapter extends com.google.gson.TypeAdapter<SelfServiceSettingsFlowState>
-
Constructor Summary
Constructors Constructor Description Adapter() -
Method Summary
Modifier and Type Method Description SelfServiceSettingsFlowStateread(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, SelfServiceSettingsFlowState 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, SelfServiceSettingsFlowState enumeration) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<SelfServiceSettingsFlowState>- Throws:
IOException
-
read
public SelfServiceSettingsFlowState read(com.google.gson.stream.JsonReader jsonReader) throws IOException- Specified by:
readin classcom.google.gson.TypeAdapter<SelfServiceSettingsFlowState>- Throws:
IOException
-