public class ValueTypeAdapter extends com.google.gson.TypeAdapter<org.mule.runtime.api.value.Value>
| Constructor and Description |
|---|
ValueTypeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.value.Value |
read(com.google.gson.stream.JsonReader jsonReader) |
void |
write(com.google.gson.stream.JsonWriter jsonWriter,
org.mule.runtime.api.value.Value value) |
public void write(com.google.gson.stream.JsonWriter jsonWriter,
org.mule.runtime.api.value.Value value)
throws IOException
write in class com.google.gson.TypeAdapter<org.mule.runtime.api.value.Value>IOExceptionpublic org.mule.runtime.api.value.Value read(com.google.gson.stream.JsonReader jsonReader) throws IOException
read in class com.google.gson.TypeAdapter<org.mule.runtime.api.value.Value>IOExceptionCopyright © 2021 MuleSoft, Inc.. All rights reserved.