Expand description
Shared pointer serialization.
Structs§
- Share
allocA shared pointer strategy that shares serializations of the same shared pointer. - A shared pointer strategy that duplicates serializations of the same shared pointer.
Enums§
- The result of starting to serialize a shared pointer.
Traits§
- A shared pointer serialization strategy.
- Helper methods for
Sharing.