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