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