Uses of Package
org.simpleframework.xml.strategy
Packages that use org.simpleframework.xml.strategy
Package
Description
-
Classes in org.simpleframework.xml.strategy used by org.simpleframework.xml.convertClassDescriptionThe
Strategyinterface represents a strategy that can be used to resolve and load theClassobjects that compose a serializable object.TheTypeinterface is used to represent a method or field that has been annotated for serialization.TheValueobject describes a type that is represented by an XML element. -
Classes in org.simpleframework.xml.strategy used by org.simpleframework.xml.coreClassDescriptionThe
Strategyinterface represents a strategy that can be used to resolve and load theClassobjects that compose a serializable object. -
Classes in org.simpleframework.xml.strategy used by org.simpleframework.xml.strategyClassDescriptionThe
Strategyinterface represents a strategy that can be used to resolve and load theClassobjects that compose a serializable object.TheTypeinterface is used to represent a method or field that has been annotated for serialization.TheValueobject describes a type that is represented by an XML element.TheVisitorinterface represents an object that is used to visit each XML element during serialization.