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