Serde data model
serde-content
is an alternative design for the private Serde content types
like this one.
These types are used to store the Rust values that represent the Serde data model.
The model is stable and well documented.
This crate offers a unified design for both serialising and deserialising data.
The goal is to offer a stable interface with roundtrip guarantees when
serialising to and deserialising from Value
using our Serializer
and Deserializer
.
Example
use ;
use ;