1 2 3 4 5 6
//! Encoder configuration and construction. //! //! [`Encoder`] and [`EncodeConfig`] are defined in the serialization module; //! they are re-exported here as the `nextjson::encoding` configuration surface. pub use crate::ser::{EncodeConfig, Encoder};