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