Class AbstractMarshaller

All Implemented Interfaces:
Closeable, DataOutput, Flushable, ObjectOutput, AutoCloseable, ByteOutput, Marshaller
Direct Known Subclasses:
RiverMarshaller, SerialMarshaller

public abstract class AbstractMarshaller extends AbstractObjectOutput implements Marshaller
An abstract implementation of the Marshaller interface. Most of the write methods delegate directly to the current data output.