Marshaller
interface for XStream. By default, XStream does not require any further configuration, though class aliases can be used to have more control over the behavior of XStream.
Due to XStream's API, it is required to set the encoding used for writing to OutputStreams. It defaults to UTF-8
.
NOTE: XStream is an XML serialization library, not a data binding library. Therefore, it has limited namespace support. As such, it is rather unsuitable for usage within Web services. @author Peter Meijer @author Arjen Poutsma @since 3.0 @see #setAliases @see #setConverters @see #setEncoding
|
|
|
|
|
|
|
|
|
|
|
|