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