Search
XmlPersistContext.setIncludeUnalteredProperties Method
See Also
 






Sets a value specifies whether properties that have their default value should be serialized to XML.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public void setIncludeUnalteredProperties (
    boolean value
)

 Parameters

value

true if properties with default values should be serialized; otherwise false.

 See Also