Package Avalara.SDK.model.EInvoicing.V1
Class BatchSearch.StatusEnum.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<BatchSearch.StatusEnum>
-
- Avalara.SDK.model.EInvoicing.V1.BatchSearch.StatusEnum.Adapter
-
- Enclosing class:
- BatchSearch.StatusEnum
public static class BatchSearch.StatusEnum.Adapter extends com.google.gson.TypeAdapter<BatchSearch.StatusEnum>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchSearch.StatusEnumread(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, BatchSearch.StatusEnum enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, BatchSearch.StatusEnum enumeration) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<BatchSearch.StatusEnum>- Throws:
IOException
-
read
public BatchSearch.StatusEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<BatchSearch.StatusEnum>- Throws:
IOException
-
-