Module rkyv::ser::serializers[][src]

Serializers that can be used standalone and provide basic capabilities.

Structs

AlignedSerializer

A serializer made specifically to work with AlignedVec.

BufferSerializer

Wraps a byte buffer and equips it with Serializer.

WriteSerializer

Wraps a type that implements io::Write and equips it with Serializer.

Enums

BufferSerializerError

The error type returned by an BufferSerializer.