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