Package | Description |
---|---|
org.axonframework.serializer | |
org.axonframework.serializer.bson | |
org.axonframework.serializer.json | |
org.axonframework.serializer.xml |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractXStreamSerializer.registerConverters(ChainingConverterFactory converterFactory)
Registers any converters that are specific to the type of content written by this serializer.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DBObjectXStreamSerializer.registerConverters(ChainingConverterFactory converterFactory) |
Modifier and Type | Method and Description |
---|---|
protected void |
JacksonSerializer.registerConverters(ChainingConverterFactory converterFactory)
Registers converters with the given
converterFactory 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(ChainingConverterFactory converterFactory) |
Copyright © 2010-2014. All Rights Reserved.