hypfvieh / dbus-java

Improved version of java DBus library provided by freedesktop.org (https://dbus.freedesktop.org/doc/dbus-java/)
https://hypfvieh.github.io/dbus-java/
MIT License
185 stars 73 forks source link

Add support for serialisation of Enums to and from string. #162

Closed brett-smith closed 2 years ago

brett-smith commented 2 years ago

Simply allows an Enum to be used in place of a string. Note this doesn't have any support for using Enum.ordinal(), i.e. an integer as the native dbus type, it must be a string.