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