Uses of Package
com.lucimber.dbus.codec.encoder
Packages that use com.lucimber.dbus.codec.encoder
Package
Description
D-Bus message encoding infrastructure for converting Java objects to wire format.
-
Classes in com.lucimber.dbus.codec.encoder used by com.lucimber.dbus.codec.encoderClassDescriptionFunctional interface for creating encoders with a given byte order.Encodes D-Bus types into their marshalled representation.A
RuntimeException
that gets thrown by anEncoder
, if the encoding of a value isn't possible.Factory interface for creating D-Bus encoders.The EncoderResult class yields the encoded D-Bus data type and the number of encoded bytes.