Package | Description |
---|---|
org.axonframework.mongo.serialization | |
org.axonframework.serialization |
Classes related to message processing in Axon Framework.
|
org.axonframework.serialization.json | |
org.axonframework.serialization.xml |
Modifier and Type | Method and Description |
---|---|
protected void |
DBObjectXStreamSerializer.registerConverters(ChainingConverter converter) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractXStreamSerializer.registerConverters(ChainingConverter converter)
Registers any converters that are specific to the type of content written by this serializer.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JacksonSerializer.registerConverters(ChainingConverter converter)
Registers converters with the given
converter which depend on the actual contents of the
serialized for to represent a JSON format. |
Modifier and Type | Method and Description |
---|---|
protected void |
XStreamSerializer.registerConverters(ChainingConverter converter) |
Copyright © 2010–2017. All rights reserved.