JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
com.inductiveautomation.ignition.common.xmlserialization
Annotation Interface Transient
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
Transient
Use on either the getter or setter method (or both) of a property to mark it as transient with respect to the XMLSerializer. The property will not be serialized.