Expand description
Trait for serializing SOME/IP data types.
Structs§
- Byte
Writer - Writes bytes to an underlying byte-slice.
- Reserved
Length - Represents the reserved space for a length field in the writer.
Enums§
- Serialize
Error - An error while serializing a SOME/IP payload type.
Traits§
- Serialize
- A trait for serializing SOME/IP payload types to a slice of bytes.
- Serialize
Ext - An extension trait to expose a nicer API to the user.
Derive Macros§
- Serialize
- Derives implementation of the
Serialize
trait.