Module serialize

Source
Expand description

Trait for serializing SOME/IP data types.

Structs§

ByteWriter
Writes bytes to an underlying byte-slice.
ReservedLength
Represents the reserved space for a length field in the writer.

Enums§

SerializeError
An error while serializing a SOME/IP payload type.

Traits§

Serialize
A trait for serializing SOME/IP payload types to a slice of bytes.
SerializeExt
An extension trait to expose a nicer API to the user.

Derive Macros§

Serialize
Derives implementation of the Serialize trait.