Class BorderUIResourceDelegate
java.lang.Object
com.inductiveautomation.ignition.common.xmlserialization.serialization.AbstractSerializationDelegate<Object>
com.inductiveautomation.ignition.common.xmlserialization.serialization.DefaultObjectSerializationDelegate
com.inductiveautomation.ignition.common.xmlserialization.serialization.delegates.BorderUIResourceDelegate
- All Implemented Interfaces:
 SerializationDelegate<Object>
- 
Field Summary
Fields inherited from class com.inductiveautomation.ignition.common.xmlserialization.serialization.DefaultObjectSerializationDelegate
elementName, propertyComparator, skipReferenceTracking, TRANSIENT_KEY - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected ElementserializeConstructor(XMLSerializationContext context, Object obj) Gathers up the values for the properties named for an explicit constructor call, and then writes the call to the constructorMethods inherited from class com.inductiveautomation.ignition.common.xmlserialization.serialization.DefaultObjectSerializationDelegate
doProperty, initConstructorTypes, isConstructorOnly, isSkipReferenceTracking, isTransient, serialize, serializeProperties, setConstructorOnly, setSkipReferenceTracking, startObject, writeCall, writeCall, writeConstructor 
- 
Constructor Details
- 
BorderUIResourceDelegate
public BorderUIResourceDelegate() 
 - 
 - 
Method Details
- 
serializeConstructor
protected Element serializeConstructor(XMLSerializationContext context, 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
 
 -