Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.axonframework.serializer Classes and Interfaces - 54 results found.
NameDescriptionTypePackageFramework
AbstractContentTypeConverterAbstract implementation of the ContentTypeConverter for convenience purposes.Classorg.axonframework.serializerAxon
AbstractXStreamSerializerAbstract implementation for XStream based serializers.Classorg.axonframework.serializerAxon
AnnotationRevisionResolverRevision Resolver implementation that checks for the presence of an @Revision annotation.Classorg.axonframework.serializerAxon
BlobToInputStreamConverterClassorg.axonframework.serializer.convertersAxon
BSONNodeRepresents a node in a BSON structure.Classorg.axonframework.serializer.bsonAxon
ByteArrayToInputStreamConverterContentTypeConverter that converts byte arrays into InputStream.Classorg.axonframework.serializer.convertersAxon
ByteArrayToJsonNodeConverterContentTypeConverter implementation that converts byte[] containing UTF8 encoded JSON string to a Jackson JsonNode.Classorg.axonframework.serializer.jsonAxon
ByteArrayToStringConverterContentTypeConverter that converts byte arrays into Strings.Classorg.axonframework.serializer.convertersAxon
CannotConvertBetweenTypesExceptionException indicating that a conversion is required between to upcasters, but there is no converter capable of doingSince:2.Classorg.axonframework.serializerAxon
ChainedConverterA 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.Classorg.axonframework.serializerAxon
ChainingConverterFactoryConverterFactory 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.Classorg.axonframework.serializerAxon
CompactDriverXStream HierarchicalStreamDriver implementation that uses a CompactWriter to write XML without newlines and indentation, while writing it using the (default) XPPReader.Classorg.axonframework.serializer.xmlAxon
ContentTypeConverterInterface describing a mechanism that converts the data type of IntermediateRepresentations of SerializedObjects for Upcasters.Interfaceorg.axonframework.serializerAxon
ConverterFactoryInterface describing a mechanism that provides instances of ContentTypeConverter for a given source and target dataSince:2.Interfaceorg.axonframework.serializerAxon
DBObjectHierarchicalStreamReaderHierarchicalStreamReader implementation that reads from a Mongo DBObject structure that has been created using the DBObjectHierarchicalStreamWriter.Classorg.axonframework.serializer.bsonAxon
DBObjectHierarchicalStreamWriterHierarchicalStreamWriter implementation that writes objects into a MongoDB DBObject structure.Classorg.axonframework.serializer.bsonAxon
DBObjectToStringContentTypeConverterContentTypeConverter implementation that converts a DBObject structure into a String containing its Binary JSONSince:2.Classorg.axonframework.serializer.bsonAxon
DBObjectXStreamSerializerXStream based serializer implementation that serializes objects into a Binary JSON structure.Classorg.axonframework.serializer.bsonAxon
Dom4JToByteArrayConverterConverter that converts Dom4j Document instances to a byte array.Classorg.axonframework.serializer.xmlAxon
FixedValueRevisionResolverRevisionResolver implementation that returns a fixed value as revision, regardless of the type of serialized object involved.Classorg.axonframework.serializerAxon
InputStreamToByteArrayConverterConverter that converts an InputStream to a byte array.Classorg.axonframework.serializer.convertersAxon
InputStreamToDom4jConverterConverter that converts an input stream to a Dom4J document.Classorg.axonframework.serializer.xmlAxon
InputStreamToXomConverterConverter that converts an input stream to a XOM document.Classorg.axonframework.serializer.xmlAxon
JacksonSerializerSerializer implementation that uses Jackson to serialize objects into a JSON format.Classorg.axonframework.serializer.jsonAxon
JavaSerializerSerializer implementation that uses Java serialization to serialize and deserialize object instances.Classorg.axonframework.serializerAxon
JodaDeserializerJackson Serializer used to serialize and deserialize Joda DateTime classes.Classorg.axonframework.serializer.jsonAxon
JsonNodeToByteArrayConverterContentTypeConverter implementation that converts a JsonNode object into a byte[].Classorg.axonframework.serializer.jsonAxon
LazyDeserializingObjectRepresents a serialized object that can be deserializedObjects upon request.Classorg.axonframework.serializerAxon
MavenArtifactRevisionResolverRevisionResolver that uses Maven meta data to retrieve the application version.Classorg.axonframework.serializerAxon
MessageSerializerWrapper around a serializer that provides SerializationAware support.Classorg.axonframework.serializerAxon
MetaDataDeserializerJsonDeserializer implementation that deserializes MetaData instances.Classorg.axonframework.serializer.jsonAxon
RevisionAnnotation that attaches revision information to a Serializable object.Classorg.axonframework.serializerAxon
RevisionResolverInterface towards a mechanism that resolves the revision of a given payload type.Interfaceorg.axonframework.serializerAxon
SerializationAwareMarker interface for messages that have special serialization awareness.Interfaceorg.axonframework.serializerAxon
SerializationAwareDomainEventMessageWrapper around a DomainEventMessage that adds "Serialization Awareness" to the message it wraps.Classorg.axonframework.serializerAxon
SerializationAwareEventMessageWrapper around am EventMessage that adds "Serialization Awareness" to the message it wraps.Classorg.axonframework.serializerAxon
SerializationExceptionIndicates that an exception occurred while serializing or deserializing an object.Classorg.axonframework.serializerAxon
SerializedDomainEventDataInterface describing the properties of serialized Domain Event Messages.Interfaceorg.axonframework.serializerAxon
SerializedDomainEventMessageDomainEventMessage implementation that is optimized to cope with serialized Payload and MetaData.Classorg.axonframework.serializerAxon
SerializedEventMessageEventMessage implementation that is optimized to cope with serialized Payload and MetaData.Classorg.axonframework.serializerAxon
SerializedMessageMessage implementation that is optimized to cope with serialized Payload and MetaData.Classorg.axonframework.serializerAxon
SerializedMetaDataRepresents the serialized form of a MetaData instance.Classorg.axonframework.serializerAxon
SerializedObjectInterface describing the structure of a serialized object.Interfaceorg.axonframework.serializerAxon
SerializedObjectHolderHolder that keeps references to serialized representations of a payload and meta data of a specific message.Classorg.axonframework.serializerAxon
SerializedTypeDescribes the type of a serialized object.Interfaceorg.axonframework.serializerAxon
SerializerInterface describing a serialization mechanism.Interfaceorg.axonframework.serializerAxon
SerialVersionUIDRevisionResolverRevisionResolver implementation that returns the (String representation of the) serialVersionUID of a class.Classorg.axonframework.serializerAxon
SimpleSerializedObjectSerializedObject implementation that takes all properties as constructor parameters.Classorg.axonframework.serializerAxon
SimpleSerializedTypeSerializedType implementation that takes its properties as constructor parameters.Classorg.axonframework.serializerAxon
StringToByteArrayConverterContentTypeConverter that converts String into byte arrays.Classorg.axonframework.serializer.convertersAxon
StringToDBObjectContentTypeConverterContentTypeConverter implementation that converts a String containing its Binary JSON representation into a DBObjectSince:2.Classorg.axonframework.serializer.bsonAxon
UnknownSerializedTypeExceptionException indicating that an object could not be deserialized, because its serialized type cannot be mapped to aSince:2.Classorg.axonframework.serializerAxon
XomToStringConverterConverter that converts XOM Document instances to a String.Classorg.axonframework.serializer.xmlAxon
XStreamSerializerSerializer that uses XStream to serialize and deserialize arbitrary objects.Classorg.axonframework.serializer.xmlAxon