Expand description
Deserialization traits, deserializers, and adapters.
Modules§
- pooling
- Deserializers that can be used standalone and provide basic capabilities.
Structs§
- Erased
Ptr - A type-erased pointer.
- Pool
alloc
- A shared pointer strategy that pools together deserializations of the same shared pointer.
- Unpool
- A shared pointer strategy that duplicates deserializations of the same shared pointer.
Enums§
- Pooling
State - The result of starting to deserialize a shared pointer.
Traits§
- From
Metadata - A type which can be extracted from
Metadata
. - Pooling
- A shared pointer deserialization strategy.
- Pooling
Ext - Helper methods for
Pooling
. - Shared
Pointer - A deserializable shared pointer type.
Unions§
- Metadata
- Type-erased pointer metadata.