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