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