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