Package com.opencqrs.framework.serialization
package com.opencqrs.framework.serialization
Contains components for
EventCandidate.data()
or
Event.data()
s erialization and deserialization.-
ClassDescriptionEventData<E>Represents unmarshalled
EventCandidate.data()
orEvent.data()
, respectively.Interface implemented for transforming Java event objects and additional meta-data to JSON-like maps, and vice versa.EventDataMarshaller
implementation that uses a configurableObjectMapper
for marshalling.Auto-configuration forJacksonEventDataMarshaller
.