Package | Description |
---|---|
org.axonframework.serialization |
Classes related to message processing in Axon Framework.
|
org.axonframework.serialization.xml |
Modifier and Type | Method and Description |
---|---|
AbstractXStreamSerializer.Builder |
AbstractXStreamSerializer.Builder.charset(Charset charset)
Sets the
Charset used for the in- and output streams required by XStream for the to and from
xml function calls. |
AbstractXStreamSerializer.Builder |
AbstractXStreamSerializer.Builder.converter(Converter converter)
Sets the
Converter used as a converter factory providing converter instances utilized by upcasters
to convert between different content types. |
AbstractXStreamSerializer.Builder |
AbstractXStreamSerializer.Builder.lenientDeserialization()
Configures the underlying XStream instance to be lenient when deserializing data into Java objects.
|
AbstractXStreamSerializer.Builder |
AbstractXStreamSerializer.Builder.revisionResolver(RevisionResolver revisionResolver)
Sets the
RevisionResolver used to resolve the revision from an object to be serialized. |
AbstractXStreamSerializer.Builder |
AbstractXStreamSerializer.Builder.xStream(com.thoughtworks.xstream.XStream xStream)
Sets the
XStream used to perform the serialization of objects to XML, and vice versa. |
Constructor and Description |
---|
AbstractXStreamSerializer(AbstractXStreamSerializer.Builder builder)
Instantiate a
AbstractXStreamSerializer based on the fields contained in the AbstractXStreamSerializer.Builder . |
Modifier and Type | Class and Description |
---|---|
static class |
XStreamSerializer.Builder
Builder class to instantiate a
XStreamSerializer . |
Copyright © 2010–2020. All rights reserved.