Package | Description |
---|---|
org.axonframework.serializer |
Modifier and Type | Class and Description |
---|---|
class |
SerializationAwareDomainEventMessage<T>
Wrapper around a DomainEventMessage that adds "Serialization Awareness" to the message it wraps.
|
class |
SerializationAwareEventMessage<T>
Wrapper around am EventMessage that adds "Serialization Awareness" to the message it wraps.
|
class |
SerializedDomainEventMessage<T>
DomainEventMessage implementation that is optimized to cope with serialized Payload and MetaData.
|
class |
SerializedEventMessage<T>
EventMessage implementation that is optimized to cope with serialized Payload and MetaData.
|
class |
SerializedMessage<T>
Message implementation that is optimized to cope with serialized Payload and MetaData.
|
class |
SerializedObjectHolder
Holder that keeps references to serialized representations of a payload and meta data of a specific message.
|
Copyright © 2010-2014. All Rights Reserved.