Interface ObjectToDataOutputCollector
- All Known Implementing Classes:
ObjectToDataOutputCollectorSerializable
public interface ObjectToDataOutputCollector
Receives an object and writes to
DataOutput
.-
Method Summary
-
Method Details
-
collect
Write the received object toDataOutput
.- Parameters:
context
- the object and output- Throws:
IOException
- when the write operation failed
-