Module marshal

Source
Expand description

All things relevant to marshalling content into raw bytes

  • base and container are for the Param approach that map dbus concepts to enums/structs
  • traits is for the trait based approach

Modules§

base
Marshal base params into raw bytes
container
Marshal container params into raw bytes
traits
Marshal trait and implementations for the basic types

Structs§

MarshalContext

Enums§

Error

Functions§

marshal
This only prepares the header and dynheader fields. To send a message you still need the original message and use get_buf() to get to the contents