Class PiSprog3PlusConnectionConfigXml

java.lang.Object
jmri.configurexml.AbstractXmlAdapter
jmri.jmrix.configurexml.AbstractConnectionConfigXml
jmri.jmrix.configurexml.AbstractSerialConnectionConfigXml
jmri.jmrix.can.adapters.gridconnect.sproggen5.serialdriver.configurexml.PiSprog3PlusConnectionConfigXml
All Implemented Interfaces:
XmlAdapter

Handle XML persistance of layout connections by persistening the SerialDriverAdapter (and connections). Note this is named as the XML version of a ConnectionConfig object, but it's actually persisting the SerialDriverAdapter.

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.