| Class | DBus::PacketMarshaller |
| In: |
lib/dbus/marshall.rb
|
| Parent: | Object |
D-Bus packet marshaller class
Class that handles the conversion (marshalling) of Ruby objects to (binary) payload data.
| packet | [R] | The current or result packet. FIXME: allow access only when marshalling is finished |
Append a value val to the packet based on its type.
Host native endianness is used, declared in Message#marshall
Append the array type type to the packet and allow for appending the child elements.