Package io.voucherify.client.model
Class ParameterVoucherTypeListPublications.Adapter
java.lang.Object
com.google.gson.TypeAdapter<ParameterVoucherTypeListPublications>
io.voucherify.client.model.ParameterVoucherTypeListPublications.Adapter
- Enclosing class:
- ParameterVoucherTypeListPublications
public static class ParameterVoucherTypeListPublications.Adapter
extends com.google.gson.TypeAdapter<ParameterVoucherTypeListPublications>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionread(com.google.gson.stream.JsonReader jsonReader) voidwrite(com.google.gson.stream.JsonWriter jsonWriter, ParameterVoucherTypeListPublications enumeration) Methods inherited from class com.google.gson.TypeAdapter
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
-
Constructor Details
-
Adapter
public Adapter()
-
-
Method Details
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, ParameterVoucherTypeListPublications enumeration) throws IOException - Specified by:
writein classcom.google.gson.TypeAdapter<ParameterVoucherTypeListPublications>- Throws:
IOException
-
read
public ParameterVoucherTypeListPublications read(com.google.gson.stream.JsonReader jsonReader) throws IOException - Specified by:
readin classcom.google.gson.TypeAdapter<ParameterVoucherTypeListPublications>- Throws:
IOException
-