| Name | Description | Type | Package | Framework |
| AbstractContentTypeConverter | Abstract implementation of the ContentTypeConverter for convenience purposes. | Class | org.axonframework.serializer | Axon |
| AbstractXStreamSerializer | Abstract implementation for XStream based serializers. | Class | org.axonframework.serializer | Axon |
| AnnotationRevisionResolver | Revision Resolver implementation that checks for the presence of an @Revision annotation. | Class | org.axonframework.serializer | Axon |
| BlobToInputStreamConverter | Class | org.axonframework.serializer.converters | Axon | |
| BSONNode | Represents a node in a BSON structure. | Class | org.axonframework.serializer.bson | Axon |
| ByteArrayToInputStreamConverter | ContentTypeConverter that converts byte arrays into InputStream. | Class | org.axonframework.serializer.converters | Axon |
| ByteArrayToJsonNodeConverter | ContentTypeConverter implementation that converts byte[] containing UTF8 encoded JSON string to a Jackson JsonNode. | Class | org.axonframework.serializer.json | Axon |
| ByteArrayToStringConverter | ContentTypeConverter that converts byte arrays into Strings. | Class | org.axonframework.serializer.converters | Axon |
| CannotConvertBetweenTypesException | Exception indicating that a conversion is required between to upcasters, but there is no converter capable of doingSince:2. | Class | org.axonframework.serializer | Axon |
| ChainedConverter | A converter that delegates to a chain of other ContentTypeConverters to convert from a source to a target for which there is not necessarily a single converter available. | Class | org.axonframework.serializer | Axon |
| ChainingConverterFactory | ConverterFactory implementation that will combine converters to form chains of converters to be able to convert from one type to another, for which there is no suitable single converter. | Class | org.axonframework.serializer | Axon |
| CompactDriver | XStream HierarchicalStreamDriver implementation that uses a CompactWriter to write XML without newlines and indentation, while writing it using the (default) XPPReader. | Class | org.axonframework.serializer.xml | Axon |
| ContentTypeConverter | Interface describing a mechanism that converts the data type of IntermediateRepresentations of SerializedObjects for Upcasters. | Interface | org.axonframework.serializer | Axon |
| ConverterFactory | Interface describing a mechanism that provides instances of ContentTypeConverter for a given source and target dataSince:2. | Interface | org.axonframework.serializer | Axon |
| DBObjectHierarchicalStreamReader | HierarchicalStreamReader implementation that reads from a Mongo DBObject structure that has been created using the DBObjectHierarchicalStreamWriter. | Class | org.axonframework.serializer.bson | Axon |
| DBObjectHierarchicalStreamWriter | HierarchicalStreamWriter implementation that writes objects into a MongoDB DBObject structure. | Class | org.axonframework.serializer.bson | Axon |
| DBObjectToStringContentTypeConverter | ContentTypeConverter implementation that converts a DBObject structure into a String containing its Binary JSONSince:2. | Class | org.axonframework.serializer.bson | Axon |
| DBObjectXStreamSerializer | XStream based serializer implementation that serializes objects into a Binary JSON structure. | Class | org.axonframework.serializer.bson | Axon |
| Dom4JToByteArrayConverter | Converter that converts Dom4j Document instances to a byte array. | Class | org.axonframework.serializer.xml | Axon |
| FixedValueRevisionResolver | RevisionResolver implementation that returns a fixed value as revision, regardless of the type of serialized object involved. | Class | org.axonframework.serializer | Axon |
| InputStreamToByteArrayConverter | Converter that converts an InputStream to a byte array. | Class | org.axonframework.serializer.converters | Axon |
| InputStreamToDom4jConverter | Converter that converts an input stream to a Dom4J document. | Class | org.axonframework.serializer.xml | Axon |
| InputStreamToXomConverter | Converter that converts an input stream to a XOM document. | Class | org.axonframework.serializer.xml | Axon |
| JacksonSerializer | Serializer implementation that uses Jackson to serialize objects into a JSON format. | Class | org.axonframework.serializer.json | Axon |
| JavaSerializer | Serializer implementation that uses Java serialization to serialize and deserialize object instances. | Class | org.axonframework.serializer | Axon |
| JodaDeserializer | Jackson Serializer used to serialize and deserialize Joda DateTime classes. | Class | org.axonframework.serializer.json | Axon |
| JsonNodeToByteArrayConverter | ContentTypeConverter implementation that converts a JsonNode object into a byte[]. | Class | org.axonframework.serializer.json | Axon |
| LazyDeserializingObject | Represents a serialized object that can be deserializedObjects upon request. | Class | org.axonframework.serializer | Axon |
| MavenArtifactRevisionResolver | RevisionResolver that uses Maven meta data to retrieve the application version. | Class | org.axonframework.serializer | Axon |
| MessageSerializer | Wrapper around a serializer that provides SerializationAware support. | Class | org.axonframework.serializer | Axon |
| MetaDataDeserializer | JsonDeserializer implementation that deserializes MetaData instances. | Class | org.axonframework.serializer.json | Axon |
| Revision | Annotation that attaches revision information to a Serializable object. | Class | org.axonframework.serializer | Axon |
| RevisionResolver | Interface towards a mechanism that resolves the revision of a given payload type. | Interface | org.axonframework.serializer | Axon |
| SerializationAware | Marker interface for messages that have special serialization awareness. | Interface | org.axonframework.serializer | Axon |
| SerializationAwareDomainEventMessage | Wrapper around a DomainEventMessage that adds "Serialization Awareness" to the message it wraps. | Class | org.axonframework.serializer | Axon |
| SerializationAwareEventMessage | Wrapper around am EventMessage that adds "Serialization Awareness" to the message it wraps. | Class | org.axonframework.serializer | Axon |
| SerializationException | Indicates that an exception occurred while serializing or deserializing an object. | Class | org.axonframework.serializer | Axon |
| SerializedDomainEventData | Interface describing the properties of serialized Domain Event Messages. | Interface | org.axonframework.serializer | Axon |
| SerializedDomainEventMessage | DomainEventMessage implementation that is optimized to cope with serialized Payload and MetaData. | Class | org.axonframework.serializer | Axon |
| SerializedEventMessage | EventMessage implementation that is optimized to cope with serialized Payload and MetaData. | Class | org.axonframework.serializer | Axon |
| SerializedMessage | Message implementation that is optimized to cope with serialized Payload and MetaData. | Class | org.axonframework.serializer | Axon |
| SerializedMetaData | Represents the serialized form of a MetaData instance. | Class | org.axonframework.serializer | Axon |
| SerializedObject | Interface describing the structure of a serialized object. | Interface | org.axonframework.serializer | Axon |
| SerializedObjectHolder | Holder that keeps references to serialized representations of a payload and meta data of a specific message. | Class | org.axonframework.serializer | Axon |
| SerializedType | Describes the type of a serialized object. | Interface | org.axonframework.serializer | Axon |
| Serializer | Interface describing a serialization mechanism. | Interface | org.axonframework.serializer | Axon |
| SerialVersionUIDRevisionResolver | RevisionResolver implementation that returns the (String representation of the) serialVersionUID of a class. | Class | org.axonframework.serializer | Axon |
| SimpleSerializedObject | SerializedObject implementation that takes all properties as constructor parameters. | Class | org.axonframework.serializer | Axon |
| SimpleSerializedType | SerializedType implementation that takes its properties as constructor parameters. | Class | org.axonframework.serializer | Axon |
| StringToByteArrayConverter | ContentTypeConverter that converts String into byte arrays. | Class | org.axonframework.serializer.converters | Axon |
| StringToDBObjectContentTypeConverter | ContentTypeConverter implementation that converts a String containing its Binary JSON representation into a DBObjectSince:2. | Class | org.axonframework.serializer.bson | Axon |
| UnknownSerializedTypeException | Exception indicating that an object could not be deserialized, because its serialized type cannot be mapped to aSince:2. | Class | org.axonframework.serializer | Axon |
| XomToStringConverter | Converter that converts XOM Document instances to a String. | Class | org.axonframework.serializer.xml | Axon |
| XStreamSerializer | Serializer that uses XStream to serialize and deserialize arbitrary objects. | Class | org.axonframework.serializer.xml | Axon |