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