Module preserves::value::ser

source ·
Expand description

Support for Serde serialization of Rust data types into Preserves values (not syntax).

Structs§

  • Serde serializer for converting Rust data to in-memory Preserves values, which can then be serialized using text or binary syntax, analyzed further, etc.

Enums§

  • Empty/placeholder type for representing serialization errors: serialization to values cannot fail.

Functions§

  • Convenience function for directly converting a Serde-serializable T to an IOValue.