public class ParameterValueTypeAdapter extends com.google.gson.TypeAdapter<ParameterValue>
TypeAdapter for serializing instances of ParameterValue| Constructor and Description |
|---|
ParameterValueTypeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
ParameterValue |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter jsonWriter,
ParameterValue parameter) |
public void write(com.google.gson.stream.JsonWriter jsonWriter,
ParameterValue parameter)
throws IOException
write in class com.google.gson.TypeAdapter<ParameterValue>IOExceptionpublic ParameterValue read(com.google.gson.stream.JsonReader in) throws IOException
read in class com.google.gson.TypeAdapter<ParameterValue>IOExceptionCopyright © 2017 MuleSoft, Inc.. All rights reserved.