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