async-call-rpc

A lightweight JSON RPC client & server

Home > async-call-rpc > Serialization

Serialization interface

Warning: This API is now obsolete.

Use IsomorphicEncoder instead.

Serialize and deserialize of the JSON-RPC payload

Signature:

export interface Serialization 

Methods

Method Description
deserialization(serialized) Deserialize data
serialization(from) Serialize data