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