Module deserialize

Module deserialize 

Source
Expand description

JSON-RPC deserialization functions

Enums§

DeserializationError
Error type for deserialization operations

Functions§

from_batch_string
Deserialize a JSON string to a Batch
from_batch_value
Deserialize a JSON Value to a Batch
from_request_string
Deserialize a JSON string to a Request
from_request_value
Deserialize a JSON Value to a Request
from_response_string
Deserialize a JSON string to a Response
from_response_value
Deserialize a JSON Value to a Response