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