Interface OutputKineticStream

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
ByteOutputKineticStream, CsvOutputKineticStream

public interface OutputKineticStream extends AutoCloseable
Interface which needs to be implemented to support serialization of new types of kinetic streams.

All of its methods write values of certain data types into the stream which later can be read back by InputKineticStream.

Each method additionally accepts all field annotations associated with the field which value is written.