public class EventPayloadToXmlStringSerializer extends Object implements OutboundEventSerializer
EventInstance serialization that maps all EventPayloadInstance's
to an XML Document which gets transformed to a String.| Constructor and Description |
|---|
EventPayloadToXmlStringSerializer() |
| Modifier and Type | Method and Description |
|---|---|
String |
serialize(EventInstance eventInstance)
The actual serialization.
|
public String serialize(EventInstance eventInstance)
OutboundEventSerializerserialize in interface OutboundEventSerializerCopyright © 2023 Flowable. All rights reserved.