Class TaxCollection.ModelEnum.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<TaxCollection.ModelEnum>
-
- software.amazon.spapi.models.orders.v0.TaxCollection.ModelEnum.Adapter
-
- Enclosing class:
- TaxCollection.ModelEnum
public static class TaxCollection.ModelEnum.Adapter extends com.google.gson.TypeAdapter<TaxCollection.ModelEnum>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaxCollection.ModelEnum
read(com.google.gson.stream.JsonReader jsonReader)
void
write(com.google.gson.stream.JsonWriter jsonWriter, TaxCollection.ModelEnum enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, TaxCollection.ModelEnum enumeration) throws java.io.IOException
- Specified by:
write
in classcom.google.gson.TypeAdapter<TaxCollection.ModelEnum>
- Throws:
java.io.IOException
-
read
public TaxCollection.ModelEnum read(com.google.gson.stream.JsonReader jsonReader) throws java.io.IOException
- Specified by:
read
in classcom.google.gson.TypeAdapter<TaxCollection.ModelEnum>
- Throws:
java.io.IOException
-
-