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