Available on crate feature
alloc only.Expand description
APIs for environments where allocations can be made.
These APIs have default writers, automatically manage allocators, and support shared pointers.
Functions§
- access
bytecheck - Access a byte slice.
- access_
mut bytecheck - Mutably access a byte slice.
- access_
pos bytecheck - Access a byte slice with a given root position.
- access_
pos_ mut bytecheck - Mutably access a byte slice with a given root position.
- deserialize
- Deserialize a value from the given archived value.
- from_
bytes bytecheck - Deserialize a value from the given bytes.
- from_
bytes_ ⚠unchecked - Deserialize a value from the given bytes.
- to_
bytes - Serialize a value to bytes.
- to_
bytes_ in - Serialize a value and write the bytes to the given writer.
- to_
bytes_ in_ with_ alloc - Serialize a value using the given allocator and write the bytes to the given writer.
- to_
bytes_ with_ alloc - Serialize a value using the given allocator.
Type Aliases§
- High
Deserializer - A high-level deserializer.
- High
Serializer - A high-level serializer.
- High
Validator bytecheck - A high-level validator.