Expand description
Efficient serialization and deserialization for Vec<T> and Box<[T]> where T supports
zerocopy.
Traits§
- Serialize
AsBytes - A trait for container types that can be efficiently serialized as a byte slice and
reconstructed from a
Vecof their elements.
Functions§
- deserialize
- Deserializes a container type from a byte slice.
- serialize
- Serializes a container type as a byte slice.