Class ObjectWriter
java.lang.Object
javaforce.io.ObjectWriter
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteObject(SerialObject writer) Deprecated.Writes object with type=0voidwriteObject(SerialObject writer, int type) Deprecated.Writes object with specified type in header which can be read with ObjectReader.readHeader() can obtain type before reading object.
-
Constructor Details
-
ObjectWriter
Deprecated.
-
-
Method Details