A lightweight JSON RPC client & server
Home > async-call-rpc > Serialization
Warning: This API is now obsolete.
Use IsomorphicEncoder instead.
Serialize and deserialize of the JSON-RPC payload
Signature:
export interface Serialization
Method | Description |
---|---|
deserialization(serialized) | Deserialize data |
serialization(from) | Serialize data |