async-call-rpc

A lightweight JSON RPC client & server

Home > async-call-rpc > AsyncCallOptions > serializer

AsyncCallOptions.serializer property

Warning: This API is now obsolete.

Use “encoding” option instead. This option will be removed in the next major version.

Serializer of the requests and responses.

Signature:

serializer?: Serialization;