Type Definition rkyv::ser::serializers::AllocSerializer[][src]

type AllocSerializer<const N: usize> = CompositeSerializer<AlignedSerializer<AlignedVec>, FallbackScratch<HeapScratch<N>, AllocScratch>, SharedSerializeMap>;
Expand description

A general-purpose serializer suitable for environments where allocations can be made.