Module serde_amqp::extensions

source ·
Available on crate feature extensions only.
Expand description

Serialization/deserialization of extension types that are not defined in the core protocol

Structs§

  • This is NOT a type defined in the AMQP 1.0 core protocol. Because Vec<T> (or any type that needs SerializeSeq other than Array) is serialized as a List, this simply provides an alternative that is serialized as a bare sequence of elements.