Expand description
APIs for environments where allocations cannot be made.
These APIs require user-provided writers and allocators, and do not support shared pointers.
Functions§
- access
- Access a byte slice.
- access_
mut - Mutably accesses a byte slice.
- access_
pos - Access a byte slice with a given root position.
- access_
pos_ mut - Mutably access a byte slice with a given root position.
- deserialize
- Deserialize a value from the given archived value.
- from_
bytes - Deserialize a value from the given bytes.
- from_
bytes_ ⚠unchecked - Deserialize a value from the given bytes.
- to_
bytes_ in_ with_ alloc - Serialize a value using the given allocator and write the bytes to the given writer.
Type Aliases§
- LowDeserializer
- A general-purpose deserializer suitable for environments where allocations cannot be made.
- LowSerializer
- A general-purpose serializer suitable for environments where allocations cannot be made.
- LowValidator
- A low-level validator.