Closeable, DataOutput, Flushable, ObjectOutput, ObjectStreamConstants, AutoCloseable, ByteOutputpublic final class SerialObjectOutputStream extends MarshallerObjectOutputStream
| Modifier and Type | Class | Description |
|---|---|---|
protected static class |
SerialObjectOutputStream.State |
ObjectOutputStream.PutFieldbaseWireHandle, PROTOCOL_VERSION_1, PROTOCOL_VERSION_2, SC_BLOCK_DATA, SC_ENUM, SC_EXTERNALIZABLE, SC_SERIALIZABLE, SC_WRITE_METHOD, SERIAL_FILTER_PERMISSION, STREAM_MAGIC, STREAM_VERSION, SUBCLASS_IMPLEMENTATION_PERMISSION, SUBSTITUTION_PERMISSION, TC_ARRAY, TC_BASE, TC_BLOCKDATA, TC_BLOCKDATALONG, TC_CLASS, TC_CLASSDESC, TC_ENDBLOCKDATA, TC_ENUM, TC_EXCEPTION, TC_LONGSTRING, TC_MAX, TC_NULL, TC_OBJECT, TC_PROXYCLASSDESC, TC_REFERENCE, TC_RESET, TC_STRING| Modifier | Constructor | Description |
|---|---|---|
protected |
SerialObjectOutputStream(SerialMarshaller serialMarshaller,
BlockMarshaller blockMarshaller) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
defaultWriteObject() |
|
ObjectOutputStream.PutField |
putFields() |
|
void |
writeFields() |
annotateClass, annotateProxyClass, close, drain, enableReplaceObject, flush, replaceObject, reset, useProtocolVersion, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeClassDescriptor, writeDouble, writeFloat, writeInt, writeLong, writeObjectOverride, writeShort, writeStreamHeader, writeUnshared, writeUTFclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwriteObjectprotected SerialObjectOutputStream(SerialMarshaller serialMarshaller, BlockMarshaller blockMarshaller) throws IOException, SecurityException
IOExceptionSecurityExceptionpublic void writeFields()
throws IOException
MarshallerObjectOutputStreamwriteFields in class MarshallerObjectOutputStreamIOExceptionpublic ObjectOutputStream.PutField putFields() throws IOException
MarshallerObjectOutputStreamputFields in class MarshallerObjectOutputStreamIOExceptionpublic void defaultWriteObject()
throws IOException
MarshallerObjectOutputStreamdefaultWriteObject in class MarshallerObjectOutputStreamIOExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.