Package: @effect/rpc
Module: RpcSerialization
A rpc serialization layer that uses MessagePack for serialization.
MessagePack has a more compact binary format compared to JSON and NDJSON. It also has better support for binary data.
Signature
declare const layerMsgPack: Layer.Layer<RpcSerialization, never, never>
Since v1.0.0