Class V20CredExRecord.StateEnum.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<V20CredExRecord.StateEnum>
-
- org.hyperledger.acy_py.generated.model.V20CredExRecord.StateEnum.Adapter
-
- Enclosing class:
- V20CredExRecord.StateEnum
public static class V20CredExRecord.StateEnum.Adapter extends com.google.gson.TypeAdapter<V20CredExRecord.StateEnum>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V20CredExRecord.StateEnumread(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, V20CredExRecord.StateEnum enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, V20CredExRecord.StateEnum enumeration) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<V20CredExRecord.StateEnum>- Throws:
IOException
-
read
public V20CredExRecord.StateEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<V20CredExRecord.StateEnum>- Throws:
IOException
-
-