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