Class EventPayloadToXmlStringSerializer
- java.lang.Object
-
- org.flowable.eventregistry.impl.serialization.EventPayloadToXmlStringSerializer
-
- All Implemented Interfaces:
OutboundEventSerializer
public class EventPayloadToXmlStringSerializer extends Object implements OutboundEventSerializer
SimpleEventInstanceserialization that maps allEventPayloadInstance's to an XML Document which gets transformed to a String.- Author:
- Joram Barrez
-
-
Constructor Summary
Constructors Constructor Description EventPayloadToXmlStringSerializer()
-
-
-
Method Detail
-
serialize
public String serialize(EventInstance eventInstance)
- Specified by:
serializein interfaceOutboundEventSerializer
-
-