Interface BinaryObjectSerializer

  • All Known Implementing Classes:
    BinaryObjectEncoder

    public interface BinaryObjectSerializer
    Interface for writing objects to a stream.
    • Method Detail

      • flush

        void flush()
        Flushes the underlying stream.
      • close

        void close()
        Closes the underylying stream after first flushing it.