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