Class EventPayloadToXmlStringSerializer
java.lang.Object
org.flowable.eventregistry.impl.serialization.EventPayloadToXmlStringSerializer
- All Implemented Interfaces:
OutboundEventSerializer
Simple
EventInstance
serialization that maps all EventPayloadInstance
's
to an XML Document which gets transformed to a String.- Author:
- Joram Barrez
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionserialize
(EventInstance eventInstance) The actual serialization.
-
Constructor Details
-
EventPayloadToXmlStringSerializer
public EventPayloadToXmlStringSerializer()
-
-
Method Details
-
serialize
Description copied from interface:OutboundEventSerializer
The actual serialization.- Specified by:
serialize
in interfaceOutboundEventSerializer
-