public final class ValueResultJsonSerializer extends Object
ValueResult type into a readable and processable
JSON representation and from a JSON String to an ValueResult instance| Constructor and Description |
|---|
ValueResultJsonSerializer() |
ValueResultJsonSerializer(boolean prettyPrinting) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.value.ValueResult |
deserialize(String valueResult)
Deserializes a JSON representing a
ValueResult to an actual ValueResult instance. |
String |
serialize(org.mule.runtime.api.value.ValueResult valueResult)
Serializes to a JSON representation a
ValueResult |
public ValueResultJsonSerializer()
public ValueResultJsonSerializer(boolean prettyPrinting)
public String serialize(org.mule.runtime.api.value.ValueResult valueResult)
ValueResultvalueResult - result object to serializeValueResultpublic org.mule.runtime.api.value.ValueResult deserialize(String valueResult)
ValueResult to an actual ValueResult instance.valueResult - JSON representing a resultValueResult instanceCopyright © 2021 MuleSoft, Inc.. All rights reserved.