Class ConnectionConfigXml

  • All Implemented Interfaces:
    XmlAdapter

    public class ConnectionConfigXml
    extends AbstractNetworkConnectionConfigXml
    Handle XML persistance of layout connections by persistening the LIUSB Server (and connections). Note this is named as the XML version of a ConnectionConfig object, but it's actually persisting the LIUSB Server.

    NOTE: The LIUSB Server currently has no options, so this class does not store any.

    This class is invoked from jmrix.JmrixConfigPaneXml on write, as that class is the one actually registered. Reads are brought here directly via the class attribute in the XML.