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