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