Class BorderUIResourceDelegate
- java.lang.Object
 - 
- com.inductiveautomation.ignition.common.xmlserialization.serialization.AbstractSerializationDelegate<java.lang.Object>
 - 
- com.inductiveautomation.ignition.common.xmlserialization.serialization.DefaultObjectSerializationDelegate
 - 
- com.inductiveautomation.ignition.common.xmlserialization.serialization.delegates.BorderUIResourceDelegate
 
 
 
 
- 
- All Implemented Interfaces:
 SerializationDelegate<java.lang.Object>
public class BorderUIResourceDelegate extends DefaultObjectSerializationDelegate
 
- 
- 
Field Summary
- 
Fields inherited from class com.inductiveautomation.ignition.common.xmlserialization.serialization.DefaultObjectSerializationDelegate
elementName, equalityDelegates, propertyComparator, skipReferenceTracking, TRANSIENT_KEY 
 - 
 
- 
Constructor Summary
Constructors Constructor Description BorderUIResourceDelegate() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ElementserializeConstructor(XMLSerializationContext context, java.lang.Object obj)Gathers up the values for the properties named for an explicit constructor call, and then writes the call to the constructor- 
Methods inherited from class com.inductiveautomation.ignition.common.xmlserialization.serialization.DefaultObjectSerializationDelegate
doProperty, initConstructorTypes, isConstructorOnly, isSkipReferenceTracking, isTransient, safeArrayEquals, safeEquals, serialize, serializeProperties, setConstructorOnly, setSkipReferenceTracking, startObject, writeCall, writeCall, writeConstructor 
 - 
 
 - 
 
- 
- 
Method Detail
- 
serializeConstructor
protected Element serializeConstructor(XMLSerializationContext context, java.lang.Object obj) throws SerializationException
Description copied from class:DefaultObjectSerializationDelegateGathers up the values for the properties named for an explicit constructor call, and then writes the call to the constructor- Overrides:
 serializeConstructorin classDefaultObjectSerializationDelegate- Throws:
 SerializationException
 
 - 
 
 -