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