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