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.EventDataMarshallerimplementation that uses a configurableObjectMapperfor marshalling.Auto-configuration forJacksonEventDataMarshaller.