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