Class ObjectWriter

java.lang.Object
javaforce.io.ObjectWriter

@Deprecated public class ObjectWriter extends Object
Deprecated.
  • Constructor Details

    • ObjectWriter

      public ObjectWriter(OutputStream os)
      Deprecated.
  • Method Details

    • writeObject

      public void writeObject(SerialObject writer) throws Exception
      Deprecated.
      Writes object with type=0
      Throws:
      Exception
    • writeObject

      public void writeObject(SerialObject writer, int type) throws Exception
      Deprecated.
      Writes object with specified type in header which can be read with ObjectReader.readHeader() can obtain type before reading object.
      Throws:
      Exception