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