Skip navigation links

Package org.simpleframework.xml.strategy

Provides a core set of strategies that can be used for serialization.

See: Description

Package org.simpleframework.xml.strategy Description

Provides a core set of strategies that can be used for serialization. Stragtegies tell the serialization process what to do when it reads or writes an XML element. A strategy should contain all information required to serialize and deserialize an object instance. By default the TreeStrategy is used by the serialization process.
See Also:
org.simpleframework.xml.core, org.simpleframework.xml.convert
Skip navigation links