public class Serialize
extends Object
Implementation of the step which translates Nodes to Events
-
-
Constructor Summary
Constructors
-
Method Summary
Serialize
Nodes and produce events.
Serialize a
Node and produce events.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
Serialize
- Parameters:
settings - - configuration
-
Method Details
-
serializeOne
Serialize a
Node and produce events.
- Parameters:
node - - Node to serialize
- Returns:
- serialized events
- See Also:
-
-
serializeAll
Serialize
Nodes and produce events.
- Parameters:
nodes - - Nodes to serialize
- Returns:
- serialized events
- See Also:
-