|
Class Summary |
| AbstractUpcasterChain |
Abstract implementation of the UpcasterChain interface. |
| LazyUpcasterChain |
UpcasterChain implementation that delays the actual upcasting until the data inside the returned SerializedObject is
actually fetched. |
| SimpleUpcasterChain |
Represents a series of upcasters which are combined to upcast a SerializedObject
to the most recent revision of that payload. |
| UpcastSerializedDomainEventData<T> |
SerializedDomainEventData implementation that can be used to duplicate existing SerializedDomainEventData instances
after upcasting a payload. |