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