public interface JsonRpcDeserializer
DataValue
s.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 deserializedDataValue
CoreException
- if the provided jsonString
cannot be
deserialized