Module msgpack

Module msgpack 

Expand description

Re-export MsgPack serialization helpers for consumers expecting to configure codecs via this crate. Provides MsgPack serialization support for types implementing [Serializable].

This module contains traits for MsgPack serialization and deserialization, separated from the core [Serializable] trait to allow independent opt-in.

Traitsยง

FromMsgPack
Provides deserialization from MsgPack encoded bytes.
MsgPackSerializable
Marker trait combining [Serializable], FromMsgPack, and ToMsgPack.
ToMsgPack
Provides serialization to MsgPack encoded bytes.