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