Class ObjectToDataOutputCollectorSerializable

java.lang.Object
com.espertech.esper.common.client.dataflow.io.ObjectToDataOutputCollectorSerializable
All Implemented Interfaces:
ObjectToDataOutputCollector

public class ObjectToDataOutputCollectorSerializable extends Object implements ObjectToDataOutputCollector
Writes a Serializable object to DataOutput.

The output contains the byte array length integer followed by the byte array of the serialized object.