public static class InboxDto.InboxTypeEnum.Adapter extends com.google.gson.TypeAdapter<InboxDto.InboxTypeEnum>
Constructor and Description |
---|
Adapter() |
Modifier and Type | Method and Description |
---|---|
InboxDto.InboxTypeEnum |
read(com.google.gson.stream.JsonReader jsonReader) |
void |
write(com.google.gson.stream.JsonWriter jsonWriter,
InboxDto.InboxTypeEnum enumeration) |
public void write(com.google.gson.stream.JsonWriter jsonWriter, InboxDto.InboxTypeEnum enumeration) throws IOException
write
in class com.google.gson.TypeAdapter<InboxDto.InboxTypeEnum>
IOException
public InboxDto.InboxTypeEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException
read
in class com.google.gson.TypeAdapter<InboxDto.InboxTypeEnum>
IOException
Copyright © 2023. All rights reserved.