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