Package | Description |
---|---|
org.axonframework.serialization.xml |
Modifier and Type | Method and Description |
---|---|
XStreamSerializer |
XStreamSerializer.Builder.build()
Initializes a
XStreamSerializer as specified through this Builder. |
static XStreamSerializer |
XStreamSerializer.defaultSerializer()
Deprecated.
in favor of using the
builder() to construct an instance using a configured XStream
instance. Using this shorthand still works, but will use an XStream instance that allows
everything. Although this works, XStream expects the types or wildcards for the types to be defined to ensure
the application stays secure. As such, it is highly recommended to follow their recommended approach. |
Copyright © 2010–2022. All rights reserved.