Class BasicContainerDelegate
java.lang.Object
com.inductiveautomation.ignition.common.xmlserialization.serialization.AbstractSerializationDelegate<Object>
com.inductiveautomation.ignition.common.xmlserialization.serialization.DefaultObjectSerializationDelegate
com.inductiveautomation.factorypmi.designer.xmlserialization.DefaultComponentDelegate
com.inductiveautomation.factorypmi.designer.xmlserialization.BasicContainerDelegate
- All Implemented Interfaces:
- SerializationDelegate<Object>
- 
Field SummaryFields inherited from class com.inductiveautomation.factorypmi.designer.xmlserialization.DefaultComponentDelegatebool, border, color, cursor, dataSet, dim, ignore, integer, putClientProperty, rect, rect2d, string, treeMapFields inherited from class com.inductiveautomation.ignition.common.xmlserialization.serialization.DefaultObjectSerializationDelegateelementName, propertyComparator, skipReferenceTracking, TRANSIENT_KEY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionserialize(XMLSerializationContext context, Object obj) protected voidserializeProperties(XMLSerializationContext context, Element elm, Object obj) Runs through the javabean properties of the given object, and comares the values of each property to the value that a clean copy of the object would have.Methods inherited from class com.inductiveautomation.factorypmi.designer.xmlserialization.DefaultComponentDelegateisTransient, serializeClientProperties, serializeComponentCommonsMethods inherited from class com.inductiveautomation.ignition.common.xmlserialization.serialization.DefaultObjectSerializationDelegatedoProperty, initConstructorTypes, isConstructorOnly, isSkipReferenceTracking, serializeConstructor, setConstructorOnly, setSkipReferenceTracking, startObject, writeCall, writeCall, writeConstructor
- 
Constructor Details- 
BasicContainerDelegatepublic BasicContainerDelegate()
 
- 
- 
Method Details- 
serialize- Specified by:
- serializein interface- SerializationDelegate<Object>
- Overrides:
- serializein class- DefaultObjectSerializationDelegate
- Throws:
- SerializationException
 
- 
serializePropertiesprotected void serializeProperties(XMLSerializationContext context, Element elm, Object obj) throws SerializationException Description copied from class:DefaultObjectSerializationDelegateRuns through the javabean properties of the given object, and comares the values of each property to the value that a clean copy of the object would have. Serializes all properties that have a dirty value.- Overrides:
- serializePropertiesin class- DefaultComponentDelegate
- Throws:
- SerializationException
 
 
-