Closeable, DataInput, ObjectInput, ObjectStreamConstants, AutoCloseable, ByteInputpublic final class SerialObjectInputStream extends MarshallerObjectInputStream
ObjectInputStream.GetFieldbaseWireHandle, 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 and Type | Method | Description |
|---|---|---|
void |
defaultReadObject() |
|
ObjectInputStream.GetField |
readFields() |
|
void |
registerValidation(ObjectInputValidation obj,
int prio) |
readAllBytes, readNBytes, transferToavailable, close, enableResolveObject, mark, markSupported, read, read, read, readBoolean, readByte, readChar, readClassDescriptor, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readObjectOverride, readShort, readStreamHeader, readUnshared, readUnsignedByte, readUnsignedShort, readUTF, reset, resolveClass, resolveObject, resolveProxyClass, skip, skipBytesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetObjectInputFilter, readObject, setObjectInputFilterpublic void defaultReadObject()
throws IOException,
ClassNotFoundException
MarshallerObjectInputStreamdefaultReadObject in class MarshallerObjectInputStreamIOExceptionClassNotFoundExceptionpublic ObjectInputStream.GetField readFields() throws IOException, ClassNotFoundException
MarshallerObjectInputStreamreadFields in class MarshallerObjectInputStreamIOExceptionClassNotFoundExceptionpublic void registerValidation(ObjectInputValidation obj, int prio) throws NotActiveException, InvalidObjectException
MarshallerObjectInputStreamregisterValidation in class MarshallerObjectInputStreamNotActiveExceptionInvalidObjectExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.