Expand description
Tools for (de)serialization
Re-exports§
pub use bytes_wrapper::BytesWrapper;
Modules§
Structs§
- Byte
Array - Wrapper around
[u8, N]that (de)serializes using the byte buffer (instead of sequence) data type. - Byte
Array 🔒Visitor - Extracts a ByteArray from a serde::Deserializer.
- Skip
- Deserializes nothing, useful for ignoring deprecated fields in types annotated with
#[serde(deny_unknown_fields)].
Functions§
- default_
object - Deserializes an empty (json) object to a type
T. Panics if this is not possible.