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