public interface JsonRpcDeserializer
DataValues.JsonRpcSerializer| Modifier and Type | Method and Description |
|---|---|
DataValue |
deserializeDataValue(java.lang.String jsonString)
Deserializes a JSON string as
DataValue. |
DataValue deserializeDataValue(java.lang.String jsonString)
DataValue.jsonString - to be deserializedDataValueCoreException - if the provided jsonString cannot be
deserialized