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