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