JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.persequor.xml.serialization
Interface ILegacySerializer
@Deprecated
public interface
ILegacySerializer
Deprecated.
For new code, use
SerializationFactory
instead.
Serializer supporting producing XML or JSON in the legacy Saga format.
Method Summary
All Methods
Instance Methods
Abstract Methods
Deprecated Methods
Modifier and Type
Method
Description
String
serialize
(
EventList
events,
String
responseStream)
Deprecated.
Method Details
serialize
@Deprecated
String
serialize
(
EventList
events,
String
responseStream)
Deprecated.
SerializationFactory
instead.