Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- a - Variable in class org.jboss.marshalling.Pair
- ABSTRACT_COLLECTION - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- ABSTRACT_LIST - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- ABSTRACT_MAP - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- ABSTRACT_QUEUE - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- ABSTRACT_SEQUENTIAL_LIST - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- ABSTRACT_SET - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- AbstractClassResolver - Class in org.jboss.marshalling
-
A base implementation of
ClassResolver
which simply resolves the class against a classloader which is specified by the subclass implementation. - AbstractClassResolver() - Constructor for class org.jboss.marshalling.AbstractClassResolver
-
Construct a new instance.
- AbstractClassResolver(boolean) - Constructor for class org.jboss.marshalling.AbstractClassResolver
-
Construct a new instance.
- AbstractExternalizer - Class in org.jboss.marshalling
-
An externalizer base class which handles object creation in a default fashion.
- AbstractExternalizer() - Constructor for class org.jboss.marshalling.AbstractExternalizer
- AbstractMarshaller - Class in org.jboss.marshalling
-
An abstract implementation of the
Marshaller
interface. - AbstractMarshaller(AbstractMarshallerFactory, MarshallingConfiguration) - Constructor for class org.jboss.marshalling.AbstractMarshaller
-
Construct a new marshaller instance.
- AbstractMarshallerFactory - Class in org.jboss.marshalling
-
An abstract implementation of the
MarshallerFactory
interface. - AbstractMarshallerFactory() - Constructor for class org.jboss.marshalling.AbstractMarshallerFactory
-
Construct a new marshaller factory instance.
- AbstractObjectInput - Class in org.jboss.marshalling
-
An abstract object input implementation.
- AbstractObjectInput(int) - Constructor for class org.jboss.marshalling.AbstractObjectInput
-
Construct a new instance.
- AbstractObjectOutput - Class in org.jboss.marshalling
-
An abstract object output implementation.
- AbstractObjectOutput(int) - Constructor for class org.jboss.marshalling.AbstractObjectOutput
-
Construct a new instance.
- AbstractUnmarshaller - Class in org.jboss.marshalling
-
An abstract implementation of the
Unmarshaller
interface. - AbstractUnmarshaller(AbstractMarshallerFactory, MarshallingConfiguration) - Constructor for class org.jboss.marshalling.AbstractUnmarshaller
-
Construct a new unmarshaller instance.
- add(E) - Method in class org.jboss.marshalling.util.FlatNavigableSet
- add(Map.Entry<K, V>) - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.EntrySet
- add(K) - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.KeySet
- add(T) - Method in class org.jboss.marshalling.util.IdentityIntSet
-
Add a value into the set, if it's not already in there.
- add(T) - Method in class org.jboss.marshalling.util.IntSet
-
Add a value into the set, if it's not already in there.
- addFieldInformation(Throwable, String) - Static method in exception class org.jboss.marshalling.TraceInformation
-
Add information about a field which was being marshalled.
- addIncompleteObjectInformation(Throwable, Class<?>) - Static method in exception class org.jboss.marshalling.TraceInformation
-
Add information about an incomplete object which was being unmarshalled.
- addIncompleteObjectInformation(Throwable, String) - Static method in exception class org.jboss.marshalling.TraceInformation
-
Add information about an incomplete object which was being unmarshalled.
- addIndexInformation(Throwable, int, int, TraceInformation.IndexType) - Static method in exception class org.jboss.marshalling.TraceInformation
-
Add information about an index into a collection which was being (un-)marshalled.
- addItem(UnlockedHashMap.Item<K, V>[], UnlockedHashMap.Item<K, V>) - Method in class org.jboss.marshalling.reflect.UnlockedHashMap
- addObjectInformation(Throwable, Object) - Static method in exception class org.jboss.marshalling.TraceInformation
-
Add information about an object which was being (un-)marshalled.
- addUserInformation(Throwable, Serializable) - Static method in exception class org.jboss.marshalling.TraceInformation
-
Add user information about problem with marshalling or unmarshalling.
- addValidation(ObjectInputValidation, int) - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- addValidation(ObjectInputValidation, int) - Method in class org.jboss.marshalling.serial.SerialUnmarshaller
- annotateClass(Class<?>) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- annotateClass(Class<?>) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- annotateClass(Marshaller, Class<?>) - Method in class org.jboss.marshalling.AbstractClassResolver
-
Add optional information about a class to a stream.
- annotateClass(Marshaller, Class<?>) - Method in interface org.jboss.marshalling.ClassResolver
-
Add optional information about a class to a stream.
- annotateClass(Marshaller, Class<?>) - Method in class org.jboss.marshalling.ModularClassResolver
-
Add optional information about a class to a stream.
- annotateProxyClass(Class<?>) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- annotateProxyClass(Class<?>) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- annotateProxyClass(Marshaller, Class<?>) - Method in class org.jboss.marshalling.AbstractClassResolver
-
Add optional information about a proxy class to a stream.
- annotateProxyClass(Marshaller, Class<?>) - Method in interface org.jboss.marshalling.ClassResolver
-
Add optional information about a proxy class to a stream.
- annotateProxyClass(Marshaller, Class<?>) - Method in class org.jboss.marshalling.ModularClassResolver
-
Add optional information about a proxy class to a stream.
- AnnotationClassExternalizerFactory - Class in org.jboss.marshalling
-
An externalizer factory which looks for the presence of the
Externalize
annotation. - AnnotationClassExternalizerFactory() - Constructor for class org.jboss.marshalling.AnnotationClassExternalizerFactory
-
Construct a new instance.
- ARRAY_DEQUE - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- available() - Method in class org.jboss.marshalling.ByteBufferInput
-
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
- available() - Method in interface org.jboss.marshalling.ByteInput
-
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
- available() - Method in class org.jboss.marshalling.ByteInputStream
-
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
- available() - Method in class org.jboss.marshalling.MarshallerObjectInput
- available() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
-
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
- available() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
- available() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- available() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- available() - Method in class org.jboss.marshalling.SimpleDataInput
-
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
- available() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
B
- b - Variable in class org.jboss.marshalling.Pair
- badLeadByte(int) - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- badLeadByte(int) - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- badLeadByte(int) - Method in class org.jboss.marshalling.serial.SerialUnmarshaller
- BASIC_CLASSES_V2 - Static variable in class org.jboss.marshalling.river.RiverMarshaller
- BASIC_CLASSES_V3 - Static variable in class org.jboss.marshalling.river.RiverMarshaller
- BasicSerializableClassDescriptor - Class in org.jboss.marshalling.river
- BasicSerializableClassDescriptor(SerializableClass, ClassDescriptor, SerializableField[], int) - Constructor for class org.jboss.marshalling.river.BasicSerializableClassDescriptor
- blockMarshaller - Variable in class org.jboss.marshalling.river.RiverMarshaller
- blockMarshaller - Variable in class org.jboss.marshalling.serial.SerialMarshaller
- BlockMarshaller - Class in org.jboss.marshalling.river
- BlockMarshaller - Class in org.jboss.marshalling.serial
- BlockMarshaller(RiverMarshaller, int) - Constructor for class org.jboss.marshalling.river.BlockMarshaller
- BlockMarshaller(SerialMarshaller, int) - Constructor for class org.jboss.marshalling.serial.BlockMarshaller
- blockUnmarshaller - Variable in class org.jboss.marshalling.river.RiverObjectInputStream
- blockUnmarshaller - Variable in class org.jboss.marshalling.river.RiverUnmarshaller
- blockUnmarshaller - Variable in class org.jboss.marshalling.serial.SerialUnmarshaller
- BlockUnmarshaller - Class in org.jboss.marshalling.river
- BlockUnmarshaller - Class in org.jboss.marshalling.serial
- BlockUnmarshaller(RiverUnmarshaller) - Constructor for class org.jboss.marshalling.river.BlockUnmarshaller
- BlockUnmarshaller(SerialUnmarshaller) - Constructor for class org.jboss.marshalling.serial.BlockUnmarshaller
- BOOLEAN - Enum constant in enum org.jboss.marshalling.serial.Serial.FieldType
- BOOLEAN - Enum constant in enum org.jboss.marshalling.util.Kind
-
Field of type
boolean
. - BOOLEAN - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- BOOLEAN_ARRAY - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- BOOLEAN_OBJ - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- BooleanFieldPutter - Class in org.jboss.marshalling.util
-
A field putter for boolean-type fields.
- BooleanFieldPutter() - Constructor for class org.jboss.marshalling.util.BooleanFieldPutter
- BooleanReadField - Class in org.jboss.marshalling.util
-
A read field whose value is a boolean type.
- BooleanReadField(SerializableField) - Constructor for class org.jboss.marshalling.util.BooleanReadField
-
Construct a new instance with the default value.
- BooleanReadField(SerializableField, boolean) - Constructor for class org.jboss.marshalling.util.BooleanReadField
-
Construct a new instance.
- branch - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap.BranchIterator
- branch0 - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap.BranchIterator
- branch1 - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap.BranchIterator
- BranchIterator(UnlockedHashMap.TableIterator, UnlockedHashMap.TableIterator) - Constructor for class org.jboss.marshalling.reflect.UnlockedHashMap.BranchIterator
- bridge(Descriptor, Class<?>) - Method in class org.jboss.marshalling.serial.SerialUnmarshaller
- buffer - Variable in class org.jboss.marshalling.ByteBufferInput
- buffer - Variable in class org.jboss.marshalling.ByteBufferOutput
- buffer - Variable in class org.jboss.marshalling.river.BlockMarshaller
- buffer - Variable in class org.jboss.marshalling.serial.BlockMarshaller
- buffer - Variable in class org.jboss.marshalling.SimpleDataInput
-
The internal buffer.
- buffer - Variable in class org.jboss.marshalling.SimpleDataOutput
-
The internal buffer.
- bufferSize - Variable in class org.jboss.marshalling.cloner.ClonerConfiguration
- bufferSize - Variable in class org.jboss.marshalling.cloner.SerializingCloner
- bufferSize - Variable in class org.jboss.marshalling.MarshallingConfiguration
- bufferSize - Variable in class org.jboss.marshalling.serial.SerialMarshaller
- bufferSize - Variable in class org.jboss.marshalling.SimpleDataOutput
-
The size of the internal buffer.
- BYTE - Enum constant in enum org.jboss.marshalling.serial.Serial.FieldType
- BYTE - Enum constant in enum org.jboss.marshalling.util.Kind
-
Field of type
byte
. - BYTE - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- BYTE_ARRAY - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- BYTE_OBJ - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- byteArrayOutputStream - Variable in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectOutput
- ByteBufferInput - Class in org.jboss.marshalling
-
An
InputStream
which implementsByteInput
and reads bytes from aByteBuffer
. - ByteBufferInput(ByteBuffer) - Constructor for class org.jboss.marshalling.ByteBufferInput
-
Construct a new instance.
- ByteBufferOutput - Class in org.jboss.marshalling
-
An
OutputStream
implementingByteOutput
which writes to aByteBuffer
. - ByteBufferOutput(ByteBuffer) - Constructor for class org.jboss.marshalling.ByteBufferOutput
-
Create a new instance.
- ByteDataStep(byte[]) - Constructor for class org.jboss.marshalling.cloner.SerializingCloner.ByteDataStep
- ByteFieldPutter - Class in org.jboss.marshalling.util
-
A field putter for byte-type fields.
- ByteFieldPutter() - Constructor for class org.jboss.marshalling.util.ByteFieldPutter
- byteInput - Variable in class org.jboss.marshalling.ByteInputStream
- ByteInput - Interface in org.jboss.marshalling
-
An input stream of bytes.
- ByteInputStream - Class in org.jboss.marshalling
-
An
InputStream
which implementsByteInput
and reads bytes from anotherByteInput
. - ByteInputStream(ByteInput) - Constructor for class org.jboss.marshalling.ByteInputStream
-
Create a new instance.
- byteOutput - Variable in class org.jboss.marshalling.ByteOutputStream
- ByteOutput - Interface in org.jboss.marshalling
-
An output stream of bytes.
- ByteOutputStream - Class in org.jboss.marshalling
-
An
OutputStream
which implementsByteOutput
and writes bytes to anotherByteOutput
. - ByteOutputStream(ByteOutput) - Constructor for class org.jboss.marshalling.ByteOutputStream
-
Construct a new instance.
- BytePipe - Class in org.jboss.marshalling
-
A paired
ByteInput
andByteOutput
. - BytePipe() - Constructor for class org.jboss.marshalling.BytePipe
-
Construct a new instance.
- ByteReadField - Class in org.jboss.marshalling.util
-
A read field whose value is a byte type.
- ByteReadField(SerializableField) - Constructor for class org.jboss.marshalling.util.ByteReadField
-
Construct a new instance with the default value.
- ByteReadField(SerializableField, byte) - Constructor for class org.jboss.marshalling.util.ByteReadField
-
Construct a new instance.
- bytes - Variable in class org.jboss.marshalling.ByteWriter
- bytes - Variable in class org.jboss.marshalling.cloner.SerializingCloner.ByteDataStep
- BYTES_HOLDER - Static variable in class org.jboss.marshalling.UTFUtils
- BytesHolder() - Constructor for class org.jboss.marshalling.UTFUtils.BytesHolder
- ByteWriter - Class in org.jboss.marshalling
-
A writer for class or object tables which simply writes a flat sequence of bytes.
- ByteWriter(byte...) - Constructor for class org.jboss.marshalling.ByteWriter
-
Construct a new instance.
C
- calcBufferSize(AbstractMarshallerFactory, MarshallingConfiguration) - Static method in class org.jboss.marshalling.AbstractMarshaller
- callNoArgConstructor() - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Invoke the public no-arg constructor on this class.
- callNonInitConstructor() - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Invoke the non-init constructor on this class.
- callObjectInputConstructor(ObjectInput) - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Invoke the public constructor accepting an ObjectInput.
- callReadObject(Object, ObjectInputStream) - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Invoke the
readObject()
method for an object. - callReadObjectNoData(Object) - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Invoke the
readObjectNoData()
method for an object. - callReadResolve(Object) - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Invoke the
readResolve()
method for an object. - callWriteObject(Object, ObjectOutputStream) - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Invoke the
writeObject()
method for an object. - callWriteReplace(Object) - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Invoke the
writeReplace()
method for an object. - cause - Variable in class org.jboss.marshalling.TraceInformation.Info
- CC_ARRAY_LIST - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- CC_ENUM_MAP - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- CC_ENUM_SET - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- CC_HASH_MAP - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- CC_HASH_SET - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- CC_HASHTABLE - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- CC_IDENTITY_HASH_MAP - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- CC_LINKED_HASH_MAP - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- CC_LINKED_HASH_SET - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- CC_LINKED_LIST - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- CC_TREE_MAP - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- CC_TREE_SET - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- ceiling(E) - Method in class org.jboss.marshalling.util.FlatNavigableSet
- ceilingEntry(K) - Method in class org.jboss.marshalling.util.FlatNavigableMap
- ceilingKey(K) - Method in class org.jboss.marshalling.util.FlatNavigableMap
- ChainingClassExternalizerFactory - Class in org.jboss.marshalling
-
A class externalizer factory that tries each delegate externalizer factory in sequence, returning the first match.
- ChainingClassExternalizerFactory(Iterable<ClassExternalizerFactory>) - Constructor for class org.jboss.marshalling.ChainingClassExternalizerFactory
-
Construct a new instance.
- ChainingClassExternalizerFactory(Collection<ClassExternalizerFactory>) - Constructor for class org.jboss.marshalling.ChainingClassExternalizerFactory
-
Construct a new instance.
- ChainingClassExternalizerFactory(Iterator<ClassExternalizerFactory>) - Constructor for class org.jboss.marshalling.ChainingClassExternalizerFactory
-
Construct a new instance.
- ChainingClassExternalizerFactory(ClassExternalizerFactory[]) - Constructor for class org.jboss.marshalling.ChainingClassExternalizerFactory
-
Construct a new instance.
- ChainingClassTable - Class in org.jboss.marshalling
-
A class table that multiplexes up to 256 class tables.
- ChainingClassTable(ClassTable[]) - Constructor for class org.jboss.marshalling.ChainingClassTable
-
Construct a new instance.
- ChainingObjectResolver - Class in org.jboss.marshalling
-
An object resolver which runs a sequence of object resolvers.
- ChainingObjectResolver(Iterable<ObjectResolver>) - Constructor for class org.jboss.marshalling.ChainingObjectResolver
-
Construct a new instance.
- ChainingObjectResolver(Collection<ObjectResolver>) - Constructor for class org.jboss.marshalling.ChainingObjectResolver
-
Construct a new instance.
- ChainingObjectResolver(Iterator<ObjectResolver>) - Constructor for class org.jboss.marshalling.ChainingObjectResolver
-
Construct a new instance.
- ChainingObjectResolver(ObjectResolver[]) - Constructor for class org.jboss.marshalling.ChainingObjectResolver
-
Construct a new instance.
- ChainingObjectTable - Class in org.jboss.marshalling
-
An object table that multiplexes up to 256 class tables.
- ChainingObjectTable(ObjectTable[]) - Constructor for class org.jboss.marshalling.ChainingObjectTable
-
Construct a new instance.
- CHAR - Enum constant in enum org.jboss.marshalling.serial.Serial.FieldType
- CHAR - Enum constant in enum org.jboss.marshalling.util.Kind
-
Field of type
char
. - CHAR - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- CHAR_ARRAY - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- CHARACTER_OBJ - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- CharFieldPutter - Class in org.jboss.marshalling.util
-
A field putter for char-type fields.
- CharFieldPutter() - Constructor for class org.jboss.marshalling.util.CharFieldPutter
- CharReadField - Class in org.jboss.marshalling.util
-
A read field whose value is a character type.
- CharReadField(SerializableField) - Constructor for class org.jboss.marshalling.util.CharReadField
-
Construct a new instance with the default value.
- CharReadField(SerializableField, char) - Constructor for class org.jboss.marshalling.util.CharReadField
-
Construct a new instance.
- check(SerializableClassDescriptor) - Method in class org.jboss.marshalling.river.FutureSerializableClassDescriptor
- checkState() - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- checkState() - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
- CLASS_DESCRIPTOR - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- CLASS_WRITER - Static variable in class org.jboss.marshalling.ModularClassTable
- classCache - Variable in class org.jboss.marshalling.river.RiverMarshaller
- classCache - Variable in class org.jboss.marshalling.river.RiverUnmarshaller
- classCloner - Variable in class org.jboss.marshalling.cloner.ClonerConfiguration
- classCloner - Variable in class org.jboss.marshalling.cloner.SerializingCloner
- ClassCloner - Interface in org.jboss.marshalling.cloner
-
A cloner for class types.
- classCount - Variable in class org.jboss.marshalling.MarshallingConfiguration
- ClassDescriptor - Class in org.jboss.marshalling.river
- ClassDescriptor() - Constructor for class org.jboss.marshalling.river.ClassDescriptor
- ClassDescriptors - Class in org.jboss.marshalling.river
- ClassDescriptors() - Constructor for class org.jboss.marshalling.river.ClassDescriptors
- classExternalizerFactory - Variable in class org.jboss.marshalling.AbstractMarshaller
-
The configured class externalizer factory.
- classExternalizerFactory - Variable in class org.jboss.marshalling.AbstractUnmarshaller
-
The configured class externalizer factory.
- classExternalizerFactory - Variable in class org.jboss.marshalling.MarshallingConfiguration
- ClassExternalizerFactory - Interface in org.jboss.marshalling
-
A factory for locating custom externalizers.
- ClassInfo() - Constructor for class org.jboss.marshalling.serial.Serial.ClassInfo
- ClassInfo(TraceInformation.Info, String) - Constructor for class org.jboss.marshalling.TraceInformation.ClassInfo
- classLoader - Variable in class org.jboss.marshalling.SimpleClassResolver
- classLoaderAction - Static variable in class org.jboss.marshalling.ContextClassResolver
- ClassLoaderClassCloner - Class in org.jboss.marshalling.cloner
-
A class cloner which uses the given class loader to resolve classes.
- ClassLoaderClassCloner(ClassLoader) - Constructor for class org.jboss.marshalling.cloner.ClassLoaderClassCloner
-
Construct a new instance.
- classResolver - Variable in class org.jboss.marshalling.AbstractMarshaller
-
The configured class resolver.
- classResolver - Variable in class org.jboss.marshalling.AbstractUnmarshaller
-
The configured class resolver.
- classResolver - Variable in class org.jboss.marshalling.MarshallingConfiguration
- ClassResolver - Interface in org.jboss.marshalling
-
A class annotator and resolver.
- classSeq - Variable in class org.jboss.marshalling.river.RiverMarshaller
- classTable - Variable in class org.jboss.marshalling.AbstractMarshaller
-
The configured class table.
- classTable - Variable in class org.jboss.marshalling.AbstractUnmarshaller
-
The configured class table.
- classTable - Variable in class org.jboss.marshalling.MarshallingConfiguration
- ClassTable - Interface in org.jboss.marshalling
-
A lookup mechanism for predefined classes.
- ClassTable.Writer - Interface in org.jboss.marshalling
-
The class writer for a specific class.
- ClassWriter() - Constructor for class org.jboss.marshalling.ModularClassTable.ClassWriter
- clazz - Variable in class org.jboss.marshalling.FieldSetter.GetFieldAction
- clear() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap
- clear() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.EntrySet
- clear() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.KeySet
- clear() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.Values
- clear() - Method in class org.jboss.marshalling.util.IdentityIntMap
- clear() - Method in class org.jboss.marshalling.util.IdentityIntSet
- clear() - Method in class org.jboss.marshalling.util.IntKeyMap
- clear() - Method in class org.jboss.marshalling.util.IntMap
- clear() - Method in class org.jboss.marshalling.util.IntSet
- clearClassCache() - Method in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectInput
- clearClassCache() - Method in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectOutput
- clearClassCache() - Method in interface org.jboss.marshalling.Marshaller
-
Discard the class cache.
- clearClassCache() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Discard the class cache.
- clearClassCache() - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
-
Discard the class cache.
- clearClassCache() - Method in class org.jboss.marshalling.river.BlockMarshaller
- clearClassCache() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- clearClassCache() - Method in class org.jboss.marshalling.river.RiverMarshaller
- clearClassCache() - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- clearClassCache() - Method in class org.jboss.marshalling.serial.BlockMarshaller
- clearClassCache() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- clearClassCache() - Method in class org.jboss.marshalling.serial.SerialMarshaller
- clearClassCache() - Method in class org.jboss.marshalling.serial.SerialUnmarshaller
- clearClassCache() - Method in interface org.jboss.marshalling.Unmarshaller
-
Discard the class cache.
- clearInstanceCache() - Method in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectInput
- clearInstanceCache() - Method in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectOutput
- clearInstanceCache() - Method in interface org.jboss.marshalling.Marshaller
-
Discard the instance cache.
- clearInstanceCache() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Discard the instance cache.
- clearInstanceCache() - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
-
Discard the instance cache.
- clearInstanceCache() - Method in class org.jboss.marshalling.river.BlockMarshaller
- clearInstanceCache() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- clearInstanceCache() - Method in class org.jboss.marshalling.river.RiverMarshaller
- clearInstanceCache() - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- clearInstanceCache() - Method in class org.jboss.marshalling.serial.BlockMarshaller
- clearInstanceCache() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- clearInstanceCache() - Method in class org.jboss.marshalling.serial.SerialMarshaller
- clearInstanceCache() - Method in class org.jboss.marshalling.serial.SerialUnmarshaller
- clearInstanceCache() - Method in interface org.jboss.marshalling.Unmarshaller
-
Discard the instance cache.
- clone - Variable in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectInputStream
- clone() - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
-
Create a copy of this configuration.
- clone() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Create a shallow clone.
- clone() - Method in class org.jboss.marshalling.util.IdentityIntMap
-
Clone this map.
- clone() - Method in class org.jboss.marshalling.util.IdentityIntSet
-
Clone this set.
- clone() - Method in class org.jboss.marshalling.util.IntKeyMap
- clone() - Method in class org.jboss.marshalling.util.IntMap
-
Clone this map.
- clone() - Method in class org.jboss.marshalling.util.IntSet
-
Clone this set.
- clone(Class<?>) - Method in interface org.jboss.marshalling.cloner.ClassCloner
-
Clone the given class.
- clone(Class<?>) - Method in class org.jboss.marshalling.cloner.ClassLoaderClassCloner
-
Clone the given class.
- clone(Object) - Method in class org.jboss.marshalling.cloner.CloneableCloner
-
Create a deep clone of the given object.
- clone(Object) - Method in interface org.jboss.marshalling.cloner.ObjectCloner
-
Create a deep clone of the given object.
- clone(Object) - Method in class org.jboss.marshalling.cloner.SerializingCloner
- clone(Object, boolean) - Method in class org.jboss.marshalling.cloner.SerializingCloner
- clone(Object, ObjectCloner, ClassCloner) - Method in interface org.jboss.marshalling.cloner.CloneTable
-
Attempt to clone the given object.
- CLONE - Static variable in class org.jboss.marshalling.cloner.CloneableCloner
- CLONEABLE - Static variable in class org.jboss.marshalling.cloner.ObjectCloners
- CloneableCloner - Class in org.jboss.marshalling.cloner
-
An object cloner which clones objects that implement
Cloneable
. - CloneableCloner(ClonerConfiguration) - Constructor for class org.jboss.marshalling.cloner.CloneableCloner
-
Create a new instance.
- cloneFields(SerializingCloner.ClonerPutField) - Method in class org.jboss.marshalling.cloner.SerializingCloner
- cloneInfo - Variable in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectInputStream
- cloneProxy(Class<?>) - Method in interface org.jboss.marshalling.cloner.ClassCloner
-
Clone the given reflection proxy class.
- cloneProxy(Class<?>) - Method in class org.jboss.marshalling.cloner.ClassLoaderClassCloner
-
Clone the given reflection proxy class.
- ClonerConfiguration - Class in org.jboss.marshalling.cloner
-
The configuration for a cloner instance.
- ClonerConfiguration() - Constructor for class org.jboss.marshalling.cloner.ClonerConfiguration
- clonerPutField - Variable in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectInputStream
- clonerPutField - Variable in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectOutputStream
- ClonerPutField() - Constructor for class org.jboss.marshalling.cloner.SerializingCloner.ClonerPutField
- clones - Variable in class org.jboss.marshalling.cloner.CloneableCloner
- clones - Variable in class org.jboss.marshalling.cloner.SerializingCloner
- CloneStep(Object) - Constructor for class org.jboss.marshalling.cloner.SerializingCloner.CloneStep
- cloneTable - Variable in class org.jboss.marshalling.cloner.CloneableCloner
- cloneTable - Variable in class org.jboss.marshalling.cloner.ClonerConfiguration
- CloneTable - Interface in org.jboss.marshalling.cloner
-
An interface which allows extending a cloner to types that it would not otherwise support.
- close() - Method in class org.jboss.marshalling.AbstractMarshaller
- close() - Method in class org.jboss.marshalling.ByteBufferInput
- close() - Method in class org.jboss.marshalling.ByteBufferOutput
- close() - Method in class org.jboss.marshalling.ByteInputStream
- close() - Method in class org.jboss.marshalling.ByteOutputStream
- close() - Method in class org.jboss.marshalling.MarshallerObjectInput
-
This implementation always throws an
IllegalStateException
. - close() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- close() - Method in class org.jboss.marshalling.MarshallerObjectOutput
-
This implementation always throws an
IllegalStateException
. - close() - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- close() - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- close() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- close() - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- close() - Method in class org.jboss.marshalling.river.BlockMarshaller
- close() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- close() - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- close() - Method in class org.jboss.marshalling.serial.BlockMarshaller
- close() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- close() - Method in class org.jboss.marshalling.serial.SerialUnmarshaller
- close() - Method in class org.jboss.marshalling.SimpleDataInput
- close() - Method in class org.jboss.marshalling.SimpleDataOutput
- close() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- comparator - Variable in class org.jboss.marshalling.util.FlatNavigableMap
- comparator - Variable in class org.jboss.marshalling.util.FlatNavigableSet
- comparator() - Method in class org.jboss.marshalling.util.FlatNavigableMap
- comparator() - Method in class org.jboss.marshalling.util.FlatNavigableSet
- compareAndSetState(int, int) - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
- compareTo(Validator) - Method in class org.jboss.marshalling.river.Validator
- compareTo(ReadField) - Method in class org.jboss.marshalling.util.ReadField
-
Compare this field with another on the basis of its name.
- CONCURRENT_HASH_MAP - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- configuredVersion - Variable in class org.jboss.marshalling.AbstractMarshaller
-
The configured version to write.
- configuredVersion - Variable in class org.jboss.marshalling.AbstractUnmarshaller
-
The configured version.
- constructor - Variable in class org.jboss.marshalling.Marshalling.OptionalDataExceptionCreateAction
- contains(Object) - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.EntrySet
- contains(Object) - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.KeySet
- contains(Object) - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.Values
- contains(Map.Entry<K, V>) - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.EntrySet
- contains(T) - Method in class org.jboss.marshalling.util.IdentityIntSet
-
Check to see if this set contains a value.
- contains(T) - Method in class org.jboss.marshalling.util.IntSet
-
Check to see if this set contains a value.
- containsKey(int) - Method in class org.jboss.marshalling.util.IntKeyMap
- containsKey(Object) - Method in class org.jboss.marshalling.reflect.UnlockedHashMap
- containsValue(Object) - Method in class org.jboss.marshalling.util.IntKeyMap
- ContextClassResolver - Class in org.jboss.marshalling
-
A class resolver which uses the context classloader to resolve classes.
- ContextClassResolver() - Constructor for class org.jboss.marshalling.ContextClassResolver
-
Construct a new instance.
- ContextClassResolver(boolean) - Constructor for class org.jboss.marshalling.ContextClassResolver
-
Construct a new instance.
- COPY_ON_WRITE_ARRAY_LIST - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- COPY_ON_WRITE_ARRAY_SET - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- count - Variable in class org.jboss.marshalling.LimitedByteInput
- count - Variable in class org.jboss.marshalling.LimitedByteOutput
- count - Variable in class org.jboss.marshalling.util.IdentityIntMap
- count - Variable in class org.jboss.marshalling.util.IdentityIntSet
- count - Variable in class org.jboss.marshalling.util.IntMap
- count - Variable in class org.jboss.marshalling.util.IntSet
- create(A, B) - Static method in class org.jboss.marshalling.Pair
-
Create a new instance.
- create(Class<T>) - Method in interface org.jboss.marshalling.Creator
-
Deprecated.Create an object instance.
- create(Class<T>) - Method in class org.jboss.marshalling.reflect.PublicReflectiveCreator
-
Deprecated.Create an object instance.
- create(Class<T>) - Method in class org.jboss.marshalling.reflect.ReflectiveCreator
-
Deprecated.Create an object instance.
- create(Class<T>) - Method in class org.jboss.marshalling.serial.ExternalizedObject
-
Create an object instance.
- createByteInput(InputStream) - Static method in class org.jboss.marshalling.Marshalling
-
Create a
ByteInput
wrapper for anInputStream
. - createByteInput(ByteBuffer) - Static method in class org.jboss.marshalling.Marshalling
-
Create a
ByteInput
wrapper for aByteBuffer
. - createByteOutput(OutputStream) - Static method in class org.jboss.marshalling.Marshalling
-
Create a
ByteOutput
wrapper for anOutputStream
. - createByteOutput(ByteBuffer) - Static method in class org.jboss.marshalling.Marshalling
-
Create a
ByteOutput
wrapper for aByteBuffer
. - createCloner(ClonerConfiguration) - Method in interface org.jboss.marshalling.cloner.ObjectClonerFactory
-
Create a new cloner with the given configuration.
- createExternal(Class<?>, ObjectInput, Creator) - Method in class org.jboss.marshalling.AbstractExternalizer
-
Create an instance of a type using the provided creator.
- createExternal(Class<?>, ObjectInput, Creator) - Method in interface org.jboss.marshalling.Externalizer
-
Create an instance of a type.
- createExternal(Class<?>, ObjectInput, Creator) - Method in class org.jboss.marshalling.Pair.Externalizer
-
Create an instance of a type.
- createInputStream(ByteInput) - Static method in class org.jboss.marshalling.Marshalling
-
Create an
InputStream
wrapper for aByteInput
. - createMarshaller(MarshallingConfiguration) - Method in interface org.jboss.marshalling.MarshallerFactory
-
Create a marshaller from this configuration.
- createMarshaller(MarshallingConfiguration) - Method in class org.jboss.marshalling.river.RiverMarshallerFactory
-
Create a marshaller from this configuration.
- createMarshaller(MarshallingConfiguration) - Method in class org.jboss.marshalling.serial.SerialMarshallerFactory
- createNew() - Method in interface org.jboss.marshalling.cloner.ObjectClonerSource
-
Create a new object cloner.
- createObjectClonerSource(ObjectClonerFactory, ClonerConfiguration) - Static method in class org.jboss.marshalling.cloner.ObjectCloners
-
Get an object cloner source which creates cloners with a static configuration.
- createObjectInputStream() - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- createObjectInputStream() - Method in class org.jboss.marshalling.serial.SerialUnmarshaller
- createObjectInputStreamAction - Variable in class org.jboss.marshalling.river.RiverUnmarshaller
- createObjectOutputStream() - Method in class org.jboss.marshalling.river.RiverMarshaller
- createObjectOutputStream() - Method in class org.jboss.marshalling.serial.SerialMarshaller
- createObjectOutputStreamAction - Variable in class org.jboss.marshalling.river.RiverMarshaller
- createObjectOutputStreamAction - Variable in class org.jboss.marshalling.serial.SerialMarshaller
- createObjectOutputStreamAction - Variable in class org.jboss.marshalling.serial.SerialUnmarshaller
- createOptionalDataException() - Static method in class org.jboss.marshalling.Marshalling
- createOptionalDataException(boolean) - Static method in class org.jboss.marshalling.Marshalling
-
Construct a new
OptionalDataException
. - createOptionalDataException(int) - Static method in class org.jboss.marshalling.Marshalling
-
Construct a new
OptionalDataException
. - createOutputStream(ByteOutput) - Static method in class org.jboss.marshalling.Marshalling
-
Create a
OutputStream
wrapper for aByteOutput
. - createRow(int) - Static method in class org.jboss.marshalling.reflect.UnlockedHashMap
- createRow(UnlockedHashMap.Item<K, V>) - Static method in class org.jboss.marshalling.reflect.UnlockedHashMap
- createRowIterator(UnlockedHashMap.Table<K, V>, int) - Method in class org.jboss.marshalling.reflect.UnlockedHashMap
- createStepObjectInputStream(Object, SerializableClass, SerializingCloner.ClonerPutField, Queue<SerializingCloner.Step>) - Method in class org.jboss.marshalling.cloner.SerializingCloner
- createStepObjectOutputStream(Object, SerializingCloner.ClonerPutField, Queue<SerializingCloner.Step>) - Method in class org.jboss.marshalling.cloner.SerializingCloner
- createUnmarshaller(MarshallingConfiguration) - Method in interface org.jboss.marshalling.MarshallerFactory
-
Create an unmarshaller from this configuration.
- createUnmarshaller(MarshallingConfiguration) - Method in class org.jboss.marshalling.river.RiverMarshallerFactory
-
Create an unmarshaller from this configuration.
- createUnmarshaller(MarshallingConfiguration) - Method in class org.jboss.marshalling.serial.SerialMarshallerFactory
- creator - Variable in class org.jboss.marshalling.MarshallingConfiguration
- Creator - Interface in org.jboss.marshalling
-
Deprecated.This API is deprecated and will be removed in a future version.
- CREATOR_PERM - Static variable in class org.jboss.marshalling.reflect.ReflectiveCreator
-
Deprecated.
- current - Variable in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectInput
- current - Variable in class org.jboss.marshalling.river.RiverObjectInputStream
- current - Variable in class org.jboss.marshalling.river.RiverObjectOutputStream
- currentDescriptor - Variable in class org.jboss.marshalling.serial.SerialObjectInputStream
- currentFieldMap - Variable in class org.jboss.marshalling.serial.SerialObjectOutputStream
- currentObject - Variable in class org.jboss.marshalling.serial.SerialObjectOutputStream
- currentSerializableClass - Variable in class org.jboss.marshalling.serial.SerialObjectInputStream
- currentSerializableClass - Variable in class org.jboss.marshalling.serial.SerialObjectOutputStream
- currentSubject - Variable in class org.jboss.marshalling.serial.SerialObjectInputStream
D
- data - Variable in class org.jboss.marshalling.TraceInformation.UserInfo
- DEFAULT - Static variable in interface org.jboss.marshalling.SerializabilityChecker
-
The default serializability checker.
- DEFAULT_CAPACITY - Static variable in class org.jboss.marshalling.util.IntKeyMap
-
Same default as HashMap, must be a power of 2
- DEFAULT_CREATOR - Static variable in class org.jboss.marshalling.river.RiverUnmarshaller
- DEFAULT_INITIAL_CAPACITY - Static variable in class org.jboss.marshalling.reflect.UnlockedHashMap
- DEFAULT_LOAD_FACTOR - Static variable in class org.jboss.marshalling.reflect.UnlockedHashMap
- DEFAULT_LOAD_FACTOR - Static variable in class org.jboss.marshalling.util.IntKeyMap
-
67%, just like IdentityHashMap
- defaulted - Variable in class org.jboss.marshalling.util.ReadField
- defaultHeader - Static variable in class org.jboss.marshalling.serial.SerialMarshallerFactory
- defaultReadFields(SerialUnmarshaller, Object) - Method in class org.jboss.marshalling.serial.PlainDescriptor
- defaultReadObject() - Method in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectInputStream
- defaultReadObject() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- defaultReadObject() - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- defaultReadObject() - Method in class org.jboss.marshalling.serial.SerialObjectInputStream
- defaultReadObject() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
-
May not be invoked in this context.
- defaultWriteObject() - Method in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectOutputStream
- defaultWriteObject() - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- defaultWriteObject() - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- defaultWriteObject() - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
- defaultWriteObject() - Method in class org.jboss.marshalling.serial.SerialObjectOutputStream
- defineFields(SerializableClass) - Method in class org.jboss.marshalling.cloner.SerializingCloner.ClonerPutField
- delegate - Variable in class org.jboss.marshalling.cloner.SerializingCloner
- depth - Variable in class org.jboss.marshalling.river.RiverUnmarshaller
- depth - Variable in class org.jboss.marshalling.serial.SerialUnmarshaller
- descendingIterator() - Method in class org.jboss.marshalling.util.FlatNavigableSet
- descendingKeySet() - Method in class org.jboss.marshalling.util.FlatNavigableMap
- descendingMap() - Method in class org.jboss.marshalling.util.FlatNavigableMap
- descendingSet() - Method in class org.jboss.marshalling.util.FlatNavigableSet
- Descriptor - Class in org.jboss.marshalling.serial
- Descriptor(Descriptor, Class<?>) - Constructor for class org.jboss.marshalling.serial.Descriptor
- descriptorCache - Variable in class org.jboss.marshalling.serial.SerialMarshaller
- descriptorForClass(Class<?>) - Method in class org.jboss.marshalling.serial.SerialUnmarshaller
- destClassLoader - Variable in class org.jboss.marshalling.cloner.ClassLoaderClassCloner
- discardFields(SerializableClassDescriptor) - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- discardFields(SerialUnmarshaller) - Method in class org.jboss.marshalling.serial.UnknownDescriptor
- discardReadObject() - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- doEndBlock() - Method in class org.jboss.marshalling.serial.SerialMarshaller
- doFinish() - Method in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectOutput
- doFinish() - Method in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectOutputStream
- doGet(UnlockedHashMap.Table<K, V>, K) - Method in class org.jboss.marshalling.reflect.UnlockedHashMap
- doInitSerializable(Object, SerializableClassDescriptor, boolean) - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- doPut(K, V, boolean, UnlockedHashMap.Table<K, V>) - Method in class org.jboss.marshalling.reflect.UnlockedHashMap
- doReadArray(int, boolean, boolean) - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- doReadBooleanArray(int, boolean) - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- doReadByteArray(int, boolean) - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- doReadCharArray(int, boolean) - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- doReadClassDescriptor(int, boolean) - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- doReadCollectionObject(boolean, int, int, boolean) - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- doReadDoubleArray(int, boolean) - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- doReadFloatArray(int, boolean) - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- doReadIntArray(int, boolean) - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- doReadLongArray(int, boolean) - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- doReadMapObject(boolean, int, int, boolean, boolean) - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- doReadNestedObject(boolean, String) - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- doReadNewObject(int, boolean, boolean) - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- doReadObject(boolean) - Method in class org.jboss.marshalling.AbstractObjectInput
-
Implementation of the actual object-reading method.
- doReadObject(boolean) - Method in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectInput
- doReadObject(boolean) - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- doReadObject(boolean) - Method in class org.jboss.marshalling.serial.SerialUnmarshaller
- doReadObject(boolean, boolean) - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- doReadObject(int, boolean) - Method in class org.jboss.marshalling.serial.SerialUnmarshaller
- doReadObject(int, boolean, boolean) - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- doReadObject(SerialUnmarshaller, SerializableClass, Object) - Method in class org.jboss.marshalling.serial.PlainDescriptor
- doReadObjectArray(int, Class<?>, boolean, boolean) - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- doReadSerialObject(Descriptor, Object) - Method in class org.jboss.marshalling.serial.SerialUnmarshaller
- doReadShortArray(int, boolean) - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- doReadString() - Method in class org.jboss.marshalling.serial.SerialUnmarshaller
- doRemove(K, UnlockedHashMap.Table<K, V>) - Method in class org.jboss.marshalling.reflect.UnlockedHashMap
- doRemove(K, V, UnlockedHashMap.Table<K, V>) - Method in class org.jboss.marshalling.reflect.UnlockedHashMap
- doRemove(UnlockedHashMap.Item<K, V>, UnlockedHashMap.Table<K, V>) - Method in class org.jboss.marshalling.reflect.UnlockedHashMap
- doReplace(K, V, UnlockedHashMap.Table<K, V>) - Method in class org.jboss.marshalling.reflect.UnlockedHashMap
- doReplace(K, V, V, UnlockedHashMap.Table<K, V>) - Method in class org.jboss.marshalling.reflect.UnlockedHashMap
- DOUBLE - Enum constant in enum org.jboss.marshalling.serial.Serial.FieldType
- DOUBLE - Enum constant in enum org.jboss.marshalling.util.Kind
-
Field of type
double
. - DOUBLE - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- DOUBLE_ARRAY - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- DOUBLE_OBJ - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- DoubleFieldPutter - Class in org.jboss.marshalling.util
-
A field putter for double-type fields.
- DoubleFieldPutter() - Constructor for class org.jboss.marshalling.util.DoubleFieldPutter
- DoubleReadField - Class in org.jboss.marshalling.util
-
A read field whose value is a double type.
- DoubleReadField(SerializableField) - Constructor for class org.jboss.marshalling.util.DoubleReadField
-
Construct a new instance with the default value.
- DoubleReadField(SerializableField, double) - Constructor for class org.jboss.marshalling.util.DoubleReadField
-
Construct a new instance.
- doWriteEmptyFields(SerializableClass) - Method in class org.jboss.marshalling.river.RiverMarshaller
- doWriteFields(SerializableClass, Object) - Method in class org.jboss.marshalling.river.RiverMarshaller
- doWriteFields(SerializableClass, Object) - Method in class org.jboss.marshalling.serial.SerialMarshaller
- doWriteObject(Object, boolean) - Method in class org.jboss.marshalling.AbstractObjectOutput
-
Implementation of the actual object-writing method.
- doWriteObject(Object, boolean) - Method in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectOutput
- doWriteObject(Object, boolean) - Method in class org.jboss.marshalling.river.BlockMarshaller
- doWriteObject(Object, boolean) - Method in class org.jboss.marshalling.river.RiverMarshaller
- doWriteObject(Object, boolean) - Method in class org.jboss.marshalling.serial.BlockMarshaller
- doWriteObject(Object, boolean) - Method in class org.jboss.marshalling.serial.SerialMarshaller
- doWriteSerializableObject(SerializableClass, Object, Class<?>) - Method in class org.jboss.marshalling.river.RiverMarshaller
- drain() - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- drain() - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- dumpBlockData(Map<Integer, Serial.ClassInfo>, AtomicInteger, DataInputStream, BufferedWriter, int) - Static method in class org.jboss.marshalling.serial.Serial
- dumpContent(Map<Integer, Serial.ClassInfo>, AtomicInteger, DataInputStream, BufferedWriter, int, int) - Static method in class org.jboss.marshalling.serial.Serial
- dumpDescriptor(Map<Integer, Serial.ClassInfo>, AtomicInteger, DataInputStream, BufferedWriter, int, int) - Static method in class org.jboss.marshalling.serial.Serial
- dumpFields(Serial.ClassInfo, Map<Integer, Serial.ClassInfo>, AtomicInteger, DataInputStream, BufferedWriter, int) - Static method in class org.jboss.marshalling.serial.Serial
- dumpObject(Map<Integer, Serial.ClassInfo>, AtomicInteger, DataInputStream, BufferedWriter, int, int) - Static method in class org.jboss.marshalling.serial.Serial
- dumpStream(DataInputStream, BufferedWriter) - Static method in class org.jboss.marshalling.serial.Serial
- dumpStream(InputStream, Writer) - Static method in class org.jboss.marshalling.serial.Serial
- dumpString(Map<Integer, Serial.ClassInfo>, AtomicInteger, DataInputStream, BufferedWriter, int, int) - Static method in class org.jboss.marshalling.serial.Serial
E
- effectiveSerialVersionUID - Variable in class org.jboss.marshalling.reflect.SerializableClass
- ELEMENT - Enum constant in enum org.jboss.marshalling.TraceInformation.IndexType
- EMPTY_INTS - Static variable in class org.jboss.marshalling.serial.SerialUnmarshaller
- EMPTY_LIST - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- EMPTY_MAP - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- EMPTY_SET - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- EMPTY_STRINGS - Static variable in class org.jboss.marshalling.serial.SerialUnmarshaller
- emptyListClass - Static variable in class org.jboss.marshalling.river.Protocol
- emptyMapClass - Static variable in class org.jboss.marshalling.river.Protocol
- emptySetClass - Static variable in class org.jboss.marshalling.river.Protocol
- enableReplaceObject(boolean) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- enableReplaceObject(boolean) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- enableResolveObject(boolean) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- enableResolveObject(boolean) - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- endOfStream() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- endOfStream() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- enforceSerialVersionUid - Variable in class org.jboss.marshalling.AbstractClassResolver
-
Specifies whether an exception should be thrown on an incorrect serialVersionUID.
- entries - Variable in class org.jboss.marshalling.util.FlatNavigableMap
- entries - Variable in class org.jboss.marshalling.util.FlatNavigableSet
- Entry(int, V) - Constructor for class org.jboss.marshalling.util.IntKeyMap.Entry
- EntryImpl(K, V) - Constructor for class org.jboss.marshalling.util.FlatNavigableMap.EntryImpl
- EntryIterator() - Constructor for class org.jboss.marshalling.reflect.UnlockedHashMap.EntryIterator
- entrySet - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap
- entrySet - Variable in class org.jboss.marshalling.util.FlatNavigableMap
- entrySet() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap
- entrySet() - Method in class org.jboss.marshalling.util.FlatNavigableMap
- EntrySet() - Constructor for class org.jboss.marshalling.reflect.UnlockedHashMap.EntrySet
- ENUM_DESCRIPTOR - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- ENUM_MAP_KEY_TYPE_FIELD - Static variable in class org.jboss.marshalling.river.RiverMarshaller
- ENUM_SET_ELEMENT_TYPE_FIELD - Static variable in class org.jboss.marshalling.river.RiverMarshaller
- ENUM_SET_VALUES_FIELD - Static variable in class org.jboss.marshalling.river.RiverMarshaller
- enumSetProxyClass - Static variable in class org.jboss.marshalling.river.Protocol
- eofOnRead() - Static method in class org.jboss.marshalling.SimpleDataInput
- eq(Object, Object) - Static method in class org.jboss.marshalling.util.IntKeyMap
- equals(Object) - Method in class org.jboss.marshalling.Pair
-
Determine if this pair equals another.
- equals(Object) - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.Item
- equals(Object) - Method in class org.jboss.marshalling.util.FlatNavigableMap.EntryImpl
- equals(Object, Object) - Static method in class org.jboss.marshalling.util.FlatNavigableMap.EntryImpl
- equals(Map.Entry<?, ?>) - Method in class org.jboss.marshalling.util.FlatNavigableMap.EntryImpl
- equals(Pair<?, ?>) - Method in class org.jboss.marshalling.Pair
-
Determine if this pair equals another.
- equals(UnlockedHashMap.Item<?, ?>) - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.Item
- exceptionListener - Variable in class org.jboss.marshalling.AbstractMarshaller
-
The configured exception listener.
- exceptionListener - Variable in class org.jboss.marshalling.AbstractUnmarshaller
-
The configured exception listener.
- exceptionListener - Variable in class org.jboss.marshalling.MarshallingConfiguration
- ExceptionListener - Interface in org.jboss.marshalling
-
A listener for exceptions which occur during marshalling or unmarshalling.
- ExtendedObjectStreamConstants - Interface in org.jboss.marshalling.serial
-
Protocol extensions used locally for JBoss Marshalling extensions to Class/Object Resolvers.
- EXTERNALIZABLE_READ_OBJECT - Enum constant in enum org.jboss.marshalling.TraceInformation.MethodInfo.Type
- EXTERNALIZABLE_WRITE_OBJECT - Enum constant in enum org.jboss.marshalling.TraceInformation.MethodInfo.Type
- Externalize - Annotation Type in org.jboss.marshalling
-
Indicate that this class should be externalized by an instance of the given externalizer class.
- externalizedCreator - Variable in class org.jboss.marshalling.cloner.ClonerConfiguration
- ExternalizedObject - Class in org.jboss.marshalling.serial
-
An externalized object.
- ExternalizedObject() - Constructor for class org.jboss.marshalling.serial.ExternalizedObject
- ExternalizedObject(Externalizer, Object) - Constructor for class org.jboss.marshalling.serial.ExternalizedObject
- externalizer - Variable in class org.jboss.marshalling.river.ExternalizerClassDescriptor
- externalizer - Variable in class org.jboss.marshalling.serial.ExternalizedObject
- Externalizer - Interface in org.jboss.marshalling
-
A replacement serializer for an object class.
- Externalizer() - Constructor for class org.jboss.marshalling.Pair.Externalizer
- EXTERNALIZER_CREATE_OBJECT - Enum constant in enum org.jboss.marshalling.TraceInformation.MethodInfo.Type
- EXTERNALIZER_READ_OBJECT - Enum constant in enum org.jboss.marshalling.TraceInformation.MethodInfo.Type
- EXTERNALIZER_WRITE_OBJECT - Enum constant in enum org.jboss.marshalling.TraceInformation.MethodInfo.Type
- ExternalizerClassDescriptor - Class in org.jboss.marshalling.river
- ExternalizerClassDescriptor(Class<?>, Externalizer) - Constructor for class org.jboss.marshalling.river.ExternalizerClassDescriptor
- externalizerCreator - Variable in class org.jboss.marshalling.MarshallingConfiguration
- externalizerFactories - Variable in class org.jboss.marshalling.ChainingClassExternalizerFactory
- externalizerMap - Variable in class org.jboss.marshalling.MappingClassExternalizerFactory
- externalizers - Variable in class org.jboss.marshalling.river.RiverMarshaller
- externalizers - Variable in class org.jboss.marshalling.serial.SerialMarshaller
F
- field - Variable in class org.jboss.marshalling.FieldSetter
- field - Variable in class org.jboss.marshalling.reflect.SerializableField
- fieldDefMap - Variable in class org.jboss.marshalling.cloner.SerializingCloner.ClonerPutField
- FieldInfo() - Constructor for class org.jboss.marshalling.serial.Serial.FieldInfo
- FieldInfo(TraceInformation.Info, String) - Constructor for class org.jboss.marshalling.TraceInformation.FieldInfo
- fieldMap - Variable in class org.jboss.marshalling.cloner.SerializingCloner.ClonerPutField
- fieldName - Variable in class org.jboss.marshalling.TraceInformation.FieldInfo
- FieldPutter - Class in org.jboss.marshalling.util
-
Base class for a field "putter" which represents a field's data cell.
- FieldPutter() - Constructor for class org.jboss.marshalling.util.FieldPutter
-
Construct a new instance.
- fields - Variable in class org.jboss.marshalling.reflect.SerializableClass
- fields - Variable in class org.jboss.marshalling.river.BasicSerializableClassDescriptor
- fields - Variable in class org.jboss.marshalling.river.RiverPutField
- fields - Variable in class org.jboss.marshalling.serial.PlainDescriptor
- fields - Variable in class org.jboss.marshalling.serial.UnknownDescriptor
- FIELDS - Enum constant in enum org.jboss.marshalling.serial.SerialObjectOutputStream.State
- fieldsByName - Variable in class org.jboss.marshalling.reflect.SerializableClass
- FieldSetter - Class in org.jboss.marshalling
-
A setter for a (possibly final) field, which allows for correct object initialization of
Serializable
objects withreadObject()
methods, even in the presence offinal
fields. - FieldSetter(Field) - Constructor for class org.jboss.marshalling.FieldSetter
- FieldSetter.GetFieldAction - Class in org.jboss.marshalling
- FieldSetter.Holder - Class in org.jboss.marshalling
- FieldSetter.Holder.StackTraceReader - Class in org.jboss.marshalling
- FieldType(boolean) - Constructor for enum org.jboss.marshalling.serial.Serial.FieldType
- fillInStackTrace() - Method in exception class org.jboss.marshalling.TraceInformation
- find(String) - Method in class org.jboss.marshalling.river.RiverPutField
- finish() - Method in class org.jboss.marshalling.AbstractMarshaller
-
Finish writing to a stream.
- finish() - Method in class org.jboss.marshalling.AbstractUnmarshaller
-
Finish reading from the current input.
- finish() - Method in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectInput
- finish() - Method in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectOutput
- finish() - Method in interface org.jboss.marshalling.Marshaller
-
Finish marshalling to a stream.
- finish() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Finish unmarshalling from a stream.
- finish() - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
-
Finish marshalling to a stream.
- finish() - Method in class org.jboss.marshalling.river.BlockMarshaller
- finish() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- finish() - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- finish() - Method in class org.jboss.marshalling.serial.BlockMarshaller
- finish() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- finish() - Method in class org.jboss.marshalling.serial.SerialMarshaller
- finish() - Method in class org.jboss.marshalling.serial.SerialUnmarshaller
- finish() - Method in class org.jboss.marshalling.SimpleDataInput
-
Finish reading from the current input.
- finish() - Method in class org.jboss.marshalling.SimpleDataOutput
-
Finish writing to a stream.
- finish() - Method in interface org.jboss.marshalling.Unmarshaller
-
Finish unmarshalling from a stream.
- finish(int) - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- finish(int) - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
- first() - Method in class org.jboss.marshalling.util.FlatNavigableSet
- firstEntry() - Method in class org.jboss.marshalling.util.FlatNavigableMap
- firstKey() - Method in class org.jboss.marshalling.util.FlatNavigableMap
- flags - Variable in class org.jboss.marshalling.serial.PlainDescriptor
- flags - Variable in class org.jboss.marshalling.serial.Serial.ClassInfo
- flags - Variable in class org.jboss.marshalling.serial.UnknownDescriptor
- FlatNavigableMap<K,
V> - Class in org.jboss.marshalling.util - FlatNavigableMap(Comparator<? super K>) - Constructor for class org.jboss.marshalling.util.FlatNavigableMap
- FlatNavigableMap.EntryImpl<K,
V> - Class in org.jboss.marshalling.util - FlatNavigableSet<E> - Class in org.jboss.marshalling.util
- FlatNavigableSet(Comparator<? super E>) - Constructor for class org.jboss.marshalling.util.FlatNavigableSet
- FLOAT - Enum constant in enum org.jboss.marshalling.serial.Serial.FieldType
- FLOAT - Enum constant in enum org.jboss.marshalling.util.Kind
-
Field of type
float
. - FLOAT - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- FLOAT_ARRAY - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- FLOAT_OBJ - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- FloatFieldPutter - Class in org.jboss.marshalling.util
-
A field putter for float-type fields.
- FloatFieldPutter() - Constructor for class org.jboss.marshalling.util.FloatFieldPutter
- FloatReadField - Class in org.jboss.marshalling.util
-
A read field whose value is a float type.
- FloatReadField(SerializableField) - Constructor for class org.jboss.marshalling.util.FloatReadField
-
Construct a new instance with the default value.
- FloatReadField(SerializableField, float) - Constructor for class org.jboss.marshalling.util.FloatReadField
-
Construct a new instance.
- floor(E) - Method in class org.jboss.marshalling.util.FlatNavigableSet
- floorEntry(K) - Method in class org.jboss.marshalling.util.FlatNavigableMap
- floorKey(K) - Method in class org.jboss.marshalling.util.FlatNavigableMap
- flush() - Method in class org.jboss.marshalling.ByteBufferOutput
- flush() - Method in class org.jboss.marshalling.ByteOutputStream
- flush() - Method in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectOutput
- flush() - Method in class org.jboss.marshalling.MarshallerObjectOutput
- flush() - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- flush() - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- flush() - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- flush() - Method in class org.jboss.marshalling.river.BlockMarshaller
- flush() - Method in class org.jboss.marshalling.serial.BlockMarshaller
- flush() - Method in class org.jboss.marshalling.serial.SerialMarshaller
- flush() - Method in class org.jboss.marshalling.SimpleDataOutput
- fromTypeCode(int) - Static method in enum org.jboss.marshalling.serial.Serial.FieldType
- fullReset() - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- fullReset() - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
- FutureSerializableClassDescriptor - Class in org.jboss.marshalling.river
- FutureSerializableClassDescriptor(Class<?>, int) - Constructor for class org.jboss.marshalling.river.FutureSerializableClassDescriptor
G
- get(int) - Method in class org.jboss.marshalling.util.IntKeyMap
- get(Class<?>, String) - Static method in class org.jboss.marshalling.FieldSetter
-
Get an instance for the current class.
- get(Object) - Method in class org.jboss.marshalling.reflect.UnlockedHashMap
- get(T, int) - Method in class org.jboss.marshalling.util.IdentityIntMap
-
Get a value from the map.
- get(T, int) - Method in class org.jboss.marshalling.util.IntMap
-
Get a value from the map.
- getA() - Method in class org.jboss.marshalling.Pair
-
Get the first value.
- getAccessibleEnumFieldValue(Field, Object) - Static method in class org.jboss.marshalling.river.RiverMarshaller
- getAndSet(int) - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- getAndSetState(int) - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
- getB() - Method in class org.jboss.marshalling.Pair
-
Get the second value.
- getBasicClasses(int) - Static method in class org.jboss.marshalling.river.RiverMarshaller
- getBlockMarshaller() - Method in class org.jboss.marshalling.river.RiverMarshaller
- getBlockUnmarshaller() - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- getBlockUnmarshaller() - Method in class org.jboss.marshalling.serial.SerialUnmarshaller
- getBoolean() - Method in class org.jboss.marshalling.util.BooleanFieldPutter
-
Get the boolean value of this field.
- getBoolean() - Method in class org.jboss.marshalling.util.BooleanReadField
-
Get the boolean value of this field.
- getBoolean() - Method in class org.jboss.marshalling.util.FieldPutter
-
Get the boolean value of this field.
- getBoolean() - Method in class org.jboss.marshalling.util.ReadField
-
Get the boolean value of this field.
- getBufferSize() - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
-
Get the buffer size to use.
- getBufferSize() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Get the configured buffer size.
- getByte() - Method in class org.jboss.marshalling.util.ByteFieldPutter
-
Get the byte value of this field.
- getByte() - Method in class org.jboss.marshalling.util.ByteReadField
-
Get the byte value of this field.
- getByte() - Method in class org.jboss.marshalling.util.FieldPutter
-
Get the byte value of this field.
- getByte() - Method in class org.jboss.marshalling.util.ReadField
-
Get the byte value of this field.
- getBytes() - Method in class org.jboss.marshalling.cloner.SerializingCloner.ByteDataStep
- getCause() - Method in class org.jboss.marshalling.TraceInformation.Info
- getChar() - Method in class org.jboss.marshalling.util.CharFieldPutter
-
Get the character value of this field.
- getChar() - Method in class org.jboss.marshalling.util.CharReadField
-
Get the character value of this field.
- getChar() - Method in class org.jboss.marshalling.util.FieldPutter
-
Get the character value of this field.
- getChar() - Method in class org.jboss.marshalling.util.ReadField
-
Get the character value of this field.
- getClassCloner() - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
-
Get the class cloner.
- getClassContext() - Method in class org.jboss.marshalling.FieldSetter.Holder.StackTraceReader
- getClassCount() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Get the estimated class count for this configuration.
- getClassExternalizerFactory() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Get the class externalizer factory, or
null
if none is specified. - getClassLoader() - Method in class org.jboss.marshalling.AbstractClassResolver
-
Get the classloader to use to resolve classes for this resolver.
- getClassLoader() - Method in class org.jboss.marshalling.ContextClassResolver
-
Get the classloader to use to resolve classes for this resolver.
- getClassLoader() - Method in class org.jboss.marshalling.SimpleClassResolver
-
Get the classloader to use to resolve classes for this resolver.
- getClassLoaderChecked() - Method in class org.jboss.marshalling.AbstractClassResolver
- getClassName(Class<?>) - Method in class org.jboss.marshalling.AbstractClassResolver
-
Get the class name to write for a given class.
- getClassName(Class<?>) - Method in interface org.jboss.marshalling.ClassResolver
-
Get the class name to write for a given class.
- getClassName(Class<?>) - Method in class org.jboss.marshalling.ModularClassResolver
-
Get the class name to write for a given class.
- getClassResolver() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Get the class resolver, or
null
if none is specified. - getClassTable() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Get the class table, or
null
if none is specified. - getClassWriter(Class<?>) - Method in class org.jboss.marshalling.ChainingClassTable
-
Determine whether the given class reference is a valid predefined reference.
- getClassWriter(Class<?>) - Method in interface org.jboss.marshalling.ClassTable
-
Determine whether the given class reference is a valid predefined reference.
- getClassWriter(Class<?>) - Method in class org.jboss.marshalling.ModularClassTable
-
Determine whether the given class reference is a valid predefined reference.
- getCloneableObjectClonerFactory() - Static method in class org.jboss.marshalling.cloner.ObjectCloners
-
Get the cloneable object cloner factory.
- getCloneTable() - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
-
Get the clone table.
- getCreator() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Deprecated.no longer used in 1.4, will be removed in a future version
- getDeclaredSerialPersistentFields(Class<?>) - Static method in class org.jboss.marshalling.reflect.SerializableClass
- getDefaultBufferSize() - Method in class org.jboss.marshalling.AbstractMarshallerFactory
-
Get the default buffer size, which is used if none was configured.
- getDefaultClassExternalizerFactory() - Method in class org.jboss.marshalling.AbstractMarshallerFactory
-
Get the default class externalizer factory, which is used if none was configured.
- getDefaultClassResolver() - Method in class org.jboss.marshalling.AbstractMarshallerFactory
-
Get the default class resolver, which is used if none was configured.
- getDefaultClassTable() - Method in class org.jboss.marshalling.AbstractMarshallerFactory
-
Get the default class table, which is used if none was configured.
- getDefaultObjectResolver() - Method in class org.jboss.marshalling.AbstractMarshallerFactory
-
Get the default object resolver, which is used if none was configured.
- getDefaultObjectTable() - Method in class org.jboss.marshalling.AbstractMarshallerFactory
-
Get the default object, which is used if none was configured.
- getDefaultStreamHeader() - Method in class org.jboss.marshalling.AbstractMarshallerFactory
-
Get the default stream header, which is used if none was configured.
- getDefaultStreamHeader() - Method in class org.jboss.marshalling.serial.SerialMarshallerFactory
- getDefaultVersion() - Method in class org.jboss.marshalling.AbstractMarshallerFactory
-
Get the default version, which is used if none was configured.
- getDefaultVersion() - Method in class org.jboss.marshalling.river.RiverMarshallerFactory
- getDefaultVersion() - Method in class org.jboss.marshalling.serial.SerialMarshallerFactory
- getDouble() - Method in class org.jboss.marshalling.util.DoubleFieldPutter
-
Get the double value of this field.
- getDouble() - Method in class org.jboss.marshalling.util.DoubleReadField
-
Get the double value of this field.
- getDouble() - Method in class org.jboss.marshalling.util.FieldPutter
-
Get the double value of this field.
- getDouble() - Method in class org.jboss.marshalling.util.ReadField
-
Get the double value of this field.
- getEffectiveSerialVersionUID() - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Get the effective serial version UID of this class.
- getEnumMapKeyType(Object) - Static method in class org.jboss.marshalling.river.RiverMarshaller
- getEnumSetElements(Object) - Static method in class org.jboss.marshalling.river.RiverMarshaller
- getEnumSetElementType(Object) - Static method in class org.jboss.marshalling.river.RiverMarshaller
- getExceptionListener() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Get the exception listener to use.
- getExternalizedCreator() - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
-
Get the creator to use for externalizable objects.
- getExternalizer() - Method in class org.jboss.marshalling.river.ExternalizerClassDescriptor
- getExternalizer(Class<?>) - Method in class org.jboss.marshalling.AnnotationClassExternalizerFactory
-
Look up a custom externalizer for a given object class.
- getExternalizer(Class<?>) - Method in class org.jboss.marshalling.ChainingClassExternalizerFactory
-
Look up a custom externalizer for a given object class.
- getExternalizer(Class<?>) - Method in interface org.jboss.marshalling.ClassExternalizerFactory
-
Look up a custom externalizer for a given object class.
- getExternalizer(Class<?>) - Method in class org.jboss.marshalling.MappingClassExternalizerFactory
-
Look up a custom externalizer for a given object class.
- getExternalizerCreator() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Deprecated.no longer used in 1.4, will be removed in 1.4
- getField() - Method in class org.jboss.marshalling.reflect.SerializableField
-
Get the reflection
Field
for this serializable field. - getField(String, Kind) - Method in class org.jboss.marshalling.cloner.SerializingCloner.ClonerPutField
- getField(SerialUnmarshaller, SerializableClass) - Method in class org.jboss.marshalling.serial.PlainDescriptor
- GetFieldAction(Class<?>, String) - Constructor for class org.jboss.marshalling.FieldSetter.GetFieldAction
- getFields() - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Get the serializable fields of this class.
- getFields() - Method in class org.jboss.marshalling.river.BasicSerializableClassDescriptor
- getFields() - Method in class org.jboss.marshalling.river.FutureSerializableClassDescriptor
- getFields() - Method in class org.jboss.marshalling.river.SerializableClassDescriptor
- getFields() - Method in class org.jboss.marshalling.river.SerializableGapClassDescriptor
- getFields() - Method in class org.jboss.marshalling.serial.Descriptor
- getFields() - Method in class org.jboss.marshalling.serial.PlainDescriptor
- getFields() - Method in class org.jboss.marshalling.serial.UnknownDescriptor
- getFlags() - Method in class org.jboss.marshalling.serial.Descriptor
- getFlags() - Method in class org.jboss.marshalling.serial.PlainDescriptor
- getFlags() - Method in class org.jboss.marshalling.serial.ProxyDescriptor
- getFlags() - Method in class org.jboss.marshalling.serial.UnknownDescriptor
- getFloat() - Method in class org.jboss.marshalling.util.FieldPutter
-
Get the float value of this field.
- getFloat() - Method in class org.jboss.marshalling.util.FloatFieldPutter
-
Get the float value of this field.
- getFloat() - Method in class org.jboss.marshalling.util.FloatReadField
-
Get the float value of this field.
- getFloat() - Method in class org.jboss.marshalling.util.ReadField
-
Get the float value of this field.
- getInput() - Method in class org.jboss.marshalling.BytePipe
-
Get the input side of this pipe.
- getInstance() - Static method in class org.jboss.marshalling.Pair.Externalizer
-
Get the single instance.
- getInstance() - Static method in class org.jboss.marshalling.reflect.SerializableClassRegistry
-
Get the serializable class registry instance, if allowed by the current security manager.
- getInstance(ModuleLoader) - Static method in class org.jboss.marshalling.ModularClassResolver
-
Construct a new instance using the given module loader.
- getInstance(ModuleLoader) - Static method in class org.jboss.marshalling.ModularClassTable
-
Get an instance using the given module loader.
- getInstanceCount() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Get the estimated instance count for this configuration.
- getInstanceUnchecked() - Static method in class org.jboss.marshalling.reflect.SerializableClassRegistry
- getInt() - Method in class org.jboss.marshalling.util.FieldPutter
-
Get the integer value of this field.
- getInt() - Method in class org.jboss.marshalling.util.IntFieldPutter
-
Get the integer value of this field.
- getInt() - Method in class org.jboss.marshalling.util.IntReadField
-
Get the integer value of this field.
- getInt() - Method in class org.jboss.marshalling.util.ReadField
-
Get the integer value of this field.
- getInterfaces() - Method in class org.jboss.marshalling.serial.ProxyDescriptor
- getInvocationHandler(Object) - Static method in class org.jboss.marshalling.cloner.SerializingCloner
- getJarName() - Static method in class org.jboss.marshalling.Version
-
Get the JAR file name.
- getKey() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.Item
- getKey() - Method in class org.jboss.marshalling.util.FlatNavigableMap.EntryImpl
- getKey() - Method in class org.jboss.marshalling.util.IntKeyMap.Entry
- getKind() - Method in class org.jboss.marshalling.reflect.SerializableField
-
Get the kind of field.
- getKind() - Method in class org.jboss.marshalling.util.BooleanFieldPutter
-
Get the kind of field being written.
- getKind() - Method in class org.jboss.marshalling.util.BooleanReadField
-
Get the kind of field represented by this object.
- getKind() - Method in class org.jboss.marshalling.util.ByteFieldPutter
-
Get the kind of field being written.
- getKind() - Method in class org.jboss.marshalling.util.ByteReadField
-
Get the kind of field represented by this object.
- getKind() - Method in class org.jboss.marshalling.util.CharFieldPutter
-
Get the kind of field being written.
- getKind() - Method in class org.jboss.marshalling.util.CharReadField
-
Get the kind of field represented by this object.
- getKind() - Method in class org.jboss.marshalling.util.DoubleFieldPutter
-
Get the kind of field being written.
- getKind() - Method in class org.jboss.marshalling.util.DoubleReadField
-
Get the kind of field represented by this object.
- getKind() - Method in class org.jboss.marshalling.util.FieldPutter
-
Get the kind of field being written.
- getKind() - Method in class org.jboss.marshalling.util.FloatFieldPutter
-
Get the kind of field being written.
- getKind() - Method in class org.jboss.marshalling.util.FloatReadField
-
Get the kind of field represented by this object.
- getKind() - Method in class org.jboss.marshalling.util.IntFieldPutter
-
Get the kind of field being written.
- getKind() - Method in class org.jboss.marshalling.util.IntReadField
-
Get the kind of field represented by this object.
- getKind() - Method in class org.jboss.marshalling.util.LongFieldPutter
-
Get the kind of field being written.
- getKind() - Method in class org.jboss.marshalling.util.LongReadField
-
Get the kind of field represented by this object.
- getKind() - Method in class org.jboss.marshalling.util.ObjectFieldPutter
-
Get the kind of field being written.
- getKind() - Method in class org.jboss.marshalling.util.ObjectReadField
-
Get the kind of field represented by this object.
- getKind() - Method in class org.jboss.marshalling.util.ReadField
-
Get the kind of field represented by this object.
- getKind() - Method in class org.jboss.marshalling.util.ShortFieldPutter
-
Get the kind of field being written.
- getKind() - Method in class org.jboss.marshalling.util.ShortReadField
-
Get the kind of field represented by this object.
- getLong() - Method in class org.jboss.marshalling.util.FieldPutter
-
Get the long value of this field.
- getLong() - Method in class org.jboss.marshalling.util.LongFieldPutter
-
Get the long value of this field.
- getLong() - Method in class org.jboss.marshalling.util.LongReadField
-
Get the long value of this field.
- getLong() - Method in class org.jboss.marshalling.util.ReadField
-
Get the long value of this field.
- getLongUTFLength(String) - Static method in class org.jboss.marshalling.UTFUtils
-
Get the number of bytes used by the modified UTF-8 encoded form of the given string.
- getMarshallerFactory() - Method in interface org.jboss.marshalling.ProviderDescriptor
-
Get the marshaller factory instance for this provider.
- getMarshallerFactory() - Method in class org.jboss.marshalling.river.RiverProviderDescriptor
-
Get the marshaller factory instance for this provider.
- getMarshallerFactory() - Method in class org.jboss.marshalling.serial.SerialProviderDescriptor
-
Get the marshaller factory instance for this provider.
- getMarshallerFactory(String) - Static method in class org.jboss.marshalling.Marshalling
-
Deprecated.It is recommended that you use
Marshalling.getProvidedMarshallerFactory(String)
instead; using the context class loader to find a marshalling implementation is risky at best as the user may have just about anything on their class path. - getMarshallerFactory(String, ClassLoader) - Static method in class org.jboss.marshalling.Marshalling
-
Get a marshaller factory, by name.
- getMinimumBufferSize() - Method in class org.jboss.marshalling.AbstractMarshallerFactory
-
Get the minimum buffer size.
- getName() - Method in interface org.jboss.marshalling.ProviderDescriptor
-
Get the name of this provider.
- getName() - Method in class org.jboss.marshalling.reflect.SerializableField
-
Get the name of the field.
- getName() - Method in class org.jboss.marshalling.river.RiverProviderDescriptor
-
Get the name of this provider.
- getName() - Method in class org.jboss.marshalling.serial.SerialProviderDescriptor
-
Get the name of this provider.
- getName() - Method in class org.jboss.marshalling.util.ReadField
-
Get the field name.
- getNearestType() - Method in class org.jboss.marshalling.river.ClassDescriptor
- getNearestType() - Method in class org.jboss.marshalling.river.SerializableClassDescriptor
- getNearestType() - Method in class org.jboss.marshalling.serial.Descriptor
- getNewConstructor(Class<T>) - Method in class org.jboss.marshalling.reflect.ReflectiveCreator
-
Deprecated.Get the constructor to use for a class.
- getNewConstructor(Class<T>) - Method in class org.jboss.marshalling.reflect.SunReflectiveCreator
-
Deprecated.Get the constructor to use for a class.
- getNiceClassName(Class<?>) - Static method in exception class org.jboss.marshalling.TraceInformation
- getNoArgConstructor() - Method in class org.jboss.marshalling.reflect.SerializableClass
- getNoInitConstructor() - Method in class org.jboss.marshalling.reflect.SerializableClass
- getObject() - Method in class org.jboss.marshalling.util.FieldPutter
-
Get the object value of this field.
- getObject() - Method in class org.jboss.marshalling.util.ObjectFieldPutter
-
Get the object value of this field.
- getObject() - Method in class org.jboss.marshalling.util.ObjectReadField
-
Get the object value of this field.
- getObject() - Method in class org.jboss.marshalling.util.ReadField
-
Get the object value of this field.
- getObjectInputStream() - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- getObjectInputStream() - Method in class org.jboss.marshalling.serial.SerialUnmarshaller
- getObjectOutput() - Method in class org.jboss.marshalling.river.RiverMarshaller
- getObjectOutputStream() - Method in class org.jboss.marshalling.river.RiverMarshaller
- getObjectOutputStream() - Method in class org.jboss.marshalling.serial.SerialMarshaller
- getObjectPreResolver() - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
-
Get the object pre resolver, or
null
if none is specified. - getObjectPreResolver() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Get the object pre resolver, or
null
if none is specified. - getObjectResolver() - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
-
Get the object resolver.
- getObjectResolver() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Get the object resolver, or
null
if none is specified. - getObjectTable() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Get the object table, or
null
if none is specified. - getObjectWriter(Object) - Method in class org.jboss.marshalling.ChainingObjectTable
-
Determine whether the given object reference is a valid predefined reference.
- getObjectWriter(Object) - Method in interface org.jboss.marshalling.ObjectTable
-
Determine whether the given object reference is a valid predefined reference.
- getOrAddTraceInformation(Throwable) - Static method in exception class org.jboss.marshalling.TraceInformation
- getOrig() - Method in class org.jboss.marshalling.cloner.SerializingCloner.CloneStep
- getOutput() - Method in class org.jboss.marshalling.BytePipe
-
Get the output side of this pipe.
- getParent() - Method in class org.jboss.marshalling.serial.Descriptor
- getProvidedMarshallerFactory(String) - Static method in class org.jboss.marshalling.Marshalling
-
Get a marshaller factory which is visible to this implementation, by name.
- getProxyInterfaces(Class<?>) - Method in class org.jboss.marshalling.AbstractClassResolver
-
Get the interface names to write for a given proxy class.
- getProxyInterfaces(Class<?>) - Method in interface org.jboss.marshalling.ClassResolver
-
Get the interface names to write for a given proxy class.
- getProxyInterfaces(Class<?>) - Method in class org.jboss.marshalling.ModularClassResolver
-
Get the interface names to write for a given proxy class.
- getRestoreIdx() - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- getSerializabilityChecker() - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
-
Get the serializability checker.
- getSerializabilityChecker() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Get the serializability checker.
- getSerializableClass() - Method in class org.jboss.marshalling.river.BasicSerializableClassDescriptor
- getSerializableClass() - Method in class org.jboss.marshalling.river.FutureSerializableClassDescriptor
- getSerializableClass() - Method in class org.jboss.marshalling.river.SerializableClassDescriptor
- getSerializableClass() - Method in class org.jboss.marshalling.river.SerializableGapClassDescriptor
- getSerializableClassDescriptor(Class<?>) - Static method in class org.jboss.marshalling.river.ClassDescriptors
- getSerializableClassDescriptor(Class<?>, ClassDescriptor) - Static method in class org.jboss.marshalling.river.ClassDescriptors
- getSerializableField(String, Class<?>, boolean) - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Create a synthetic field for this object class.
- getSerializableFields(Class<?>) - Static method in class org.jboss.marshalling.reflect.SerializableClass
- getSerializedCreator() - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
-
Get the creator to use for serialized objects.
- getSerializedCreator() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Deprecated.no longer used in 1.4, will be removed in 1.4
- getSerializingObjectClonerFactory() - Static method in class org.jboss.marshalling.cloner.ObjectCloners
-
Get the serializing object cloner factory.
- getShort() - Method in class org.jboss.marshalling.util.FieldPutter
-
Get the short value of this field.
- getShort() - Method in class org.jboss.marshalling.util.ReadField
-
Get the short value of this field.
- getShort() - Method in class org.jboss.marshalling.util.ShortFieldPutter
-
Get the short value of this field.
- getShort() - Method in class org.jboss.marshalling.util.ShortReadField
-
Get the short value of this field.
- getShortUTFLength(String) - Static method in class org.jboss.marshalling.UTFUtils
-
Get the number of bytes used by the modified UTF-8 encoded form of the given string.
- getSignature(Class<?>) - Static method in class org.jboss.marshalling.serial.SerialMarshaller
- getStreamHeader() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Get the stream header, or
null
if none is specified. - getSubjectClass() - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Get the
Class
of this class. - getSuperClassDescriptor() - Method in class org.jboss.marshalling.river.BasicSerializableClassDescriptor
- getSuperClassDescriptor() - Method in class org.jboss.marshalling.river.FutureSerializableClassDescriptor
- getSuperClassDescriptor() - Method in class org.jboss.marshalling.river.SerializableClassDescriptor
- getSuperClassDescriptor() - Method in class org.jboss.marshalling.river.SerializableGapClassDescriptor
- getSupportedVersions() - Method in interface org.jboss.marshalling.ProviderDescriptor
-
Get the supported wire protocol versions for this provider, in descending order.
- getSupportedVersions() - Method in class org.jboss.marshalling.river.RiverProviderDescriptor
-
Get the supported wire protocol versions for this provider, in descending order.
- getSupportedVersions() - Method in class org.jboss.marshalling.serial.SerialProviderDescriptor
-
Get the supported wire protocol versions for this provider, in descending order.
- getTargetClassName() - Method in class org.jboss.marshalling.TraceInformation.ClassInfo
- getTargetClassName() - Method in class org.jboss.marshalling.TraceInformation.IncompleteObjectInfo
- getTargetClassName() - Method in class org.jboss.marshalling.TraceInformation.ObjectInfo
- getTargetHashCode() - Method in class org.jboss.marshalling.TraceInformation.ObjectInfo
- getType() - Method in class org.jboss.marshalling.reflect.SerializableField
-
Get the field type.
- getType() - Method in class org.jboss.marshalling.river.BasicSerializableClassDescriptor
- getType() - Method in class org.jboss.marshalling.river.ClassDescriptor
- getType() - Method in class org.jboss.marshalling.river.FutureSerializableClassDescriptor
- getType() - Method in class org.jboss.marshalling.river.SerializableClassDescriptor
- getType() - Method in class org.jboss.marshalling.river.SerializableGapClassDescriptor
- getType() - Method in class org.jboss.marshalling.river.SimpleClassDescriptor
- getType() - Method in class org.jboss.marshalling.serial.Descriptor
- getTypeID() - Method in class org.jboss.marshalling.river.BasicSerializableClassDescriptor
- getTypeID() - Method in class org.jboss.marshalling.river.ClassDescriptor
- getTypeID() - Method in class org.jboss.marshalling.river.FutureSerializableClassDescriptor
- getTypeID() - Method in class org.jboss.marshalling.river.SerializableClassDescriptor
- getTypeID() - Method in class org.jboss.marshalling.river.SerializableGapClassDescriptor
- getTypeID() - Method in class org.jboss.marshalling.river.SimpleClassDescriptor
- getValidation() - Method in class org.jboss.marshalling.river.Validator
- getValue() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.Item
- getValue() - Method in class org.jboss.marshalling.util.FlatNavigableMap.EntryImpl
- getValue() - Method in class org.jboss.marshalling.util.IntKeyMap.Entry
- getValueString(DataInputStream) - Method in enum org.jboss.marshalling.serial.Serial.FieldType
- getVersion() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Get the version to use, for protocols with multiple versions.
- getVersionString() - Static method in class org.jboss.marshalling.Version
-
Get the version string.
H
- handleMarshallingException(Throwable, Object) - Method in interface org.jboss.marshalling.ExceptionListener
-
Handle a problem marshalling the given object.
- handleUnmarshallingException(Throwable) - Method in interface org.jboss.marshalling.ExceptionListener
-
Handle a problem unmarshalling an object whose class cannot be determined.
- handleUnmarshallingException(Throwable, Class<?>) - Method in interface org.jboss.marshalling.ExceptionListener
-
Handle a problem unmarshalling an object of the given class.
- hashCode - Variable in class org.jboss.marshalling.Pair
- hashCode - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap.Item
- hashCode() - Method in class org.jboss.marshalling.Pair
-
Return the combined hash code of the two argument objects.
- hashCode() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.Item
- hashCode() - Method in class org.jboss.marshalling.util.FlatNavigableMap.EntryImpl
- hashCode(Object) - Static method in class org.jboss.marshalling.reflect.UnlockedHashMap
- hashCode(Object, Object) - Static method in class org.jboss.marshalling.Pair
-
Calculate the combined hash code of two objects.
- hashOf(Object) - Static method in class org.jboss.marshalling.util.FlatNavigableMap.EntryImpl
- hasNext() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.BranchIterator
- hasNext() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.EntryIterator
- hasNext() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.KeyIterator
- hasNext() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.RowIterator
- hasNext() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.ValueIterator
- hasNoArgConstructor() - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Determine whether this class has a public no-arg constructor.
- hasNoInitConstructor() - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Determine whether this class has a non-init constructor.
- hasObjectInputConstructor() - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Determine whether this class has a public constructor accepting an ObjectInput.
- hasReadObject() - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Determine whether this class has a
readObject()
method. - hasReadObjectNoData() - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Determine whether this class has a
readObjectNoData()
method. - hasReadResolve() - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Determine whether this class has a
readResolve()
method. - hasWriteObject() - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Determine whether this class has a
writeObject()
method. - hasWriteReplace() - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Determine whether this class has a
writeReplace()
method. - headerBytes - Variable in class org.jboss.marshalling.Marshalling.StaticStreamHeader
- headMap(K) - Method in class org.jboss.marshalling.util.FlatNavigableMap
- headMap(K, boolean) - Method in class org.jboss.marshalling.util.FlatNavigableMap
- headSet(E) - Method in class org.jboss.marshalling.util.FlatNavigableSet
- headSet(E, boolean) - Method in class org.jboss.marshalling.util.FlatNavigableSet
- higher(E) - Method in class org.jboss.marshalling.util.FlatNavigableSet
- higherEntry(K) - Method in class org.jboss.marshalling.util.FlatNavigableMap
- higherKey(K) - Method in class org.jboss.marshalling.util.FlatNavigableMap
- Holder() - Constructor for class org.jboss.marshalling.FieldSetter.Holder
I
- ID_ABSTRACT_COLLECTION - Static variable in class org.jboss.marshalling.river.Protocol
- ID_ABSTRACT_LIST - Static variable in class org.jboss.marshalling.river.Protocol
- ID_ABSTRACT_QUEUE - Static variable in class org.jboss.marshalling.river.Protocol
- ID_ABSTRACT_SEQUENTIAL_LIST - Static variable in class org.jboss.marshalling.river.Protocol
- ID_ABSTRACT_SET - Static variable in class org.jboss.marshalling.river.Protocol
- ID_ARRAY_EMPTY - Static variable in class org.jboss.marshalling.river.Protocol
- ID_ARRAY_EMPTY_UNSHARED - Static variable in class org.jboss.marshalling.river.Protocol
- ID_ARRAY_LARGE - Static variable in class org.jboss.marshalling.river.Protocol
- ID_ARRAY_LARGE_UNSHARED - Static variable in class org.jboss.marshalling.river.Protocol
- ID_ARRAY_MEDIUM - Static variable in class org.jboss.marshalling.river.Protocol
- ID_ARRAY_MEDIUM_UNSHARED - Static variable in class org.jboss.marshalling.river.Protocol
- ID_ARRAY_SMALL - Static variable in class org.jboss.marshalling.river.Protocol
- ID_ARRAY_SMALL_UNSHARED - Static variable in class org.jboss.marshalling.river.Protocol
- ID_BOOLEAN_ARRAY_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_BOOLEAN_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_BOOLEAN_OBJECT_FALSE - Static variable in class org.jboss.marshalling.river.Protocol
- ID_BOOLEAN_OBJECT_TRUE - Static variable in class org.jboss.marshalling.river.Protocol
- ID_BYTE_ARRAY_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_BYTE_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_BYTE_OBJECT - Static variable in class org.jboss.marshalling.river.Protocol
- ID_CC_ARRAY_DEQUE - Static variable in class org.jboss.marshalling.river.Protocol
- ID_CC_ARRAY_LIST - Static variable in class org.jboss.marshalling.river.Protocol
- ID_CC_CONCURRENT_HASH_MAP - Static variable in class org.jboss.marshalling.river.Protocol
-
Deprecated.
- ID_CC_COPY_ON_WRITE_ARRAY_LIST - Static variable in class org.jboss.marshalling.river.Protocol
- ID_CC_COPY_ON_WRITE_ARRAY_SET - Static variable in class org.jboss.marshalling.river.Protocol
- ID_CC_ENUM_MAP - Static variable in class org.jboss.marshalling.river.Protocol
- ID_CC_ENUM_SET - Static variable in class org.jboss.marshalling.river.Protocol
- ID_CC_ENUM_SET_PROXY - Static variable in class org.jboss.marshalling.river.Protocol
- ID_CC_HASH_MAP - Static variable in class org.jboss.marshalling.river.Protocol
-
Deprecated.
- ID_CC_HASH_SET - Static variable in class org.jboss.marshalling.river.Protocol
-
Deprecated.
- ID_CC_HASHTABLE - Static variable in class org.jboss.marshalling.river.Protocol
-
Deprecated.
- ID_CC_IDENTITY_HASH_MAP - Static variable in class org.jboss.marshalling.river.Protocol
- ID_CC_LINKED_HASH_MAP - Static variable in class org.jboss.marshalling.river.Protocol
-
Deprecated.
- ID_CC_LINKED_HASH_SET - Static variable in class org.jboss.marshalling.river.Protocol
-
Deprecated.
- ID_CC_LINKED_LIST - Static variable in class org.jboss.marshalling.river.Protocol
- ID_CC_NCOPIES - Static variable in class org.jboss.marshalling.river.Protocol
- ID_CC_STACK - Static variable in class org.jboss.marshalling.river.Protocol
- ID_CC_TREE_MAP - Static variable in class org.jboss.marshalling.river.Protocol
-
Deprecated.
- ID_CC_TREE_SET - Static variable in class org.jboss.marshalling.river.Protocol
-
Deprecated.
- ID_CC_VECTOR - Static variable in class org.jboss.marshalling.river.Protocol
- ID_CHAR_ARRAY_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_CHARACTER_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_CHARACTER_OBJECT - Static variable in class org.jboss.marshalling.river.Protocol
- ID_CLASS_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_CLEAR_CLASS_CACHE - Static variable in class org.jboss.marshalling.river.Protocol
- ID_CLEAR_INSTANCE_CACHE - Static variable in class org.jboss.marshalling.river.Protocol
- ID_COLLECTION_EMPTY - Static variable in class org.jboss.marshalling.river.Protocol
- ID_COLLECTION_EMPTY_UNSHARED - Static variable in class org.jboss.marshalling.river.Protocol
- ID_COLLECTION_LARGE - Static variable in class org.jboss.marshalling.river.Protocol
- ID_COLLECTION_LARGE_UNSHARED - Static variable in class org.jboss.marshalling.river.Protocol
- ID_COLLECTION_MEDIUM - Static variable in class org.jboss.marshalling.river.Protocol
- ID_COLLECTION_MEDIUM_UNSHARED - Static variable in class org.jboss.marshalling.river.Protocol
- ID_COLLECTION_SMALL - Static variable in class org.jboss.marshalling.river.Protocol
- ID_COLLECTION_SMALL_UNSHARED - Static variable in class org.jboss.marshalling.river.Protocol
- ID_DOUBLE_ARRAY_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_DOUBLE_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_DOUBLE_OBJECT - Static variable in class org.jboss.marshalling.river.Protocol
- ID_EMPTY_LIST_OBJECT - Static variable in class org.jboss.marshalling.river.Protocol
- ID_EMPTY_MAP_OBJECT - Static variable in class org.jboss.marshalling.river.Protocol
- ID_EMPTY_SET_OBJECT - Static variable in class org.jboss.marshalling.river.Protocol
- ID_END_BLOCK_DATA - Static variable in class org.jboss.marshalling.river.Protocol
- ID_ENUM_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_ENUM_TYPE_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_EXTERNALIZABLE_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_EXTERNALIZER_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_FLOAT_ARRAY_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_FLOAT_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_FLOAT_OBJECT - Static variable in class org.jboss.marshalling.river.Protocol
- ID_INT_ARRAY_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_INTEGER_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_INTEGER_OBJECT - Static variable in class org.jboss.marshalling.river.Protocol
- ID_LONG_ARRAY_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_LONG_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_LONG_OBJECT - Static variable in class org.jboss.marshalling.river.Protocol
- ID_NEW_OBJECT - Static variable in class org.jboss.marshalling.river.Protocol
- ID_NEW_OBJECT_UNSHARED - Static variable in class org.jboss.marshalling.river.Protocol
- ID_NULL - Static variable in class org.jboss.marshalling.river.Protocol
- ID_OBJECT_ARRAY_TYPE_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_OBJECT_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_PAIR - Static variable in class org.jboss.marshalling.river.Protocol
- ID_PLAIN_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_PREDEFINED_ENUM_TYPE_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_PREDEFINED_EXTERNALIZABLE_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_PREDEFINED_EXTERNALIZER_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_PREDEFINED_OBJECT - Static variable in class org.jboss.marshalling.river.Protocol
- ID_PREDEFINED_PLAIN_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_PREDEFINED_PROXY_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_PREDEFINED_SERIALIZABLE_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_PRIM_BOOLEAN - Static variable in class org.jboss.marshalling.river.Protocol
- ID_PRIM_BYTE - Static variable in class org.jboss.marshalling.river.Protocol
- ID_PRIM_CHAR - Static variable in class org.jboss.marshalling.river.Protocol
- ID_PRIM_DOUBLE - Static variable in class org.jboss.marshalling.river.Protocol
- ID_PRIM_FLOAT - Static variable in class org.jboss.marshalling.river.Protocol
- ID_PRIM_INT - Static variable in class org.jboss.marshalling.river.Protocol
- ID_PRIM_LONG - Static variable in class org.jboss.marshalling.river.Protocol
- ID_PRIM_SHORT - Static variable in class org.jboss.marshalling.river.Protocol
- ID_PROXY_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_REPEAT_CLASS_FAR - Static variable in class org.jboss.marshalling.river.Protocol
- ID_REPEAT_CLASS_NEAR - Static variable in class org.jboss.marshalling.river.Protocol
- ID_REPEAT_CLASS_NEARISH - Static variable in class org.jboss.marshalling.river.Protocol
- ID_REPEAT_OBJECT_FAR - Static variable in class org.jboss.marshalling.river.Protocol
- ID_REPEAT_OBJECT_NEAR - Static variable in class org.jboss.marshalling.river.Protocol
- ID_REPEAT_OBJECT_NEARISH - Static variable in class org.jboss.marshalling.river.Protocol
- ID_REVERSE_ORDER_OBJECT - Static variable in class org.jboss.marshalling.river.Protocol
- ID_REVERSE_ORDER2_OBJECT - Static variable in class org.jboss.marshalling.river.Protocol
- ID_SERIALIZABLE_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_SHORT_ARRAY_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_SHORT_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_SHORT_OBJECT - Static variable in class org.jboss.marshalling.river.Protocol
- ID_SINGLETON_LIST_OBJECT - Static variable in class org.jboss.marshalling.river.Protocol
- ID_SINGLETON_MAP_OBJECT - Static variable in class org.jboss.marshalling.river.Protocol
- ID_SINGLETON_SET_OBJECT - Static variable in class org.jboss.marshalling.river.Protocol
- ID_START_BLOCK_LARGE - Static variable in class org.jboss.marshalling.river.Protocol
- ID_START_BLOCK_MEDIUM - Static variable in class org.jboss.marshalling.river.Protocol
- ID_START_BLOCK_SMALL - Static variable in class org.jboss.marshalling.river.Protocol
- ID_STRING_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_STRING_EMPTY - Static variable in class org.jboss.marshalling.river.Protocol
- ID_STRING_LARGE - Static variable in class org.jboss.marshalling.river.Protocol
- ID_STRING_MEDIUM - Static variable in class org.jboss.marshalling.river.Protocol
- ID_STRING_SMALL - Static variable in class org.jboss.marshalling.river.Protocol
- ID_VOID - Static variable in class org.jboss.marshalling.river.Protocol
- ID_VOID_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- ID_WRITE_OBJECT_CLASS - Static variable in class org.jboss.marshalling.river.Protocol
- IDENTITY - Static variable in interface org.jboss.marshalling.cloner.ClassCloner
-
A class cloner which just returns the class it is given.
- IDENTITY - Static variable in interface org.jboss.marshalling.cloner.ObjectCloner
-
The identity object cloner.
- IDENTITY - Static variable in interface org.jboss.marshalling.cloner.ObjectClonerFactory
-
An object cloner factory which produces identity object cloners.
- IDENTITY - Static variable in interface org.jboss.marshalling.cloner.ObjectClonerSource
-
An object cloner which returns the identity cloner.
- IdentityIntMap<T> - Class in org.jboss.marshalling.util
-
An efficient identity object map whose keys are objects and whose values are
int
s. - IdentityIntMap() - Constructor for class org.jboss.marshalling.util.IdentityIntMap
-
Construct a new instance with an initial capacity of 64 and a load factor of
0.5
. - IdentityIntMap(float) - Constructor for class org.jboss.marshalling.util.IdentityIntMap
-
Construct a new instance with the given load factor and an initial capacity of 64.
- IdentityIntMap(int) - Constructor for class org.jboss.marshalling.util.IdentityIntMap
-
Construct a new instance with the given initial capacity and a load factor of
0.5
. - IdentityIntMap(int, float) - Constructor for class org.jboss.marshalling.util.IdentityIntMap
-
Construct a new instance with the given initial capacity and load factor.
- IdentityIntSet<T> - Class in org.jboss.marshalling.util
-
An efficient identity object set.
- IdentityIntSet() - Constructor for class org.jboss.marshalling.util.IdentityIntSet
-
Construct a new instance with an initial capacity of 64 and a load factor of
0.5
. - IdentityIntSet(float) - Constructor for class org.jboss.marshalling.util.IdentityIntSet
-
Construct a new instance with the given load factor and an initial capacity of 64.
- IdentityIntSet(int) - Constructor for class org.jboss.marshalling.util.IdentityIntSet
-
Construct a new instance with the given initial capacity and a load factor of
0.5
. - IdentityIntSet(int, float) - Constructor for class org.jboss.marshalling.util.IdentityIntSet
-
Construct a new instance with the given initial capacity and load factor.
- idx - Variable in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectInput
- idx - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap.RowIterator
- idx - Variable in class org.jboss.marshalling.TraceInformation.IndexInfo
- illegalState(IllegalAccessException) - Method in class org.jboss.marshalling.FieldSetter
- inBlock() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- inBlock() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- IncompleteObjectInfo(TraceInformation.Info, String) - Constructor for class org.jboss.marshalling.TraceInformation.IncompleteObjectInfo
- index(int, int) - Static method in class org.jboss.marshalling.util.IntKeyMap
- IndexInfo(TraceInformation.Info, int, int, TraceInformation.IndexType) - Constructor for class org.jboss.marshalling.TraceInformation.IndexInfo
- IndexType() - Constructor for enum org.jboss.marshalling.TraceInformation.IndexType
- info - Variable in class org.jboss.marshalling.serial.Serial.ClassInfo
- info - Variable in exception class org.jboss.marshalling.TraceInformation
- Info(TraceInformation.Info) - Constructor for class org.jboss.marshalling.TraceInformation.Info
- init(int, float) - Method in class org.jboss.marshalling.util.IntKeyMap
- initialCapacity - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap
- initialValue() - Method in class org.jboss.marshalling.UTFUtils.BytesHolder
- initSerializableClone(Object, SerializableClass, Object, SerializableClass) - Method in class org.jboss.marshalling.cloner.SerializingCloner
- input - Variable in class org.jboss.marshalling.BytePipe
- input - Variable in class org.jboss.marshalling.MarshallerObjectInputStream
- InputStreamByteInput - Class in org.jboss.marshalling
-
An
InputStream
implementingByteInput
which reads input from anotherInputStream
. - InputStreamByteInput(InputStream) - Constructor for class org.jboss.marshalling.InputStreamByteInput
-
Construct a new instance.
- instance - Static variable in class org.jboss.marshalling.Pair.Externalizer
- INSTANCE - Static variable in class org.jboss.marshalling.reflect.SerializableClassRegistry
- instanceCache - Variable in class org.jboss.marshalling.river.RiverMarshaller
- instanceCache - Variable in class org.jboss.marshalling.river.RiverUnmarshaller
- instanceCache - Variable in class org.jboss.marshalling.serial.SerialMarshaller
- instanceCache - Variable in class org.jboss.marshalling.serial.SerialUnmarshaller
- instanceCount - Variable in class org.jboss.marshalling.MarshallingConfiguration
- instanceSeq - Variable in class org.jboss.marshalling.river.RiverMarshaller
- instanceSeq - Variable in class org.jboss.marshalling.serial.SerialMarshaller
- INT - Enum constant in enum org.jboss.marshalling.util.Kind
-
Field of type
int
. - INT - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- INT_ARRAY - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- INTEGER - Enum constant in enum org.jboss.marshalling.serial.Serial.FieldType
- INTEGER_OBJ - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- interfaces - Variable in class org.jboss.marshalling.serial.ProxyDescriptor
- IntFieldPutter - Class in org.jboss.marshalling.util
-
A field putter for int-type fields.
- IntFieldPutter() - Constructor for class org.jboss.marshalling.util.IntFieldPutter
- IntKeyMap<V> - Class in org.jboss.marshalling.util
-
An integer-keyed map, optimized for fast copying.
- IntKeyMap() - Constructor for class org.jboss.marshalling.util.IntKeyMap
- IntKeyMap(int) - Constructor for class org.jboss.marshalling.util.IntKeyMap
- IntKeyMap(int, float) - Constructor for class org.jboss.marshalling.util.IntKeyMap
- IntKeyMap(IntKeyMap<? extends V>) - Constructor for class org.jboss.marshalling.util.IntKeyMap
- IntKeyMap.Entry<V> - Class in org.jboss.marshalling.util
-
A map entry.
- IntMap<T> - Class in org.jboss.marshalling.util
-
An efficient object map whose keys are objects and whose values are
int
s. - IntMap() - Constructor for class org.jboss.marshalling.util.IntMap
-
Construct a new instance with an initial capacity of 64 and a load factor of
0.5
. - IntMap(float) - Constructor for class org.jboss.marshalling.util.IntMap
-
Construct a new instance with the given load factor and an initial capacity of 64.
- IntMap(int) - Constructor for class org.jboss.marshalling.util.IntMap
-
Construct a new instance with the given initial capacity and a load factor of
0.5
. - IntMap(int, float) - Constructor for class org.jboss.marshalling.util.IntMap
-
Construct a new instance with the given initial capacity and load factor.
- IntReadField - Class in org.jboss.marshalling.util
-
A read field whose value is an int type.
- IntReadField(SerializableField) - Constructor for class org.jboss.marshalling.util.IntReadField
-
Construct a new instance with the default value.
- IntReadField(SerializableField, int) - Constructor for class org.jboss.marshalling.util.IntReadField
-
Construct a new instance.
- IntSet<T> - Class in org.jboss.marshalling.util
-
An efficient object set.
- IntSet() - Constructor for class org.jboss.marshalling.util.IntSet
-
Construct a new instance with an initial capacity of 64 and a load factor of
0.5
. - IntSet(float) - Constructor for class org.jboss.marshalling.util.IntSet
-
Construct a new instance with the given load factor and an initial capacity of 64.
- IntSet(int) - Constructor for class org.jboss.marshalling.util.IntSet
-
Construct a new instance with the given initial capacity and a load factor of
0.5
. - IntSet(int, float) - Constructor for class org.jboss.marshalling.util.IntSet
-
Construct a new instance with the given initial capacity and load factor.
- INVALID_BYTE - Static variable in class org.jboss.marshalling.UTFUtils
- invokeConstructor(Constructor<?>, Object...) - Static method in class org.jboss.marshalling.reflect.SerializableClass
- invokeConstructorNoException(Constructor<?>, Object...) - Static method in class org.jboss.marshalling.reflect.SerializableClass
- isDefaulted() - Method in class org.jboss.marshalling.util.ReadField
-
Determine whether this field was defaulted.
- isEmpty() - Method in class org.jboss.marshalling.util.IntKeyMap
- isObject() - Method in enum org.jboss.marshalling.serial.Serial.FieldType
- isSerializable(Class<?>) - Method in interface org.jboss.marshalling.SerializabilityChecker
-
Determine whether an object class is serializable.
- isUnshared() - Method in class org.jboss.marshalling.reflect.SerializableField
-
Determine whether this field is marked as "unshared".
- Item(K, int, V) - Constructor for class org.jboss.marshalling.reflect.UnlockedHashMap.Item
- iterator() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.EntrySet
- iterator() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.KeySet
- iterator() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.Values
- iterator() - Method in class org.jboss.marshalling.util.FlatNavigableSet
- iterator() - Method in class org.jboss.marshalling.util.IntKeyMap
-
Iterate over the entries.
J
K
- key - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap.Item
- key - Variable in class org.jboss.marshalling.util.FlatNavigableMap.EntryImpl
- key - Variable in class org.jboss.marshalling.util.IntKeyMap.Entry
- KeyIterator() - Constructor for class org.jboss.marshalling.reflect.UnlockedHashMap.KeyIterator
- keys - Variable in class org.jboss.marshalling.util.IdentityIntMap
- keys - Variable in class org.jboss.marshalling.util.IdentityIntSet
- keys - Variable in class org.jboss.marshalling.util.IntMap
- keys - Variable in class org.jboss.marshalling.util.IntSet
- keySet - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap
- keySet() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap
- KeySet() - Constructor for class org.jboss.marshalling.reflect.UnlockedHashMap.KeySet
- kind - Variable in class org.jboss.marshalling.reflect.SerializableField
- kind - Variable in class org.jboss.marshalling.TraceInformation.IndexInfo
- Kind - Enum in org.jboss.marshalling.util
-
The kind of field.
- Kind() - Constructor for enum org.jboss.marshalling.util.Kind
L
- last() - Method in class org.jboss.marshalling.util.FlatNavigableSet
- lastEntry() - Method in class org.jboss.marshalling.util.FlatNavigableMap
- lastKey() - Method in class org.jboss.marshalling.util.FlatNavigableMap
- limit - Variable in class org.jboss.marshalling.LimitedByteInput
- limit - Variable in class org.jboss.marshalling.LimitedByteOutput
- limit - Variable in class org.jboss.marshalling.SimpleDataInput
-
The buffer limit.
- LimitedByteInput - Class in org.jboss.marshalling
-
A limited byte input stream.
- LimitedByteInput(ByteInput, long) - Constructor for class org.jboss.marshalling.LimitedByteInput
-
Create a new instance.
- LimitedByteOutput - Class in org.jboss.marshalling
-
A limited byte output stream.
- LimitedByteOutput(ByteOutput, long) - Constructor for class org.jboss.marshalling.LimitedByteOutput
-
Construct a new instance.
- loadClass(String) - Method in class org.jboss.marshalling.AbstractClassResolver
-
Load a class with the given name.
- loadFactor - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap
- loadFactor - Variable in class org.jboss.marshalling.util.IntKeyMap
-
The user defined load factor which defines when to resize
- loadMarshallerFactory(ServiceLoader<ProviderDescriptor>, String) - Static method in class org.jboss.marshalling.Marshalling
- LONG - Enum constant in enum org.jboss.marshalling.serial.Serial.FieldType
- LONG - Enum constant in enum org.jboss.marshalling.util.Kind
-
Field of type
long
. - LONG - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- LONG_ARRAY - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- LONG_OBJ - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- LongFieldPutter - Class in org.jboss.marshalling.util
-
A field putter for long-type fields.
- LongFieldPutter() - Constructor for class org.jboss.marshalling.util.LongFieldPutter
- LongReadField - Class in org.jboss.marshalling.util
-
A read field whose value is a long type.
- LongReadField(SerializableField) - Constructor for class org.jboss.marshalling.util.LongReadField
-
Construct a new instance with the default value.
- LongReadField(SerializableField, long) - Constructor for class org.jboss.marshalling.util.LongReadField
-
Construct a new instance.
- lookup(Class<?>) - Method in class org.jboss.marshalling.reflect.SerializableClassRegistry
-
Look up serialization information for a class.
- lookupNonInitConstructor(Class<T>) - Static method in class org.jboss.marshalling.reflect.SerializableClass
- lower(E) - Method in class org.jboss.marshalling.util.FlatNavigableSet
- lowerEntry(K) - Method in class org.jboss.marshalling.util.FlatNavigableMap
- lowerKey(K) - Method in class org.jboss.marshalling.util.FlatNavigableMap
M
- main(String[]) - Static method in class org.jboss.marshalling.Version
-
Print the version to
System.out
. - MALFORMED - Static variable in class org.jboss.marshalling.UTFUtils
- MAP_KEY - Enum constant in enum org.jboss.marshalling.TraceInformation.IndexType
- MAP_VALUE - Enum constant in enum org.jboss.marshalling.TraceInformation.IndexType
- MappingClassExternalizerFactory - Class in org.jboss.marshalling
-
An externalizer factory which uses a fixed mapping from class to externalizer.
- MappingClassExternalizerFactory(Map<Class<?>, Externalizer>) - Constructor for class org.jboss.marshalling.MappingClassExternalizerFactory
-
Construct a new instance.
- mark(int) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- markSupported() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- marshaller - Variable in class org.jboss.marshalling.MarshallerObjectOutput
- marshaller - Variable in class org.jboss.marshalling.MarshallingObjectOutputStream
- marshaller - Variable in class org.jboss.marshalling.river.RiverObjectOutputStream
- Marshaller - Interface in org.jboss.marshalling
-
An object marshaller for writing objects to byte streams.
- MARSHALLER_FACTORY - Static variable in class org.jboss.marshalling.river.RiverProviderDescriptor
- MARSHALLER_FACTORY - Static variable in class org.jboss.marshalling.serial.SerialProviderDescriptor
- MarshallerFactory - Interface in org.jboss.marshalling
-
The main marshaller factory.
- MarshallerObjectInput - Class in org.jboss.marshalling
-
A marshaller's object input.
- MarshallerObjectInput(Unmarshaller) - Constructor for class org.jboss.marshalling.MarshallerObjectInput
-
Construct a new instance.
- MarshallerObjectInputStream - Class in org.jboss.marshalling
-
A marshaller's object input stream.
- MarshallerObjectInputStream(Unmarshaller) - Constructor for class org.jboss.marshalling.MarshallerObjectInputStream
-
Construct a new instance which delegates to the given unmarshaller.
- MarshallerObjectOutput - Class in org.jboss.marshalling
-
A marshaller's object output.
- MarshallerObjectOutput(Marshaller) - Constructor for class org.jboss.marshalling.MarshallerObjectOutput
-
Construct a new instance.
- MarshallerObjectOutputStream - Class in org.jboss.marshalling
-
A marshaller's object output stream.
- MarshallerObjectOutputStream(Marshaller) - Constructor for class org.jboss.marshalling.MarshallerObjectOutputStream
-
Construct a new instance that delegates to the given marshaller.
- Marshalling - Class in org.jboss.marshalling
-
Static utility methods for simplifying use of marshallers.
- Marshalling() - Constructor for class org.jboss.marshalling.Marshalling
- Marshalling.OptionalDataExceptionCreateAction - Class in org.jboss.marshalling
- Marshalling.StaticStreamHeader - Class in org.jboss.marshalling
- MarshallingConfiguration - Class in org.jboss.marshalling
-
A Marshaller configuration.
- MarshallingConfiguration() - Constructor for class org.jboss.marshalling.MarshallingConfiguration
-
Construct a new instance.
- MarshallingObjectOutputStream - Class in org.jboss.marshalling
-
An object output stream which wraps a
Marshaller
, which may be used by legacyObjectOutputStream
-based applications that wish to use the marshalling framework. - MarshallingObjectOutputStream(Marshaller, ByteOutput) - Constructor for class org.jboss.marshalling.MarshallingObjectOutputStream
-
Construct a new instance that delegates to the given marshaller.
- MAX_VERSION - Static variable in class org.jboss.marshalling.river.Protocol
- MAXIMUM_CAPACITY - Static variable in class org.jboss.marshalling.reflect.UnlockedHashMap
- MAXIMUM_CAPACITY - Static variable in class org.jboss.marshalling.util.IntKeyMap
-
MAX_INT - 1
- MethodInfo(TraceInformation.Info) - Constructor for class org.jboss.marshalling.TraceInformation.MethodInfo
- MIN_BUFFER_SIZE - Static variable in class org.jboss.marshalling.serial.SerialMarshaller
- MIN_VERSION - Static variable in class org.jboss.marshalling.river.Protocol
- ModularClassResolver - Class in org.jboss.marshalling
-
A class table which implements an alternate class resolution strategy based on JBoss Modules.
- ModularClassResolver(ModuleLoader) - Constructor for class org.jboss.marshalling.ModularClassResolver
- ModularClassTable - Class in org.jboss.marshalling
-
A class table which implements an alternate class resolution strategy based on JBoss Modules.
- ModularClassTable(ModuleLoader) - Constructor for class org.jboss.marshalling.ModularClassTable
- ModularClassTable.ClassWriter - Class in org.jboss.marshalling
- ModularClassTable.ProxyWriter - Class in org.jboss.marshalling
- MODULE_CLASS_LOADER - Static variable in class org.jboss.marshalling.ModularClassResolver
- moduleLoader - Variable in class org.jboss.marshalling.ModularClassResolver
- moduleLoader - Variable in class org.jboss.marshalling.ModularClassTable
N
- name - Variable in class org.jboss.marshalling.FieldSetter.GetFieldAction
- name - Variable in class org.jboss.marshalling.reflect.SerializableField
- name - Variable in class org.jboss.marshalling.serial.Serial.ClassInfo
- name - Variable in class org.jboss.marshalling.serial.Serial.FieldInfo
- name - Variable in class org.jboss.marshalling.util.ReadField
- NAME_COMPARATOR - Static variable in class org.jboss.marshalling.reflect.SerializableClass
- names - Variable in class org.jboss.marshalling.river.RiverPutField
- navigableKeySet() - Method in class org.jboss.marshalling.util.FlatNavigableMap
- NCOPIES - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- nCopiesClass - Static variable in class org.jboss.marshalling.river.Protocol
- NEW - Enum constant in enum org.jboss.marshalling.serial.SerialObjectInputStream.State
- NEW - Enum constant in enum org.jboss.marshalling.serial.SerialObjectOutputStream.State
- next - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap.EntryIterator
- next - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap.KeyIterator
- next - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap.RowIterator
- next - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap.ValueIterator
- next() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.BranchIterator
- next() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.EntryIterator
- next() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.KeyIterator
- next() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.RowIterator
- next() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.TableIterator
- next() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.ValueIterator
- nextIndex(int, int) - Method in class org.jboss.marshalling.util.IntKeyMap
- nextValue() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.BranchIterator
- nextValue() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.RowIterator
- nextValue() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.TableIterator
- NO_OP - Static variable in interface org.jboss.marshalling.ExceptionListener
-
An exception listener which does nothing.
- noArgConstructor - Variable in class org.jboss.marshalling.reflect.SerializableClass
- noCustomData() - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- NoDataDescriptor - Class in org.jboss.marshalling.serial
- NoDataDescriptor(Class<?>, Descriptor) - Constructor for class org.jboss.marshalling.serial.NoDataDescriptor
- NOFIELDS - Static variable in class org.jboss.marshalling.reflect.SerializableClass
-
An empty array of fields.
- nonexistent() - Static method in class org.jboss.marshalling.reflect.UnlockedHashMap
- NONEXISTENT - Static variable in class org.jboss.marshalling.reflect.UnlockedHashMap
-
A non-existent table entry (as opposed to a
null
value). - nonInitConstructor - Variable in class org.jboss.marshalling.reflect.SerializableClass
- notActiveException() - Static method in class org.jboss.marshalling.SimpleDataOutput
- NULL - Static variable in interface org.jboss.marshalling.cloner.CloneTable
-
A null clone table.
- NULL_CLASS_EXTERNALIZER_FACTORY - Static variable in class org.jboss.marshalling.Marshalling
- NULL_CLASS_TABLE - Static variable in class org.jboss.marshalling.Marshalling
- NULL_EXTERNALIZER - Static variable in class org.jboss.marshalling.Marshalling
- NULL_OBJECT_RESOLVER - Static variable in class org.jboss.marshalling.Marshalling
- NULL_OBJECT_TABLE - Static variable in class org.jboss.marshalling.Marshalling
- NULL_STREAM_HEADER - Static variable in class org.jboss.marshalling.Marshalling
- nullClassExternalizerFactory() - Static method in class org.jboss.marshalling.Marshalling
-
Return the null class externalizer factory.
- nullClassTable() - Static method in class org.jboss.marshalling.Marshalling
-
Return the null class table instance.
- nullExternalizer() - Static method in class org.jboss.marshalling.Marshalling
-
Get a null externalizer.
- nullObjectResolver() - Static method in class org.jboss.marshalling.Marshalling
-
Return the null object resolver.
- nullObjectTable() - Static method in class org.jboss.marshalling.Marshalling
-
Return the null object instance table.
- nullStreamHeader() - Static method in class org.jboss.marshalling.Marshalling
-
Get the default stream header producer, which reads and writes no header at all.
O
- obj - Variable in class org.jboss.marshalling.serial.ExternalizedObject
- obj - Variable in enum org.jboss.marshalling.serial.Serial.FieldType
- OBJECT - Enum constant in enum org.jboss.marshalling.serial.Serial.FieldType
- OBJECT - Enum constant in enum org.jboss.marshalling.util.Kind
-
Field of object type.
- OBJECT_DESCRIPTOR - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- ObjectCloner - Interface in org.jboss.marshalling.cloner
-
An object cloner.
- ObjectClonerFactory - Interface in org.jboss.marshalling.cloner
-
An object cloner factory.
- ObjectCloners - Class in org.jboss.marshalling.cloner
-
A class which may be used to got cloner factory instances.
- ObjectCloners() - Constructor for class org.jboss.marshalling.cloner.ObjectCloners
- ObjectClonerSource - Interface in org.jboss.marshalling.cloner
-
A source for object cloners.
- ObjectFieldPutter - Class in org.jboss.marshalling.util
-
A field putter for object-type fields.
- ObjectFieldPutter(boolean) - Constructor for class org.jboss.marshalling.util.ObjectFieldPutter
-
Construct a new instance.
- ObjectInfo(TraceInformation.Info, String, int) - Constructor for class org.jboss.marshalling.TraceInformation.ObjectInfo
- objectInputConstructor - Variable in class org.jboss.marshalling.reflect.SerializableClass
- objectInputStream - Variable in class org.jboss.marshalling.river.RiverUnmarshaller
- ObjectInputStreamUnmarshaller - Class in org.jboss.marshalling
-
An Unmarshaller which simply wraps an object stream.
- ObjectInputStreamUnmarshaller(ObjectInputStream) - Constructor for class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Construct a new instance which wraps the given stream.
- objectOutput - Variable in class org.jboss.marshalling.river.RiverMarshaller
- objectOutputStream - Variable in class org.jboss.marshalling.river.RiverMarshaller
- ObjectOutputStreamMarshaller - Class in org.jboss.marshalling
-
A Marshaller which simply wraps an object stream.
- ObjectOutputStreamMarshaller(ObjectOutputStream) - Constructor for class org.jboss.marshalling.ObjectOutputStreamMarshaller
-
Construct a new instance which wraps the given stream.
- objectPreResolver - Variable in class org.jboss.marshalling.AbstractMarshaller
-
The configured pre object resolver.
- objectPreResolver - Variable in class org.jboss.marshalling.AbstractUnmarshaller
-
The configured object pre resolver.
- objectPreResolver - Variable in class org.jboss.marshalling.cloner.ClonerConfiguration
- objectPreResolver - Variable in class org.jboss.marshalling.cloner.SerializingCloner
- objectPreResolver - Variable in class org.jboss.marshalling.MarshallingConfiguration
- ObjectReadField - Class in org.jboss.marshalling.util
-
A read field whose value is an object type.
- ObjectReadField(SerializableField) - Constructor for class org.jboss.marshalling.util.ObjectReadField
-
Construct a new instance with the default value.
- ObjectReadField(SerializableField, Object) - Constructor for class org.jboss.marshalling.util.ObjectReadField
-
Construct a new instance.
- objectResolver - Variable in class org.jboss.marshalling.AbstractMarshaller
-
The configured object resolver.
- objectResolver - Variable in class org.jboss.marshalling.AbstractUnmarshaller
-
The configured object resolver.
- objectResolver - Variable in class org.jboss.marshalling.cloner.ClonerConfiguration
- objectResolver - Variable in class org.jboss.marshalling.cloner.SerializingCloner
- objectResolver - Variable in class org.jboss.marshalling.MarshallingConfiguration
- ObjectResolver - Interface in org.jboss.marshalling
-
Resolver for substituting objects in a stream.
- objectStreamClassException() - Static method in class org.jboss.marshalling.serial.SerialUnmarshaller
- objectTable - Variable in class org.jboss.marshalling.AbstractMarshaller
-
The configured object table.
- objectTable - Variable in class org.jboss.marshalling.AbstractUnmarshaller
-
The configured object table.
- objectTable - Variable in class org.jboss.marshalling.MarshallingConfiguration
- ObjectTable - Interface in org.jboss.marshalling
-
A lookup mechanism for predefined object references.
- ObjectTable.Writer - Interface in org.jboss.marshalling
-
The object writer for a specific object.
- OFF - Enum constant in enum org.jboss.marshalling.serial.SerialObjectInputStream.State
- OFF - Enum constant in enum org.jboss.marshalling.serial.SerialObjectOutputStream.State
- OFF - Static variable in class org.jboss.marshalling.river.RiverObjectInputStream
- OFF - Static variable in class org.jboss.marshalling.river.RiverObjectOutputStream
- ois - Variable in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- ois - Variable in class org.jboss.marshalling.serial.SerialUnmarshaller
- ON - Enum constant in enum org.jboss.marshalling.serial.SerialObjectInputStream.State
- ON - Enum constant in enum org.jboss.marshalling.serial.SerialObjectOutputStream.State
- ON - Static variable in class org.jboss.marshalling.river.RiverObjectInputStream
- ON - Static variable in class org.jboss.marshalling.river.RiverObjectOutputStream
- oos - Variable in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- oos - Variable in class org.jboss.marshalling.serial.SerialMarshaller
- OPTIONAL_DATA_EXCEPTION_CREATE_ACTION - Static variable in class org.jboss.marshalling.Marshalling
- OptionalDataExceptionCreateAction() - Constructor for class org.jboss.marshalling.Marshalling.OptionalDataExceptionCreateAction
- org.jboss.marshalling - package org.jboss.marshalling
-
The marshalling API.
- org.jboss.marshalling.cloner - package org.jboss.marshalling.cloner
- org.jboss.marshalling.reflect - package org.jboss.marshalling.reflect
-
Reflection utilities for marshalling users and implementations.
- org.jboss.marshalling.river - package org.jboss.marshalling.river
-
The River protocol implementation package.
- org.jboss.marshalling.serial - package org.jboss.marshalling.serial
- org.jboss.marshalling.util - package org.jboss.marshalling.util
- orig - Variable in class org.jboss.marshalling.cloner.SerializingCloner.CloneStep
- output - Variable in class org.jboss.marshalling.BytePipe
- output - Variable in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectOutputStream
- output - Variable in class org.jboss.marshalling.MarshallerObjectOutputStream
- OutputStreamByteOutput - Class in org.jboss.marshalling
-
An
OutputStream
which implementsByteInput
and reads data from anotherOutputStream
. - OutputStreamByteOutput(OutputStream) - Constructor for class org.jboss.marshalling.OutputStreamByteOutput
-
Construct a new instance.
P
- pair(ClassTable, ClassTable.Writer) - Static method in class org.jboss.marshalling.ChainingClassTable
- pair(ObjectTable, ObjectTable.Writer) - Static method in class org.jboss.marshalling.ChainingObjectTable
- Pair<A,
B> - Class in org.jboss.marshalling -
A serializable pair of values.
- Pair(A, B) - Constructor for class org.jboss.marshalling.Pair
-
Create a new instance.
- PAIR - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- Pair.Externalizer - Class in org.jboss.marshalling
-
An externalizer for
Pair
instances. - parent - Variable in class org.jboss.marshalling.serial.Descriptor
- parent - Variable in class org.jboss.marshalling.serial.Serial.ClassInfo
- PERMISSION - Static variable in class org.jboss.marshalling.reflect.SerializableClassRegistry
- PlainDescriptor - Class in org.jboss.marshalling.serial
- PlainDescriptor(Class<?>, Descriptor, SerializableField[], int) - Constructor for class org.jboss.marshalling.serial.PlainDescriptor
- pollFirst() - Method in class org.jboss.marshalling.util.FlatNavigableSet
- pollFirstEntry() - Method in class org.jboss.marshalling.util.FlatNavigableMap
- pollLast() - Method in class org.jboss.marshalling.util.FlatNavigableSet
- pollLastEntry() - Method in class org.jboss.marshalling.util.FlatNavigableMap
- position - Variable in class org.jboss.marshalling.river.BlockMarshaller
- position - Variable in class org.jboss.marshalling.serial.BlockMarshaller
- position - Variable in class org.jboss.marshalling.SimpleDataInput
-
The buffer position.
- position - Variable in class org.jboss.marshalling.SimpleDataOutput
-
The position in the buffer.
- prepareFields(Object, SerializingCloner.ClonerPutField) - Method in class org.jboss.marshalling.cloner.SerializingCloner
- PRIMITIVE_ARRAYS - Static variable in class org.jboss.marshalling.cloner.SerializingCloner
- primitives - Static variable in class org.jboss.marshalling.AbstractClassResolver
- primitives - Static variable in class org.jboss.marshalling.serial.SerialMarshaller
- printDebugStats() - Method in class org.jboss.marshalling.util.IntKeyMap
- printf(BufferedWriter, int, String, Object...) - Static method in class org.jboss.marshalling.serial.Serial
- priority - Variable in class org.jboss.marshalling.river.Validator
- Protocol - Class in org.jboss.marshalling.river
- Protocol() - Constructor for class org.jboss.marshalling.river.Protocol
- ProviderDescriptor - Interface in org.jboss.marshalling
-
A provider descriptor for automatically-discovered marshalling factory types.
- PROXY_WRITER - Static variable in class org.jboss.marshalling.ModularClassTable
- ProxyDescriptor - Class in org.jboss.marshalling.serial
- ProxyDescriptor(Class<?>, Descriptor, String[]) - Constructor for class org.jboss.marshalling.serial.ProxyDescriptor
- proxyInvocationHandler - Static variable in class org.jboss.marshalling.cloner.SerializingCloner
- proxyInvocationHandler - Static variable in class org.jboss.marshalling.river.RiverUnmarshaller
- ProxyWriter() - Constructor for class org.jboss.marshalling.ModularClassTable.ProxyWriter
- PublicReflectiveCreator - Class in org.jboss.marshalling.reflect
-
Deprecated.this class simply delegates to
ReflectiveCreator
. - PublicReflectiveCreator() - Constructor for class org.jboss.marshalling.reflect.PublicReflectiveCreator
-
Deprecated.
- put(int, V) - Method in class org.jboss.marshalling.util.IntKeyMap
- put(String, boolean) - Method in class org.jboss.marshalling.cloner.SerializingCloner.ClonerPutField
- put(String, boolean) - Method in class org.jboss.marshalling.river.RiverPutField
- put(String, byte) - Method in class org.jboss.marshalling.cloner.SerializingCloner.ClonerPutField
- put(String, byte) - Method in class org.jboss.marshalling.river.RiverPutField
- put(String, char) - Method in class org.jboss.marshalling.cloner.SerializingCloner.ClonerPutField
- put(String, char) - Method in class org.jboss.marshalling.river.RiverPutField
- put(String, double) - Method in class org.jboss.marshalling.cloner.SerializingCloner.ClonerPutField
- put(String, double) - Method in class org.jboss.marshalling.river.RiverPutField
- put(String, float) - Method in class org.jboss.marshalling.cloner.SerializingCloner.ClonerPutField
- put(String, float) - Method in class org.jboss.marshalling.river.RiverPutField
- put(String, int) - Method in class org.jboss.marshalling.cloner.SerializingCloner.ClonerPutField
- put(String, int) - Method in class org.jboss.marshalling.river.RiverPutField
- put(String, long) - Method in class org.jboss.marshalling.cloner.SerializingCloner.ClonerPutField
- put(String, long) - Method in class org.jboss.marshalling.river.RiverPutField
- put(String, short) - Method in class org.jboss.marshalling.cloner.SerializingCloner.ClonerPutField
- put(String, short) - Method in class org.jboss.marshalling.river.RiverPutField
- put(String, Object) - Method in class org.jboss.marshalling.cloner.SerializingCloner.ClonerPutField
- put(String, Object) - Method in class org.jboss.marshalling.river.RiverPutField
- put(K, V) - Method in class org.jboss.marshalling.reflect.UnlockedHashMap
- put(K, V) - Method in class org.jboss.marshalling.util.FlatNavigableMap
- put(T, int) - Method in class org.jboss.marshalling.util.IdentityIntMap
-
Put a value into the map.
- put(T, int) - Method in class org.jboss.marshalling.util.IntMap
-
Put a value into the map.
- putField - Variable in class org.jboss.marshalling.river.RiverObjectOutputStream
- putFields() - Method in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectOutputStream
- putFields() - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- putFields() - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- putFields() - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
- putFields() - Method in class org.jboss.marshalling.serial.SerialObjectOutputStream
- putForCreate(int, V) - Method in class org.jboss.marshalling.util.IntKeyMap
- putIfAbsent(K, V) - Method in class org.jboss.marshalling.reflect.UnlockedHashMap
R
- read() - Method in class org.jboss.marshalling.ByteBufferInput
-
Reads the next byte of data from the input stream.
- read() - Method in interface org.jboss.marshalling.ByteInput
-
Reads the next byte of data from the input stream.
- read() - Method in class org.jboss.marshalling.ByteInputStream
-
Reads the next byte of data from the input stream.
- read() - Method in class org.jboss.marshalling.LimitedByteInput
-
Reads the next byte of data from the input stream.
- read() - Method in class org.jboss.marshalling.MarshallerObjectInput
- read() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
-
Reads the next byte of data from the input stream.
- read() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Reads the next byte of data from the input stream.
- read() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- read() - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- read() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- read() - Method in class org.jboss.marshalling.SimpleDataInput
-
Reads the next byte of data from the input stream.
- read() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- read(byte[]) - Method in class org.jboss.marshalling.ByteBufferInput
-
Read some bytes from the input stream into the given array.
- read(byte[]) - Method in interface org.jboss.marshalling.ByteInput
-
Read some bytes from the input stream into the given array.
- read(byte[]) - Method in class org.jboss.marshalling.ByteInputStream
-
Read some bytes from the input stream into the given array.
- read(byte[]) - Method in class org.jboss.marshalling.MarshallerObjectInput
- read(byte[]) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
-
Read some bytes from the input stream into the given array.
- read(byte[]) - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Read some bytes from the input stream into the given array.
- read(byte[]) - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- read(byte[]) - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- read(byte[]) - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- read(byte[]) - Method in class org.jboss.marshalling.SimpleDataInput
-
Read some bytes from the input stream into the given array.
- read(byte[]) - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- read(byte[], int, int) - Method in class org.jboss.marshalling.ByteBufferInput
-
Read some bytes from the input stream into the given array.
- read(byte[], int, int) - Method in interface org.jboss.marshalling.ByteInput
-
Read some bytes from the input stream into the given array.
- read(byte[], int, int) - Method in class org.jboss.marshalling.ByteInputStream
-
Read some bytes from the input stream into the given array.
- read(byte[], int, int) - Method in class org.jboss.marshalling.LimitedByteInput
-
Read some bytes from the input stream into the given array.
- read(byte[], int, int) - Method in class org.jboss.marshalling.MarshallerObjectInput
- read(byte[], int, int) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
-
Read some bytes from the input stream into the given array.
- read(byte[], int, int) - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Read some bytes from the input stream into the given array.
- read(byte[], int, int) - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- read(byte[], int, int) - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- read(byte[], int, int) - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- read(byte[], int, int) - Method in class org.jboss.marshalling.SimpleDataInput
-
Read some bytes from the input stream into the given array.
- read(byte[], int, int) - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- READ_OBJECT - Enum constant in enum org.jboss.marshalling.TraceInformation.MethodInfo.Type
- READ_OBJECT_NO_DATA - Enum constant in enum org.jboss.marshalling.TraceInformation.MethodInfo.Type
- readBackReference(int) - Method in class org.jboss.marshalling.serial.SerialUnmarshaller
- readBlockHeader(int) - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- readBlockHeader(int) - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- readBoolean() - Method in class org.jboss.marshalling.MarshallerObjectInput
- readBoolean() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readBoolean() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readBoolean() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- readBoolean() - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- readBoolean() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- readBoolean() - Method in class org.jboss.marshalling.SimpleDataInput
- readBoolean() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- readByte() - Method in class org.jboss.marshalling.MarshallerObjectInput
- readByte() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readByte() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readByte() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- readByte() - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- readByte() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- readByte() - Method in class org.jboss.marshalling.SimpleDataInput
- readByte() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- readChar() - Method in class org.jboss.marshalling.MarshallerObjectInput
- readChar() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readChar() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readChar() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- readChar() - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- readChar() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- readChar() - Method in class org.jboss.marshalling.SimpleDataInput
- readChar() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- readClass(Unmarshaller) - Method in class org.jboss.marshalling.ChainingClassTable
-
Read a class from the stream.
- readClass(Unmarshaller) - Method in interface org.jboss.marshalling.ClassTable
-
Read a class from the stream.
- readClass(Unmarshaller) - Method in class org.jboss.marshalling.ModularClassTable
-
Read a class from the stream.
- readClassDescriptor() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readClassDescriptor() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- readClassDescriptor(boolean) - Method in class org.jboss.marshalling.serial.SerialUnmarshaller
- readClassDescriptor(int, boolean) - Method in class org.jboss.marshalling.serial.SerialUnmarshaller
- readCollectionData(boolean, int, int, Collection, boolean) - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- readDouble() - Method in class org.jboss.marshalling.MarshallerObjectInput
- readDouble() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readDouble() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readDouble() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- readDouble() - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- readDouble() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- readDouble() - Method in class org.jboss.marshalling.SimpleDataInput
- readDouble() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- readers - Variable in class org.jboss.marshalling.ChainingClassTable
- readers - Variable in class org.jboss.marshalling.ChainingObjectTable
- readExternal(ObjectInput) - Method in class org.jboss.marshalling.Pair.Externalizer
- readExternal(ObjectInput) - Method in class org.jboss.marshalling.serial.ExternalizedObject
- readExternal(Object, ObjectInput) - Method in class org.jboss.marshalling.AbstractExternalizer
-
Read the external representation of an object.
- readExternal(Object, ObjectInput) - Method in interface org.jboss.marshalling.Externalizer
-
Read the external representation of an object.
- readExternal(Object, ObjectInput) - Method in class org.jboss.marshalling.Pair.Externalizer
-
Read the external representation of an object.
- ReadField - Class in org.jboss.marshalling.util
-
Base class for a field which was read from the data stream.
- ReadField(String, boolean) - Constructor for class org.jboss.marshalling.util.ReadField
-
Construct a new instance.
- readFields() - Method in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectInputStream
- readFields() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readFields() - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- readFields() - Method in class org.jboss.marshalling.serial.SerialObjectInputStream
- readFields() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
-
May not be invoked in this context.
- readFields(Object, SerializableClassDescriptor, boolean) - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- readFloat() - Method in class org.jboss.marshalling.MarshallerObjectInput
- readFloat() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readFloat() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readFloat() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- readFloat() - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- readFloat() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- readFloat() - Method in class org.jboss.marshalling.SimpleDataInput
- readFloat() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- readFully(byte[]) - Method in class org.jboss.marshalling.MarshallerObjectInput
- readFully(byte[]) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readFully(byte[]) - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readFully(byte[]) - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- readFully(byte[]) - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- readFully(byte[]) - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- readFully(byte[]) - Method in class org.jboss.marshalling.SimpleDataInput
- readFully(byte[]) - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- readFully(byte[], int, int) - Method in class org.jboss.marshalling.MarshallerObjectInput
- readFully(byte[], int, int) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readFully(byte[], int, int) - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readFully(byte[], int, int) - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- readFully(byte[], int, int) - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- readFully(byte[], int, int) - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- readFully(byte[], int, int) - Method in class org.jboss.marshalling.SimpleDataInput
- readFully(byte[], int, int) - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- readFully(ByteInput, byte[]) - Static method in class org.jboss.marshalling.Marshalling
-
Read bytes from a
ByteInput
. - readFully(ByteInput, byte[], int, int) - Static method in class org.jboss.marshalling.Marshalling
-
Read bytes from a
ByteInput
. - readHeader(ByteInput) - Method in class org.jboss.marshalling.Marshalling.StaticStreamHeader
- readHeader(ByteInput) - Method in interface org.jboss.marshalling.StreamHeader
-
Read the stream header from the stream.
- readInt() - Method in class org.jboss.marshalling.MarshallerObjectInput
- readInt() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readInt() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readInt() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- readInt() - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- readInt() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- readInt() - Method in class org.jboss.marshalling.SimpleDataInput
- readInt() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- readIntDirect() - Method in class org.jboss.marshalling.SimpleDataInput
-
Read an int value.
- readLine() - Method in class org.jboss.marshalling.MarshallerObjectInput
- readLine() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
-
Deprecated.
- readLine() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Deprecated.
- readLine() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- readLine() - Method in class org.jboss.marshalling.river.RiverObjectInputStream
-
Deprecated.
- readLine() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- readLine() - Method in class org.jboss.marshalling.SimpleDataInput
- readLine() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
-
Deprecated.
- readLong() - Method in class org.jboss.marshalling.MarshallerObjectInput
- readLong() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readLong() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readLong() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- readLong() - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- readLong() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- readLong() - Method in class org.jboss.marshalling.SimpleDataInput
- readLong() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- readLongDirect() - Method in class org.jboss.marshalling.SimpleDataInput
- readMapData(boolean, int, int, Map, boolean) - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- readNonNullClassDescriptor() - Method in class org.jboss.marshalling.serial.SerialUnmarshaller
- readObject - Variable in class org.jboss.marshalling.reflect.SerializableClass
- readObject() - Method in class org.jboss.marshalling.AbstractObjectInput
- readObject() - Method in class org.jboss.marshalling.MarshallerObjectInput
- readObject() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readObject() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- readObject() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- readObject(boolean) - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- readObject(boolean) - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- readObject(ObjectInputStream) - Method in class org.jboss.marshalling.Pair
-
Reinitialize the object and set the hash code.
- readObject(ObjectInputStream) - Method in class org.jboss.marshalling.util.IntKeyMap
- readObject(Class<T>) - Method in class org.jboss.marshalling.AbstractObjectInput
-
Read and return an object, cast to a specific type.
- readObject(Class<T>) - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Read and return an object, cast to a specific type.
- readObject(Class<T>) - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- readObject(Class<T>) - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- readObject(Class<T>) - Method in interface org.jboss.marshalling.Unmarshaller
-
Read and return an object, cast to a specific type.
- readObject(Unmarshaller) - Method in class org.jboss.marshalling.ChainingObjectTable
-
Read an instance from the stream.
- readObject(Unmarshaller) - Method in interface org.jboss.marshalling.ObjectTable
-
Read an instance from the stream.
- readObjectNoData - Variable in class org.jboss.marshalling.reflect.SerializableClass
- readObjectOverride() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readObjectOverride() - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- readObjectOverride() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- readObjectUnshared() - Method in class org.jboss.marshalling.AbstractObjectInput
-
Read and return an unshared object.
- readObjectUnshared() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Read and return an unshared object.
- readObjectUnshared() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- readObjectUnshared() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- readObjectUnshared() - Method in interface org.jboss.marshalling.Unmarshaller
-
Read and return an unshared object.
- readObjectUnshared() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- readObjectUnshared(Class<T>) - Method in class org.jboss.marshalling.AbstractObjectInput
-
Read and return an unshared object, cast to a specific type.
- readObjectUnshared(Class<T>) - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Read and return an unshared object, cast to a specific type.
- readObjectUnshared(Class<T>) - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- readObjectUnshared(Class<T>) - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- readObjectUnshared(Class<T>) - Method in interface org.jboss.marshalling.Unmarshaller
-
Read and return an unshared object, cast to a specific type.
- readOnlyBuffer() - Static method in class org.jboss.marshalling.ByteBufferOutput
- readResolve - Variable in class org.jboss.marshalling.reflect.SerializableClass
- readResolve() - Method in class org.jboss.marshalling.Pair.Externalizer
-
Resolve the object to the single externalizer instance.
- readResolve() - Method in class org.jboss.marshalling.serial.ExternalizedObject
-
Return the externalized object after
readExternal()
completes. - readResolve(Object) - Method in class org.jboss.marshalling.ChainingObjectResolver
-
Get the original object for a replacement object read from a stream.
- readResolve(Object) - Method in interface org.jboss.marshalling.ObjectResolver
-
Get the original object for a replacement object read from a stream.
- readSerial(SerialUnmarshaller, SerializableClass, Object) - Method in class org.jboss.marshalling.serial.Descriptor
- readSerial(SerialUnmarshaller, SerializableClass, Object) - Method in class org.jboss.marshalling.serial.NoDataDescriptor
- readSerial(SerialUnmarshaller, SerializableClass, Object) - Method in class org.jboss.marshalling.serial.PlainDescriptor
- readSerial(SerialUnmarshaller, SerializableClass, Object) - Method in class org.jboss.marshalling.serial.UnknownDescriptor
- readShort() - Method in class org.jboss.marshalling.MarshallerObjectInput
- readShort() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readShort() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readShort() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- readShort() - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- readShort() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- readShort() - Method in class org.jboss.marshalling.SimpleDataInput
- readShort() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- readSortedMapData(boolean, int, int, SortedMap, boolean) - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- readSortedSetData(boolean, int, int, SortedSet, boolean) - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- readStreamHeader() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readStreamHeader() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- readString() - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- readToEndBlockData() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- readToEndBlockData() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- readUnshared() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readUnshared() - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- readUnshared() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- readUnsignedByte() - Method in class org.jboss.marshalling.MarshallerObjectInput
- readUnsignedByte() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readUnsignedByte() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readUnsignedByte() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- readUnsignedByte() - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- readUnsignedByte() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- readUnsignedByte() - Method in class org.jboss.marshalling.SimpleDataInput
- readUnsignedByte() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- readUnsignedByteDirect() - Method in class org.jboss.marshalling.SimpleDataInput
-
Read an unsigned byte directly.
- readUnsignedShort() - Method in class org.jboss.marshalling.MarshallerObjectInput
- readUnsignedShort() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readUnsignedShort() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readUnsignedShort() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- readUnsignedShort() - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- readUnsignedShort() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- readUnsignedShort() - Method in class org.jboss.marshalling.SimpleDataInput
- readUnsignedShort() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- readUTF() - Method in class org.jboss.marshalling.MarshallerObjectInput
- readUTF() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readUTF() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readUTF() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- readUTF() - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- readUTF() - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- readUTF() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- readUTF() - Method in class org.jboss.marshalling.SimpleDataInput
- readUTF() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- readUTFBytes(ByteInput, int) - Static method in class org.jboss.marshalling.UTFUtils
-
Read the given number of characters from the given byte input.
- readUTFBytesByByteCount(ByteInput, long) - Static method in class org.jboss.marshalling.UTFUtils
-
Read the given number of characters from the given byte input.
- readUTFChar(ByteInput) - Static method in class org.jboss.marshalling.UTFUtils
- readUTFZBytes(ByteInput) - Static method in class org.jboss.marshalling.UTFUtils
-
Read a null-terminated modified UTF-8 string from the given byte input.
- reflectionFactory - Static variable in class org.jboss.marshalling.reflect.SerializableClass
- reflectiveCreator - Variable in class org.jboss.marshalling.reflect.PublicReflectiveCreator
-
Deprecated.
- ReflectiveCreator - Class in org.jboss.marshalling.reflect
-
Deprecated.This class is no longer used and will be removed in a future version.
- ReflectiveCreator() - Constructor for class org.jboss.marshalling.reflect.ReflectiveCreator
-
Deprecated.
- registerValidation(ObjectInputValidation, int) - Method in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectInputStream
- registerValidation(ObjectInputValidation, int) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- registerValidation(ObjectInputValidation, int) - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- registerValidation(ObjectInputValidation, int) - Method in class org.jboss.marshalling.serial.SerialObjectInputStream
- registerValidation(ObjectInputValidation, int) - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
-
May not be invoked in this context.
- registry - Static variable in class org.jboss.marshalling.AbstractClassResolver
- registry - Variable in class org.jboss.marshalling.cloner.SerializingCloner
- registry - Static variable in class org.jboss.marshalling.reflect.ReflectiveCreator
-
Deprecated.
- registry - Variable in class org.jboss.marshalling.reflect.SerializableClassRegistry
- registry - Static variable in class org.jboss.marshalling.reflect.SunReflectiveCreator
-
Deprecated.
- registry - Variable in class org.jboss.marshalling.river.RiverMarshaller
- registry - Variable in class org.jboss.marshalling.river.RiverMarshallerFactory
- registry - Variable in class org.jboss.marshalling.river.RiverUnmarshaller
- registry - Variable in class org.jboss.marshalling.serial.SerialMarshaller
- registry - Variable in class org.jboss.marshalling.serial.SerialMarshallerFactory
- registry - Variable in class org.jboss.marshalling.serial.SerialUnmarshaller
- release(ClassLoader) - Method in class org.jboss.marshalling.reflect.SerializableClassRegistry
-
Release all reflection information belonging to the given class loader.
- relocate(int) - Method in class org.jboss.marshalling.util.IntKeyMap
- remaining - Variable in class org.jboss.marshalling.river.BlockUnmarshaller
- remaining - Variable in class org.jboss.marshalling.serial.BlockUnmarshaller
- remaining() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- remaining() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- remove - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap.RowIterator
- remove() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.BranchIterator
- remove() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.EntryIterator
- remove() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.KeyIterator
- remove() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.RowIterator
- remove() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.ValueIterator
- remove(int) - Method in class org.jboss.marshalling.util.IntKeyMap
- remove(Object) - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.EntrySet
- remove(Object) - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.KeySet
- remove(Object) - Method in class org.jboss.marshalling.reflect.UnlockedHashMap
- remove(Object, Object) - Method in class org.jboss.marshalling.reflect.UnlockedHashMap
- remove(Map.Entry<K, V>) - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.EntrySet
- remove(UnlockedHashMap.Item<K, V>[], int) - Static method in class org.jboss.marshalling.reflect.UnlockedHashMap
- removeIterator - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap.EntryIterator
- removeIterator - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap.KeyIterator
- removeIterator - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap.ValueIterator
- replace(Object) - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- replace(K, V) - Method in class org.jboss.marshalling.reflect.UnlockedHashMap
- replace(K, V, V) - Method in class org.jboss.marshalling.reflect.UnlockedHashMap
- replacementCache - Variable in class org.jboss.marshalling.serial.SerialMarshaller
- replaceObject(Object) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- replaceObject(Object) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- replaceOrReturn(boolean, Object) - Method in class org.jboss.marshalling.serial.SerialUnmarshaller
- replaceOrReturn(boolean, Object, int) - Method in class org.jboss.marshalling.serial.SerialUnmarshaller
- reset() - Method in class org.jboss.marshalling.cloner.CloneableCloner
-
Clear the cloner state and any caches.
- reset() - Method in interface org.jboss.marshalling.cloner.ObjectCloner
-
Clear the cloner state and any caches.
- reset() - Method in class org.jboss.marshalling.cloner.SerializingCloner
- reset() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- reset() - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- reset() - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- resize() - Method in class org.jboss.marshalling.util.IdentityIntMap
- resize() - Method in class org.jboss.marshalling.util.IdentityIntSet
- resize() - Method in class org.jboss.marshalling.util.IntMap
- resize() - Method in class org.jboss.marshalling.util.IntSet
- resize(int) - Method in class org.jboss.marshalling.util.IntKeyMap
- resize(UnlockedHashMap.Table<K, V>) - Method in class org.jboss.marshalling.reflect.UnlockedHashMap
- resizeCount - Variable in class org.jboss.marshalling.util.IdentityIntMap
- resizeCount - Variable in class org.jboss.marshalling.util.IdentityIntSet
- resizeCount - Variable in class org.jboss.marshalling.util.IntMap
- resizeCount - Variable in class org.jboss.marshalling.util.IntSet
- resized() - Static method in class org.jboss.marshalling.reflect.UnlockedHashMap
- RESIZED - Static variable in class org.jboss.marshalling.reflect.UnlockedHashMap
-
A row which has been resized into the new view.
- resizeView - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap.Table
- resolveClass(ObjectStreamClass) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- resolveClass(ObjectStreamClass) - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- resolveClass(Unmarshaller, String, long) - Method in class org.jboss.marshalling.AbstractClassResolver
-
Load the local class for a class descriptor.
- resolveClass(Unmarshaller, String, long) - Method in interface org.jboss.marshalling.ClassResolver
-
Load the local class for a class descriptor.
- resolveClass(Unmarshaller, String, long) - Method in class org.jboss.marshalling.ModularClassResolver
-
Load the local class for a class descriptor.
- resolveEnumConstant(ClassDescriptor, String) - Static method in class org.jboss.marshalling.river.RiverUnmarshaller
- resolveObject(Object) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- resolveObject(Object) - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- resolveProxyClass(String[]) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- resolveProxyClass(String[]) - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- resolveProxyClass(Unmarshaller, String[]) - Method in class org.jboss.marshalling.AbstractClassResolver
-
Load a proxy class that implements the given interfaces.
- resolveProxyClass(Unmarshaller, String[]) - Method in interface org.jboss.marshalling.ClassResolver
-
Load a proxy class that implements the given interfaces.
- resolveProxyClass(Unmarshaller, String[]) - Method in class org.jboss.marshalling.ModularClassResolver
-
Load a proxy class that implements the given interfaces.
- resolvers - Variable in class org.jboss.marshalling.ChainingObjectResolver
- restore(int) - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- restoreIdx - Variable in class org.jboss.marshalling.river.RiverObjectInputStream
- restoreState(SerialObjectInputStream.State) - Method in class org.jboss.marshalling.serial.SerialObjectInputStream
- restoreState(SerialObjectOutputStream.State) - Method in class org.jboss.marshalling.serial.SerialObjectOutputStream
- result - Variable in class org.jboss.marshalling.river.FutureSerializableClassDescriptor
- REVERSE_ORDER - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- REVERSE_ORDER2 - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- reverseOrder2Class - Static variable in class org.jboss.marshalling.river.Protocol
- reverseOrder2Field - Static variable in class org.jboss.marshalling.river.Protocol
- reverseOrderClass - Static variable in class org.jboss.marshalling.river.Protocol
- riverMarshaller - Variable in class org.jboss.marshalling.river.BlockMarshaller
- RiverMarshaller - Class in org.jboss.marshalling.river
- RiverMarshaller(RiverMarshallerFactory, SerializableClassRegistry, MarshallingConfiguration) - Constructor for class org.jboss.marshalling.river.RiverMarshaller
- RiverMarshallerFactory - Class in org.jboss.marshalling.river
-
The River marshaller factory implementation.
- RiverMarshallerFactory() - Constructor for class org.jboss.marshalling.river.RiverMarshallerFactory
-
Construct a new instance of a River marshaller factory.
- RiverObjectInputStream - Class in org.jboss.marshalling.river
- RiverObjectInputStream(RiverUnmarshaller, BlockUnmarshaller) - Constructor for class org.jboss.marshalling.river.RiverObjectInputStream
- RiverObjectOutputStream - Class in org.jboss.marshalling.river
- RiverObjectOutputStream(Marshaller, RiverMarshaller) - Constructor for class org.jboss.marshalling.river.RiverObjectOutputStream
- RiverProviderDescriptor - Class in org.jboss.marshalling.river
-
The River implementation of the provider descriptor interface.
- RiverProviderDescriptor() - Constructor for class org.jboss.marshalling.river.RiverProviderDescriptor
- RiverPutField - Class in org.jboss.marshalling.river
- RiverPutField(FieldPutter[], String[]) - Constructor for class org.jboss.marshalling.river.RiverPutField
- riverUnmarshaller - Variable in class org.jboss.marshalling.river.BlockUnmarshaller
- RiverUnmarshaller - Class in org.jboss.marshalling.river
- RiverUnmarshaller(RiverMarshallerFactory, SerializableClassRegistry, MarshallingConfiguration) - Constructor for class org.jboss.marshalling.river.RiverUnmarshaller
- row - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap.RowIterator
- RowIterator(UnlockedHashMap.Table<K, V>, UnlockedHashMap.Item<K, V>[]) - Constructor for class org.jboss.marshalling.reflect.UnlockedHashMap.RowIterator
- run() - Method in class org.jboss.marshalling.FieldSetter.GetFieldAction
- run() - Method in class org.jboss.marshalling.Marshalling.OptionalDataExceptionCreateAction
S
- saveCurrentDescriptor(PlainDescriptor) - Method in class org.jboss.marshalling.serial.SerialObjectInputStream
- saveCurrentFieldMap() - Method in class org.jboss.marshalling.serial.SerialObjectOutputStream
- saveCurrentObject(Object) - Method in class org.jboss.marshalling.serial.SerialObjectOutputStream
- saveCurrentSerializableClass(SerializableClass) - Method in class org.jboss.marshalling.serial.SerialObjectInputStream
- saveCurrentSerializableClass(SerializableClass) - Method in class org.jboss.marshalling.serial.SerialObjectOutputStream
- saveCurrentSubject(Object) - Method in class org.jboss.marshalling.serial.SerialObjectInputStream
- saveState() - Method in class org.jboss.marshalling.serial.SerialObjectInputStream
- saveState() - Method in class org.jboss.marshalling.serial.SerialObjectOutputStream
- seq - Variable in class org.jboss.marshalling.river.Validator
- Serial - Class in org.jboss.marshalling.serial
- Serial() - Constructor for class org.jboss.marshalling.serial.Serial
- Serial.ClassInfo - Class in org.jboss.marshalling.serial
- Serial.FieldInfo - Class in org.jboss.marshalling.serial
- Serial.FieldType - Enum in org.jboss.marshalling.serial
- serializabilityChecker - Variable in class org.jboss.marshalling.AbstractMarshaller
-
The configured serializability checker.
- serializabilityChecker - Variable in class org.jboss.marshalling.AbstractUnmarshaller
-
The configured serializability checker.
- serializabilityChecker - Variable in class org.jboss.marshalling.cloner.ClonerConfiguration
- serializabilityChecker - Variable in class org.jboss.marshalling.cloner.SerializingCloner
- serializabilityChecker - Variable in class org.jboss.marshalling.MarshallingConfiguration
- SerializabilityChecker - Interface in org.jboss.marshalling
-
A checker to determine whether an object class should be treated as serializable.
- serializableClass - Variable in class org.jboss.marshalling.river.BasicSerializableClassDescriptor
- serializableClass - Variable in class org.jboss.marshalling.river.RiverObjectOutputStream
- serializableClass - Variable in class org.jboss.marshalling.river.SerializableGapClassDescriptor
- SerializableClass - Class in org.jboss.marshalling.reflect
-
Reflection information about a serializable class.
- SerializableClass(Class<?>) - Constructor for class org.jboss.marshalling.reflect.SerializableClass
- serializableClassDescriptor - Variable in class org.jboss.marshalling.river.RiverObjectInputStream
- SerializableClassDescriptor - Class in org.jboss.marshalling.river
- SerializableClassDescriptor() - Constructor for class org.jboss.marshalling.river.SerializableClassDescriptor
- SerializableClassRegistry - Class in org.jboss.marshalling.reflect
-
A registry for reflection information usable by serialization implementations.
- SerializableClassRegistry() - Constructor for class org.jboss.marshalling.reflect.SerializableClassRegistry
- SerializableField - Class in org.jboss.marshalling.reflect
-
Reflection information about a field on a serializable class.
- SerializableField(Class<?>, String, boolean) - Constructor for class org.jboss.marshalling.reflect.SerializableField
- SerializableField(Class<?>, String, boolean, Field) - Constructor for class org.jboss.marshalling.reflect.SerializableField
- SerializableGapClassDescriptor - Class in org.jboss.marshalling.river
- SerializableGapClassDescriptor(SerializableClass, ClassDescriptor) - Constructor for class org.jboss.marshalling.river.SerializableGapClassDescriptor
- serializedCreator - Variable in class org.jboss.marshalling.cloner.ClonerConfiguration
- serializedCreator - Variable in class org.jboss.marshalling.MarshallingConfiguration
- SERIALIZING - Static variable in class org.jboss.marshalling.cloner.ObjectCloners
- SerializingCloner - Class in org.jboss.marshalling.cloner
-
An object cloner which uses serialization methods to clone objects.
- SerializingCloner(ClonerConfiguration) - Constructor for class org.jboss.marshalling.cloner.SerializingCloner
-
Create a new instance.
- SerializingCloner.ByteDataStep - Class in org.jboss.marshalling.cloner
- SerializingCloner.ClonerPutField - Class in org.jboss.marshalling.cloner
- SerializingCloner.CloneStep - Class in org.jboss.marshalling.cloner
- SerializingCloner.Step - Class in org.jboss.marshalling.cloner
- SerializingCloner.StepObjectInput - Class in org.jboss.marshalling.cloner
- SerializingCloner.StepObjectInputStream - Class in org.jboss.marshalling.cloner
- SerializingCloner.StepObjectOutput - Class in org.jboss.marshalling.cloner
- SerializingCloner.StepObjectOutputStream - Class in org.jboss.marshalling.cloner
- serialMarshaller - Variable in class org.jboss.marshalling.serial.BlockMarshaller
- serialMarshaller - Variable in class org.jboss.marshalling.serial.SerialObjectOutputStream
- SerialMarshaller - Class in org.jboss.marshalling.serial
- SerialMarshaller(AbstractMarshallerFactory, SerializableClassRegistry, MarshallingConfiguration) - Constructor for class org.jboss.marshalling.serial.SerialMarshaller
- SerialMarshallerFactory - Class in org.jboss.marshalling.serial
- SerialMarshallerFactory() - Constructor for class org.jboss.marshalling.serial.SerialMarshallerFactory
-
Construct a new instance of a River marshaller factory.
- SerialObjectInputStream - Class in org.jboss.marshalling.serial
- SerialObjectInputStream(SerialUnmarshaller) - Constructor for class org.jboss.marshalling.serial.SerialObjectInputStream
- SerialObjectInputStream.State - Enum in org.jboss.marshalling.serial
- SerialObjectOutputStream - Class in org.jboss.marshalling.serial
- SerialObjectOutputStream(SerialMarshaller, BlockMarshaller) - Constructor for class org.jboss.marshalling.serial.SerialObjectOutputStream
- SerialObjectOutputStream.State - Enum in org.jboss.marshalling.serial
- SerialProviderDescriptor - Class in org.jboss.marshalling.serial
-
The Serial implementation of the provider descriptor interface.
- SerialProviderDescriptor() - Constructor for class org.jboss.marshalling.serial.SerialProviderDescriptor
- serialUnmarshaller - Variable in class org.jboss.marshalling.serial.BlockUnmarshaller
- serialUnmarshaller - Variable in class org.jboss.marshalling.serial.SerialObjectInputStream
- SerialUnmarshaller - Class in org.jboss.marshalling.serial
- SerialUnmarshaller(SerialMarshallerFactory, SerializableClassRegistry, MarshallingConfiguration) - Constructor for class org.jboss.marshalling.serial.SerialUnmarshaller
- serialVersionUID - Static variable in class org.jboss.marshalling.AbstractExternalizer
- serialVersionUID - Static variable in class org.jboss.marshalling.Marshalling.StaticStreamHeader
- serialVersionUID - Static variable in class org.jboss.marshalling.Pair.Externalizer
- serialVersionUID - Static variable in class org.jboss.marshalling.Pair
- serialVersionUID - Static variable in class org.jboss.marshalling.serial.ExternalizedObject
- serialVersionUID - Static variable in class org.jboss.marshalling.TraceInformation.ClassInfo
- serialVersionUID - Static variable in class org.jboss.marshalling.TraceInformation.FieldInfo
- serialVersionUID - Static variable in class org.jboss.marshalling.TraceInformation.IncompleteObjectInfo
- serialVersionUID - Static variable in class org.jboss.marshalling.TraceInformation.IndexInfo
- serialVersionUID - Static variable in class org.jboss.marshalling.TraceInformation.Info
- serialVersionUID - Static variable in class org.jboss.marshalling.TraceInformation.MethodInfo
- serialVersionUID - Static variable in class org.jboss.marshalling.TraceInformation.ObjectInfo
- serialVersionUID - Static variable in exception class org.jboss.marshalling.TraceInformation
- serialVersionUID - Static variable in class org.jboss.marshalling.TraceInformation.UserInfo
- serialVersionUID - Static variable in class org.jboss.marshalling.util.IntKeyMap
- set(Object, Object) - Method in class org.jboss.marshalling.FieldSetter
-
Set the value of the field to the given object.
- setBoolean(boolean) - Method in class org.jboss.marshalling.util.BooleanFieldPutter
-
Set the boolean value of this field.
- setBoolean(boolean) - Method in class org.jboss.marshalling.util.FieldPutter
-
Set the boolean value of this field.
- setBoolean(Object, boolean) - Method in class org.jboss.marshalling.FieldSetter
-
Set the value of the field to the given value.
- setBufferSize(int) - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
-
Set the buffer size to use.
- setBufferSize(int) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the configured buffer size.
- setByte(byte) - Method in class org.jboss.marshalling.util.ByteFieldPutter
-
Set the byte value of this field.
- setByte(byte) - Method in class org.jboss.marshalling.util.FieldPutter
-
Set the byte value of this field.
- setByte(Object, byte) - Method in class org.jboss.marshalling.FieldSetter
-
Set the value of the field to the given value.
- setChar(char) - Method in class org.jboss.marshalling.util.CharFieldPutter
-
Set the character value of this field.
- setChar(char) - Method in class org.jboss.marshalling.util.FieldPutter
-
Set the character value of this field.
- setChar(Object, char) - Method in class org.jboss.marshalling.FieldSetter
-
Set the value of the field to the given value.
- setClassCloner(ClassCloner) - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
-
Set the class cloner.
- setClassCount(int) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the estimated class count for this configuration.
- setClassExternalizerFactory(ClassExternalizerFactory) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the class externalizer factory.
- setClassResolver(ClassResolver) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the class resolver, or
null
to use the default. - setClassTable(ClassTable) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the class table, or
null
to use none. - setCloneTable(CloneTable) - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
-
Set the clone table.
- setCreator(Creator) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Deprecated.no longer used in 1.4, will be removed in a future version
- setCurrentDescriptor(PlainDescriptor) - Method in class org.jboss.marshalling.serial.SerialObjectInputStream
- setCurrentFieldMap(Map<String, FieldPutter>) - Method in class org.jboss.marshalling.serial.SerialObjectOutputStream
- setCurrentObject(Object) - Method in class org.jboss.marshalling.serial.SerialObjectOutputStream
- setCurrentSerializableClass(SerializableClass) - Method in class org.jboss.marshalling.serial.SerialObjectInputStream
- setCurrentSerializableClass(SerializableClass) - Method in class org.jboss.marshalling.serial.SerialObjectOutputStream
- setCurrentSubject(Object) - Method in class org.jboss.marshalling.serial.SerialObjectInputStream
- setDouble(double) - Method in class org.jboss.marshalling.util.DoubleFieldPutter
-
Set the double value of this field.
- setDouble(double) - Method in class org.jboss.marshalling.util.FieldPutter
-
Set the double value of this field.
- setDouble(Object, double) - Method in class org.jboss.marshalling.FieldSetter
-
Set the value of the field to the given value.
- setExceptionListener(ExceptionListener) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the exception listener to use.
- setExternalizedCreator(Creator) - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
-
Set the creator to use for externalizable objects.
- setExternalizerCreator(Creator) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Deprecated.no longer used in 1.4, will be removed in 1.4
- setFloat(float) - Method in class org.jboss.marshalling.util.FieldPutter
-
Set the float value of this field.
- setFloat(float) - Method in class org.jboss.marshalling.util.FloatFieldPutter
-
Set the float value of this field.
- setFloat(Object, float) - Method in class org.jboss.marshalling.FieldSetter
-
Set the value of the field to the given value.
- setInstanceCount(int) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the estimated instance count for this configuration.
- setInt(int) - Method in class org.jboss.marshalling.util.FieldPutter
-
Set the integer value of this field.
- setInt(int) - Method in class org.jboss.marshalling.util.IntFieldPutter
-
Set the integer value of this field.
- setInt(Object, int) - Method in class org.jboss.marshalling.FieldSetter
-
Set the value of the field to the given value.
- setLong(long) - Method in class org.jboss.marshalling.util.FieldPutter
-
Set the long value of this field.
- setLong(long) - Method in class org.jboss.marshalling.util.LongFieldPutter
-
Set the long value of this field.
- setLong(Object, long) - Method in class org.jboss.marshalling.FieldSetter
-
Set the value of the field to the given value.
- setObject(Object) - Method in class org.jboss.marshalling.util.FieldPutter
-
Set the object value of this field.
- setObject(Object) - Method in class org.jboss.marshalling.util.ObjectFieldPutter
-
Set the object value of this field.
- setObjectPreResolver(ObjectResolver) - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
-
Set the object pre resolver, or
null
to use none. - setObjectPreResolver(ObjectResolver) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the object pre resolver, or
null
to use none. - setObjectResolver(ObjectResolver) - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
-
Set the object resolver.
- setObjectResolver(ObjectResolver) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the object resolver, or
null
to use none. - setObjectTable(ObjectTable) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the object table, or
null
to use none. - setResult(SerializableClassDescriptor) - Method in class org.jboss.marshalling.river.FutureSerializableClassDescriptor
- setSerializabilityChecker(SerializabilityChecker) - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
-
Set the serializability checker.
- setSerializabilityChecker(SerializabilityChecker) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the serializability checker.
- setSerializedCreator(Creator) - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
-
Set the creator to use for serialized objects.
- setSerializedCreator(Creator) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Deprecated.no longer used in 1.4, will be removed in 1.4
- setShort(short) - Method in class org.jboss.marshalling.util.FieldPutter
-
Set the short value of this field.
- setShort(short) - Method in class org.jboss.marshalling.util.ShortFieldPutter
-
Set the short value of this field.
- setShort(Object, short) - Method in class org.jboss.marshalling.FieldSetter
-
Set the value of the field to the given value.
- setStackTrace(StackTraceElement[]) - Method in exception class org.jboss.marshalling.TraceInformation
- setStreamHeader(StreamHeader) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the stream header.
- setter - Static variable in class org.jboss.marshalling.Pair
- setValue(V) - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.Item
- setValue(V) - Method in class org.jboss.marshalling.util.FlatNavigableMap.EntryImpl
- setVersion(int) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the version to use, for protocols with multiple versions.
- shallowFlush() - Method in class org.jboss.marshalling.SimpleDataOutput
-
This shallow flush will write the internal buffer out to the
ByteOutput
, but will not flush it. - sharedMismatch() - Static method in class org.jboss.marshalling.river.RiverUnmarshaller
- SHORT - Enum constant in enum org.jboss.marshalling.serial.Serial.FieldType
- SHORT - Enum constant in enum org.jboss.marshalling.util.Kind
-
Field of type
short
. - SHORT - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- SHORT_ARRAY - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- SHORT_OBJ - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- ShortFieldPutter - Class in org.jboss.marshalling.util
-
A field putter for short-type fields.
- ShortFieldPutter() - Constructor for class org.jboss.marshalling.util.ShortFieldPutter
- ShortReadField - Class in org.jboss.marshalling.util
-
A read field whose value is a boolean type.
- ShortReadField(SerializableField) - Constructor for class org.jboss.marshalling.util.ShortReadField
-
Construct a new instance with the default value.
- ShortReadField(SerializableField, short) - Constructor for class org.jboss.marshalling.util.ShortReadField
-
Construct a new instance.
- SimpleByteInput - Class in org.jboss.marshalling
-
A simple byte input which extends
InputStream
. - SimpleByteInput() - Constructor for class org.jboss.marshalling.SimpleByteInput
- SimpleByteOutput - Class in org.jboss.marshalling
-
A simple byte output which extends
OutputStream
. - SimpleByteOutput() - Constructor for class org.jboss.marshalling.SimpleByteOutput
- SimpleClassDescriptor - Class in org.jboss.marshalling.river
- SimpleClassDescriptor(Class<?>, int) - Constructor for class org.jboss.marshalling.river.SimpleClassDescriptor
- SimpleClassResolver - Class in org.jboss.marshalling
-
A class resolver which uses a predefined classloader.
- SimpleClassResolver(boolean, ClassLoader) - Constructor for class org.jboss.marshalling.SimpleClassResolver
-
Construct a new instance, specifying a classloader and a flag which determines whether
serialVersionUID
matching will be enforced. - SimpleClassResolver(ClassLoader) - Constructor for class org.jboss.marshalling.SimpleClassResolver
-
Construct a new instance, specifying a classloader.
- simpleClone(Object, Class<?>) - Static method in class org.jboss.marshalling.cloner.SerializingCloner
- SimpleDataInput - Class in org.jboss.marshalling
- SimpleDataInput(int) - Constructor for class org.jboss.marshalling.SimpleDataInput
-
Construct a new instance which wraps nothing.
- SimpleDataInput(int, ByteInput) - Constructor for class org.jboss.marshalling.SimpleDataInput
-
Construct a new instance.
- SimpleDataInput(ByteInput) - Constructor for class org.jboss.marshalling.SimpleDataInput
-
Construct a new instance.
- SimpleDataOutput - Class in org.jboss.marshalling
-
A simple base implementation of
DataOutput
which wraps aByteOutput
. - SimpleDataOutput(int) - Constructor for class org.jboss.marshalling.SimpleDataOutput
-
Construct a new instance.
- SimpleDataOutput(int, ByteOutput) - Constructor for class org.jboss.marshalling.SimpleDataOutput
-
Construct a new instance.
- SimpleDataOutput(ByteOutput) - Constructor for class org.jboss.marshalling.SimpleDataOutput
-
Construct a new instance with a default buffer size.
- SINGLETON_LIST - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- SINGLETON_MAP - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- SINGLETON_SET - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- singletonListClass - Static variable in class org.jboss.marshalling.river.Protocol
- singletonMapClass - Static variable in class org.jboss.marshalling.river.Protocol
- singletonSetClass - Static variable in class org.jboss.marshalling.river.Protocol
- size - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap.Table
-
Bits 0-30 are size; bit 31 is 1 if the table is being resized.
- size - Variable in class org.jboss.marshalling.TraceInformation.IndexInfo
- size - Variable in class org.jboss.marshalling.util.IntKeyMap
-
The current number of key-value pairs
- size() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.EntrySet
- size() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.KeySet
- size() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap
- size() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.Values
- size() - Method in class org.jboss.marshalling.util.FlatNavigableSet
- size() - Method in class org.jboss.marshalling.util.IntKeyMap
- sizeUpdater - Static variable in class org.jboss.marshalling.reflect.UnlockedHashMap
- skip(long) - Method in class org.jboss.marshalling.ByteBufferInput
-
Skips over and discards up to
n
bytes of data from this input stream. - skip(long) - Method in interface org.jboss.marshalling.ByteInput
-
Skips over and discards up to
n
bytes of data from this input stream. - skip(long) - Method in class org.jboss.marshalling.ByteInputStream
-
Skips over and discards up to
n
bytes of data from this input stream. - skip(long) - Method in class org.jboss.marshalling.LimitedByteInput
-
Skips over and discards up to
n
bytes of data from this input stream. - skip(long) - Method in class org.jboss.marshalling.MarshallerObjectInput
- skip(long) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
-
Skips over and discards up to
n
bytes of data from this input stream. - skip(long) - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Skips over and discards up to
n
bytes of data from this input stream. - skip(long) - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- skip(long) - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- skip(long) - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- skip(long) - Method in class org.jboss.marshalling.SimpleDataInput
-
Skips over and discards up to
n
bytes of data from this input stream. - skip(long) - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- skipBytes(int) - Method in class org.jboss.marshalling.MarshallerObjectInput
- skipBytes(int) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- skipBytes(int) - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- skipBytes(int) - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- skipBytes(int) - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- skipBytes(int) - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- skipBytes(int) - Method in class org.jboss.marshalling.SimpleDataInput
- skipBytes(int) - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- STACK - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- STACK_TRACE_READER - Static variable in class org.jboss.marshalling.FieldSetter.Holder
- StackTraceReader() - Constructor for class org.jboss.marshalling.FieldSetter.Holder.StackTraceReader
- start() - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- start() - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
- start(ByteInput) - Method in class org.jboss.marshalling.AbstractUnmarshaller
-
Start reading from the given input.
- start(ByteInput) - Method in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectInput
- start(ByteInput) - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Begin unmarshalling from a stream.
- start(ByteInput) - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- start(ByteInput) - Method in class org.jboss.marshalling.river.RiverUnmarshaller
- start(ByteInput) - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- start(ByteInput) - Method in class org.jboss.marshalling.serial.SerialUnmarshaller
- start(ByteInput) - Method in class org.jboss.marshalling.SimpleDataInput
-
Start reading from the given input.
- start(ByteInput) - Method in interface org.jboss.marshalling.Unmarshaller
-
Begin unmarshalling from a stream.
- start(ByteOutput) - Method in class org.jboss.marshalling.AbstractMarshaller
-
Begin writing to a stream.
- start(ByteOutput) - Method in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectOutput
- start(ByteOutput) - Method in interface org.jboss.marshalling.Marshaller
-
Begin marshalling to a stream.
- start(ByteOutput) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
-
Begin marshalling to a stream.
- start(ByteOutput) - Method in class org.jboss.marshalling.river.BlockMarshaller
- start(ByteOutput) - Method in class org.jboss.marshalling.river.RiverMarshaller
- start(ByteOutput) - Method in class org.jboss.marshalling.serial.BlockMarshaller
- start(ByteOutput) - Method in class org.jboss.marshalling.serial.SerialMarshaller
- start(ByteOutput) - Method in class org.jboss.marshalling.SimpleDataOutput
-
Begin writing to a stream.
- state - Variable in class org.jboss.marshalling.river.RiverObjectInputStream
- state - Variable in class org.jboss.marshalling.river.RiverObjectOutputStream
- state - Variable in class org.jboss.marshalling.serial.SerialObjectInputStream
- state - Variable in class org.jboss.marshalling.serial.SerialObjectOutputStream
- State() - Constructor for enum org.jboss.marshalling.serial.SerialObjectInputStream.State
- State() - Constructor for enum org.jboss.marshalling.serial.SerialObjectOutputStream.State
- StaticStreamHeader(byte[]) - Constructor for class org.jboss.marshalling.Marshalling.StaticStreamHeader
- Step() - Constructor for class org.jboss.marshalling.cloner.SerializingCloner.Step
- StepObjectInput(Queue<SerializingCloner.Step>) - Constructor for class org.jboss.marshalling.cloner.SerializingCloner.StepObjectInput
- StepObjectInputStream(Queue<SerializingCloner.Step>, SerializingCloner.ClonerPutField, Object, SerializableClass) - Constructor for class org.jboss.marshalling.cloner.SerializingCloner.StepObjectInputStream
- StepObjectOutput(Queue<SerializingCloner.Step>) - Constructor for class org.jboss.marshalling.cloner.SerializingCloner.StepObjectOutput
- StepObjectOutputStream(Queue<SerializingCloner.Step>, SerializingCloner.ClonerPutField, Object) - Constructor for class org.jboss.marshalling.cloner.SerializingCloner.StepObjectOutputStream
- StepObjectOutputStream(SerializingCloner.StepObjectOutput, Queue<SerializingCloner.Step>, SerializingCloner.ClonerPutField, Object) - Constructor for class org.jboss.marshalling.cloner.SerializingCloner.StepObjectOutputStream
- steps - Variable in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectInput
- steps - Variable in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectOutput
- steps - Variable in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectOutputStream
- storeFields(SerializableClass, Object, SerializingCloner.ClonerPutField) - Method in class org.jboss.marshalling.cloner.SerializingCloner
- streamHeader - Variable in class org.jboss.marshalling.AbstractMarshaller
-
The configured stream header.
- streamHeader - Variable in class org.jboss.marshalling.AbstractUnmarshaller
-
The configured stream header.
- streamHeader - Variable in class org.jboss.marshalling.MarshallingConfiguration
- streamHeader(byte[]) - Static method in class org.jboss.marshalling.Marshalling
-
Create a stream header that uses the given bytes.
- StreamHeader - Interface in org.jboss.marshalling
-
A producer of stream headers.
- STRING_DESCRIPTOR - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- subject - Variable in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectOutputStream
- subject - Variable in class org.jboss.marshalling.reflect.SerializableClass
- subMap(K, boolean, K, boolean) - Method in class org.jboss.marshalling.util.FlatNavigableMap
- subMap(K, K) - Method in class org.jboss.marshalling.util.FlatNavigableMap
- subSet(E, boolean, E, boolean) - Method in class org.jboss.marshalling.util.FlatNavigableSet
- subSet(E, E) - Method in class org.jboss.marshalling.util.FlatNavigableSet
- SunReflectiveCreator - Class in org.jboss.marshalling.reflect
-
Deprecated.This creator is no longer used and will be removed in a future version.
- SunReflectiveCreator() - Constructor for class org.jboss.marshalling.reflect.SunReflectiveCreator
-
Deprecated.
- superClassDescriptor - Variable in class org.jboss.marshalling.river.BasicSerializableClassDescriptor
- superDescriptor - Variable in class org.jboss.marshalling.river.SerializableGapClassDescriptor
- svu - Variable in class org.jboss.marshalling.serial.Serial.ClassInfo
- swapClass(SerializableClass) - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
- swapClass(SerializableClassDescriptor) - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- swapCurrent(Object) - Method in class org.jboss.marshalling.river.RiverObjectInputStream
- swapCurrent(Object) - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
T
- table - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap.EntryIterator
- table - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap.KeyIterator
- table - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap.RowIterator
- table - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap
- table - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap.ValueIterator
- table - Variable in class org.jboss.marshalling.util.IntKeyMap
-
The open-addressed table
- Table(int, float) - Constructor for class org.jboss.marshalling.reflect.UnlockedHashMap.Table
- tableIdx - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap.EntryIterator
- tableIdx - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap.KeyIterator
- tableIdx - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap.ValueIterator
- tableIterator - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap.EntryIterator
- tableIterator - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap.KeyIterator
- tableIterator - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap.ValueIterator
- TableIterator() - Constructor for class org.jboss.marshalling.reflect.UnlockedHashMap.TableIterator
- tableUpdater - Static variable in class org.jboss.marshalling.reflect.UnlockedHashMap
- tailMap(K) - Method in class org.jboss.marshalling.util.FlatNavigableMap
- tailMap(K, boolean) - Method in class org.jboss.marshalling.util.FlatNavigableMap
- tailSet(E) - Method in class org.jboss.marshalling.util.FlatNavigableSet
- tailSet(E, boolean) - Method in class org.jboss.marshalling.util.FlatNavigableSet
- targetClassName - Variable in class org.jboss.marshalling.TraceInformation.ClassInfo
- targetClassName - Variable in class org.jboss.marshalling.TraceInformation.IncompleteObjectInfo
- targetClassName - Variable in class org.jboss.marshalling.TraceInformation.ObjectInfo
- targetHashCode - Variable in class org.jboss.marshalling.TraceInformation.ObjectInfo
- TC_CLASSTABLEDESC - Static variable in interface org.jboss.marshalling.serial.ExtendedObjectStreamConstants
- TC_OBJECTTABLE - Static variable in interface org.jboss.marshalling.serial.ExtendedObjectStreamConstants
- tempEndOfStream() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- threshold - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap.Table
- threshold - Variable in class org.jboss.marshalling.util.IntKeyMap
-
The next resize
- toArray() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.EntrySet
- toArray() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.KeySet
- toArray() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap.Values
- toString() - Method in class org.jboss.marshalling.Marshalling.StaticStreamHeader
- toString() - Method in class org.jboss.marshalling.MarshallingConfiguration
- toString() - Method in class org.jboss.marshalling.Pair
-
Get a string representation of this pair.
- toString() - Method in class org.jboss.marshalling.reflect.SerializableClass
- toString() - Method in class org.jboss.marshalling.river.FutureSerializableClassDescriptor
- toString() - Method in class org.jboss.marshalling.river.SerializableClassDescriptor
- toString() - Method in class org.jboss.marshalling.TraceInformation.Info
- toString() - Method in exception class org.jboss.marshalling.TraceInformation
- toString() - Method in class org.jboss.marshalling.util.FlatNavigableMap.EntryImpl
- toString() - Method in class org.jboss.marshalling.util.IdentityIntMap
-
Get a string summary representation of this map.
- toString() - Method in class org.jboss.marshalling.util.IdentityIntSet
-
Get a string summary representation of this map.
- toString() - Method in class org.jboss.marshalling.util.IntMap
-
Get a string summary representation of this map.
- toString() - Method in class org.jboss.marshalling.util.IntSet
-
Get a string summary representation of this map.
- toString(StringBuilder) - Method in class org.jboss.marshalling.TraceInformation.ClassInfo
- toString(StringBuilder) - Method in class org.jboss.marshalling.TraceInformation.FieldInfo
- toString(StringBuilder) - Method in class org.jboss.marshalling.TraceInformation.IncompleteObjectInfo
- toString(StringBuilder) - Method in class org.jboss.marshalling.TraceInformation.IndexInfo
- toString(StringBuilder) - Method in class org.jboss.marshalling.TraceInformation.Info
- toString(StringBuilder) - Method in class org.jboss.marshalling.TraceInformation.ObjectInfo
- toString(StringBuilder) - Method in class org.jboss.marshalling.TraceInformation.UserInfo
- TraceInformation - Exception Class in org.jboss.marshalling
-
A facility available to marshalling implementations which allows for detailed stack traces which trace the position in the object graph where a marshalling or unmarshalling problem has occurred.
- TraceInformation() - Constructor for exception class org.jboss.marshalling.TraceInformation
- TraceInformation.ClassInfo - Class in org.jboss.marshalling
-
Information about a class which was being (un-)marshalled at the time an exception occurred.
- TraceInformation.FieldInfo - Class in org.jboss.marshalling
-
Information about a field which was being marshalled at the time an exception occurred.
- TraceInformation.IncompleteObjectInfo - Class in org.jboss.marshalling
-
Information about an incomplete object being unmarshalled.
- TraceInformation.IndexInfo - Class in org.jboss.marshalling
-
Information about an index in an array or collection.
- TraceInformation.IndexType - Enum in org.jboss.marshalling
-
The type of index for a multi-valued collection or map.
- TraceInformation.Info - Class in org.jboss.marshalling
-
Information about the circumstances surrounding (un)marshalling.
- TraceInformation.MethodInfo - Class in org.jboss.marshalling
-
Information specific to a method execution.
- TraceInformation.MethodInfo.Type - Enum in org.jboss.marshalling
-
The type of method being executed.
- TraceInformation.ObjectInfo - Class in org.jboss.marshalling
-
Information about an object which was being (un-)marshalled at the time an exception occurred.
- TraceInformation.UserInfo - Class in org.jboss.marshalling
-
User information.
- type - Variable in class org.jboss.marshalling.reflect.SerializableField
- type - Variable in class org.jboss.marshalling.river.BasicSerializableClassDescriptor
- type - Variable in class org.jboss.marshalling.river.FutureSerializableClassDescriptor
- type - Variable in class org.jboss.marshalling.river.SerializableGapClassDescriptor
- type - Variable in class org.jboss.marshalling.river.SimpleClassDescriptor
- type - Variable in class org.jboss.marshalling.serial.Descriptor
- type - Variable in class org.jboss.marshalling.serial.Serial.FieldInfo
- Type() - Constructor for enum org.jboss.marshalling.TraceInformation.MethodInfo.Type
- typeID - Variable in class org.jboss.marshalling.river.BasicSerializableClassDescriptor
- typeID - Variable in class org.jboss.marshalling.river.FutureSerializableClassDescriptor
- typeID - Variable in class org.jboss.marshalling.river.SimpleClassDescriptor
U
- unblock() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
- unblock() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
- UNCLONED - Static variable in class org.jboss.marshalling.cloner.SerializingCloner
- UnknownDescriptor - Class in org.jboss.marshalling.serial
- UnknownDescriptor(Descriptor, SerializableField[], int) - Constructor for class org.jboss.marshalling.serial.UnknownDescriptor
- UnlockedHashMap<K,
V> - Class in org.jboss.marshalling.reflect -
Lock-free concurrent hash map.
- UnlockedHashMap() - Constructor for class org.jboss.marshalling.reflect.UnlockedHashMap
-
Construct a new instance.
- UnlockedHashMap(float) - Constructor for class org.jboss.marshalling.reflect.UnlockedHashMap
-
Construct a new instance.
- UnlockedHashMap(int) - Constructor for class org.jboss.marshalling.reflect.UnlockedHashMap
-
Construct a new instance.
- UnlockedHashMap(int, float) - Constructor for class org.jboss.marshalling.reflect.UnlockedHashMap
-
Construct a new instance.
- UnlockedHashMap.BranchIterator - Class in org.jboss.marshalling.reflect
- UnlockedHashMap.EntryIterator - Class in org.jboss.marshalling.reflect
- UnlockedHashMap.EntrySet - Class in org.jboss.marshalling.reflect
- UnlockedHashMap.Item<K,
V> - Class in org.jboss.marshalling.reflect - UnlockedHashMap.KeyIterator - Class in org.jboss.marshalling.reflect
- UnlockedHashMap.KeySet - Class in org.jboss.marshalling.reflect
- UnlockedHashMap.RowIterator - Class in org.jboss.marshalling.reflect
- UnlockedHashMap.Table<K,
V> - Class in org.jboss.marshalling.reflect - UnlockedHashMap.TableIterator - Class in org.jboss.marshalling.reflect
- UnlockedHashMap.ValueIterator - Class in org.jboss.marshalling.reflect
- UnlockedHashMap.Values - Class in org.jboss.marshalling.reflect
- unmarshaller - Variable in class org.jboss.marshalling.MarshallerObjectInput
- unmarshaller - Variable in class org.jboss.marshalling.river.RiverObjectInputStream
- unmarshaller - Variable in class org.jboss.marshalling.UnmarshallingObjectInputStream
- Unmarshaller - Interface in org.jboss.marshalling
-
An unmarshaller which reads objects from a stream.
- UnmarshallingObjectInputStream - Class in org.jboss.marshalling
-
An object input stream which wraps an
Unmarshaller
, which may be used by legacyObjectInputStream
-based applications that wish to use the marshalling framework. - UnmarshallingObjectInputStream(Unmarshaller, InputStream) - Constructor for class org.jboss.marshalling.UnmarshallingObjectInputStream
-
Construct a new instance which delegates to the given unmarshaller, reading from the given input.
- UnmarshallingObjectInputStream(Unmarshaller, ByteInput) - Constructor for class org.jboss.marshalling.UnmarshallingObjectInputStream
-
Construct a new instance which delegates to the given unmarshaller, reading from the given input.
- UNREAD_FIELDS - Static variable in class org.jboss.marshalling.river.RiverObjectInputStream
- UNREAD_FIELDS_EOB - Static variable in class org.jboss.marshalling.river.RiverObjectInputStream
- UNRESOLVED - Static variable in class org.jboss.marshalling.serial.SerialUnmarshaller
- unroll(Iterator<ClassExternalizerFactory>, int) - Static method in class org.jboss.marshalling.ChainingClassExternalizerFactory
- unroll(Iterator<ObjectResolver>, int) - Static method in class org.jboss.marshalling.ChainingObjectResolver
- unshared - Variable in class org.jboss.marshalling.reflect.SerializableField
- unshared - Variable in class org.jboss.marshalling.util.ObjectFieldPutter
- UNSHARED - Static variable in class org.jboss.marshalling.serial.SerialUnmarshaller
- UNWRITTEN_FIELDS - Static variable in class org.jboss.marshalling.river.RiverObjectOutputStream
- useProtocolVersion(int) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- useProtocolVersion(int) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- UserInfo(TraceInformation.Info, Serializable) - Constructor for class org.jboss.marshalling.TraceInformation.UserInfo
- UTF_BUFS_BYTE_CNT - Static variable in class org.jboss.marshalling.UTFUtils
- UTF_BUFS_CHAR_CNT - Static variable in class org.jboss.marshalling.UTFUtils
- UTFUtils - Class in org.jboss.marshalling
-
Handy utility methods for dealing with strings in the modified UTF-8 format.
- UTFUtils() - Constructor for class org.jboss.marshalling.UTFUtils
- UTFUtils.BytesHolder - Class in org.jboss.marshalling
V
- validation - Variable in class org.jboss.marshalling.river.Validator
- validationMap - Variable in class org.jboss.marshalling.serial.SerialUnmarshaller
- Validator - Class in org.jboss.marshalling.river
- Validator(int, int, ObjectInputValidation) - Constructor for class org.jboss.marshalling.river.Validator
- validators - Variable in class org.jboss.marshalling.river.RiverUnmarshaller
- validatorSeq - Variable in class org.jboss.marshalling.river.RiverUnmarshaller
- value - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap.Item
- value - Variable in class org.jboss.marshalling.util.BooleanFieldPutter
- value - Variable in class org.jboss.marshalling.util.BooleanReadField
- value - Variable in class org.jboss.marshalling.util.ByteFieldPutter
- value - Variable in class org.jboss.marshalling.util.ByteReadField
- value - Variable in class org.jboss.marshalling.util.CharFieldPutter
- value - Variable in class org.jboss.marshalling.util.CharReadField
- value - Variable in class org.jboss.marshalling.util.DoubleFieldPutter
- value - Variable in class org.jboss.marshalling.util.DoubleReadField
- value - Variable in class org.jboss.marshalling.util.FlatNavigableMap.EntryImpl
- value - Variable in class org.jboss.marshalling.util.FloatFieldPutter
- value - Variable in class org.jboss.marshalling.util.FloatReadField
- value - Variable in class org.jboss.marshalling.util.IntFieldPutter
- value - Variable in class org.jboss.marshalling.util.IntKeyMap.Entry
- value - Variable in class org.jboss.marshalling.util.IntReadField
- value - Variable in class org.jboss.marshalling.util.LongFieldPutter
- value - Variable in class org.jboss.marshalling.util.LongReadField
- value - Variable in class org.jboss.marshalling.util.ObjectFieldPutter
- value - Variable in class org.jboss.marshalling.util.ObjectReadField
- value - Variable in class org.jboss.marshalling.util.ShortFieldPutter
- value - Variable in class org.jboss.marshalling.util.ShortReadField
- value() - Element in annotation type org.jboss.marshalling.Externalize
-
Specify the externalizer class to be used by the annotated class.
- ValueIterator() - Constructor for class org.jboss.marshalling.reflect.UnlockedHashMap.ValueIterator
- valueOf(String) - Static method in enum org.jboss.marshalling.serial.Serial.FieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.marshalling.serial.SerialObjectInputStream.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.marshalling.serial.SerialObjectOutputStream.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.marshalling.TraceInformation.IndexType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.marshalling.TraceInformation.MethodInfo.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.marshalling.util.Kind
-
Returns the enum constant of this type with the specified name.
- values - Variable in class org.jboss.marshalling.reflect.UnlockedHashMap
- values - Variable in class org.jboss.marshalling.util.IdentityIntMap
- values - Variable in class org.jboss.marshalling.util.IntMap
- values() - Method in class org.jboss.marshalling.reflect.UnlockedHashMap
- values() - Static method in enum org.jboss.marshalling.serial.Serial.FieldType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.marshalling.serial.SerialObjectInputStream.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.marshalling.serial.SerialObjectOutputStream.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.marshalling.TraceInformation.IndexType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.marshalling.TraceInformation.MethodInfo.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.marshalling.util.Kind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Values() - Constructor for class org.jboss.marshalling.reflect.UnlockedHashMap.Values
- valueUpdater - Static variable in class org.jboss.marshalling.reflect.UnlockedHashMap
- VECTOR - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- version - Variable in class org.jboss.marshalling.MarshallingConfiguration
- version - Variable in class org.jboss.marshalling.river.RiverUnmarshaller
- version - Variable in class org.jboss.marshalling.serial.SerialUnmarshaller
- Version - Class in org.jboss.marshalling
-
The version of the Marshalling API.
- Version() - Constructor for class org.jboss.marshalling.Version
- VERSION - Static variable in class org.jboss.marshalling.Version
-
The version.
- VERSIONS - Static variable in class org.jboss.marshalling.river.RiverProviderDescriptor
- VERSIONS - Static variable in class org.jboss.marshalling.serial.SerialProviderDescriptor
- VOID - Static variable in class org.jboss.marshalling.river.ClassDescriptors
- VOID_OBJ - Static variable in class org.jboss.marshalling.river.ClassDescriptors
W
- write(byte[]) - Method in class org.jboss.marshalling.ByteBufferOutput
-
Write all the bytes from the given array to the stream.
- write(byte[]) - Method in interface org.jboss.marshalling.ByteOutput
-
Write all the bytes from the given array to the stream.
- write(byte[]) - Method in class org.jboss.marshalling.ByteOutputStream
-
Write all the bytes from the given array to the stream.
- write(byte[]) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- write(byte[]) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
-
Write all the bytes from the given array to the stream.
- write(byte[]) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- write(byte[]) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
-
Write all the bytes from the given array to the stream.
- write(byte[]) - Method in class org.jboss.marshalling.river.BlockMarshaller
- write(byte[]) - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
- write(byte[]) - Method in class org.jboss.marshalling.serial.BlockMarshaller
- write(byte[]) - Method in class org.jboss.marshalling.SimpleDataOutput
-
Write all the bytes from the given array to the stream.
- write(byte[], int, int) - Method in class org.jboss.marshalling.ByteBufferOutput
-
Write some of the bytes from the given array to the stream.
- write(byte[], int, int) - Method in interface org.jboss.marshalling.ByteOutput
-
Write some of the bytes from the given array to the stream.
- write(byte[], int, int) - Method in class org.jboss.marshalling.ByteOutputStream
-
Write some of the bytes from the given array to the stream.
- write(byte[], int, int) - Method in class org.jboss.marshalling.LimitedByteOutput
-
Write some of the bytes from the given array to the stream.
- write(byte[], int, int) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- write(byte[], int, int) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
-
Write some of the bytes from the given array to the stream.
- write(byte[], int, int) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- write(byte[], int, int) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
-
Write some of the bytes from the given array to the stream.
- write(byte[], int, int) - Method in class org.jboss.marshalling.OutputStreamByteOutput
-
Writes
len
bytes from the specifiedbyte
array starting at offsetoff
to this output stream. - write(byte[], int, int) - Method in class org.jboss.marshalling.river.BlockMarshaller
- write(byte[], int, int) - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
- write(byte[], int, int) - Method in class org.jboss.marshalling.serial.BlockMarshaller
- write(byte[], int, int) - Method in class org.jboss.marshalling.SimpleDataOutput
-
Write some of the bytes from the given array to the stream.
- write(int) - Method in class org.jboss.marshalling.ByteBufferOutput
-
Writes to the output stream the eight low-order bits of the argument
b
. - write(int) - Method in interface org.jboss.marshalling.ByteOutput
-
Writes to the output stream the eight low-order bits of the argument
b
. - write(int) - Method in class org.jboss.marshalling.ByteOutputStream
-
Writes to the output stream the eight low-order bits of the argument
b
. - write(int) - Method in class org.jboss.marshalling.LimitedByteOutput
-
Writes to the output stream the eight low-order bits of the argument
b
. - write(int) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- write(int) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
-
Writes to the output stream the eight low-order bits of the argument
b
. - write(int) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- write(int) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
-
Writes to the output stream the eight low-order bits of the argument
b
. - write(int) - Method in class org.jboss.marshalling.river.BlockMarshaller
- write(int) - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
- write(int) - Method in class org.jboss.marshalling.serial.BlockMarshaller
- write(int) - Method in class org.jboss.marshalling.SimpleDataOutput
-
Writes to the output stream the eight low-order bits of the argument
b
. - write(ObjectOutput) - Method in class org.jboss.marshalling.cloner.SerializingCloner.ClonerPutField
-
Deprecated.
- write(ObjectOutput) - Method in class org.jboss.marshalling.river.RiverPutField
-
Deprecated.
- write(Marshaller) - Method in class org.jboss.marshalling.river.RiverPutField
- write(Marshaller) - Method in class org.jboss.marshalling.util.BooleanFieldPutter
-
Write the value of this field in its proper native format.
- write(Marshaller) - Method in class org.jboss.marshalling.util.ByteFieldPutter
-
Write the value of this field in its proper native format.
- write(Marshaller) - Method in class org.jboss.marshalling.util.CharFieldPutter
-
Write the value of this field in its proper native format.
- write(Marshaller) - Method in class org.jboss.marshalling.util.DoubleFieldPutter
-
Write the value of this field in its proper native format.
- write(Marshaller) - Method in class org.jboss.marshalling.util.FieldPutter
-
Write the value of this field in its proper native format.
- write(Marshaller) - Method in class org.jboss.marshalling.util.FloatFieldPutter
-
Write the value of this field in its proper native format.
- write(Marshaller) - Method in class org.jboss.marshalling.util.IntFieldPutter
-
Write the value of this field in its proper native format.
- write(Marshaller) - Method in class org.jboss.marshalling.util.LongFieldPutter
-
Write the value of this field in its proper native format.
- write(Marshaller) - Method in class org.jboss.marshalling.util.ObjectFieldPutter
-
Write the value of this field in its proper native format.
- write(Marshaller) - Method in class org.jboss.marshalling.util.ShortFieldPutter
-
Write the value of this field in its proper native format.
- WRITE_OBJECT - Enum constant in enum org.jboss.marshalling.TraceInformation.MethodInfo.Type
- writeBoolean(boolean) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- writeBoolean(boolean) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeBoolean(boolean) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeBoolean(boolean) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- writeBoolean(boolean) - Method in class org.jboss.marshalling.river.BlockMarshaller
- writeBoolean(boolean) - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
- writeBoolean(boolean) - Method in class org.jboss.marshalling.serial.BlockMarshaller
- writeBoolean(boolean) - Method in class org.jboss.marshalling.SimpleDataOutput
- writeBooleanArray(boolean[]) - Method in class org.jboss.marshalling.river.RiverMarshaller
- writeByte(int) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- writeByte(int) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeByte(int) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeByte(int) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- writeByte(int) - Method in class org.jboss.marshalling.river.BlockMarshaller
- writeByte(int) - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
- writeByte(int) - Method in class org.jboss.marshalling.serial.BlockMarshaller
- writeByte(int) - Method in class org.jboss.marshalling.SimpleDataOutput
- writeBytes(String) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- writeBytes(String) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeBytes(String) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeBytes(String) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- writeBytes(String) - Method in class org.jboss.marshalling.river.BlockMarshaller
- writeBytes(String) - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
- writeBytes(String) - Method in class org.jboss.marshalling.serial.BlockMarshaller
- writeBytes(String) - Method in class org.jboss.marshalling.SimpleDataOutput
- writeChar(int) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- writeChar(int) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeChar(int) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeChar(int) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- writeChar(int) - Method in class org.jboss.marshalling.river.BlockMarshaller
- writeChar(int) - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
- writeChar(int) - Method in class org.jboss.marshalling.serial.BlockMarshaller
- writeChar(int) - Method in class org.jboss.marshalling.SimpleDataOutput
- writeChars(String) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- writeChars(String) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeChars(String) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeChars(String) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- writeChars(String) - Method in class org.jboss.marshalling.river.BlockMarshaller
- writeChars(String) - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
- writeChars(String) - Method in class org.jboss.marshalling.serial.BlockMarshaller
- writeChars(String) - Method in class org.jboss.marshalling.SimpleDataOutput
- writeClass(Class<?>) - Method in class org.jboss.marshalling.river.RiverMarshaller
- writeClass(Marshaller, Class<?>) - Method in class org.jboss.marshalling.ByteWriter
- writeClass(Marshaller, Class<?>) - Method in interface org.jboss.marshalling.ClassTable.Writer
-
Write the predefined class reference to the stream.
- writeClass(Marshaller, Class<?>) - Method in class org.jboss.marshalling.ModularClassTable.ClassWriter
- writeClass(Marshaller, Class<?>) - Method in class org.jboss.marshalling.ModularClassTable.ProxyWriter
- writeClassClass(Class<?>) - Method in class org.jboss.marshalling.river.RiverMarshaller
- writeClassDescFor(Class<?>) - Method in class org.jboss.marshalling.serial.SerialMarshaller
- writeClassDescriptor(ObjectStreamClass) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeClassDescriptor(ObjectStreamClass) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeClassTableData(Class<?>, ClassTable.Writer) - Method in class org.jboss.marshalling.river.RiverMarshaller
- writeDouble(double) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- writeDouble(double) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeDouble(double) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeDouble(double) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- writeDouble(double) - Method in class org.jboss.marshalling.river.BlockMarshaller
- writeDouble(double) - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
- writeDouble(double) - Method in class org.jboss.marshalling.serial.BlockMarshaller
- writeDouble(double) - Method in class org.jboss.marshalling.SimpleDataOutput
- writeEndBlock() - Method in class org.jboss.marshalling.river.RiverMarshaller
- writeEnumClass(Class<? extends Enum>) - Method in class org.jboss.marshalling.river.RiverMarshaller
- writeExternal(ObjectOutput) - Method in class org.jboss.marshalling.Pair.Externalizer
- writeExternal(ObjectOutput) - Method in class org.jboss.marshalling.serial.ExternalizedObject
- writeExternal(Object, ObjectOutput) - Method in class org.jboss.marshalling.AbstractExternalizer
-
Write the external representation of an object.
- writeExternal(Object, ObjectOutput) - Method in interface org.jboss.marshalling.Externalizer
-
Write the external representation of an object.
- writeExternal(Object, ObjectOutput) - Method in class org.jboss.marshalling.Pair.Externalizer
-
Write the external representation of an object.
- writeExternalizableClass(Class<?>) - Method in class org.jboss.marshalling.river.RiverMarshaller
- writeExternalizerClass(Class<?>, Externalizer) - Method in class org.jboss.marshalling.river.RiverMarshaller
- writeFields() - Method in class org.jboss.marshalling.cloner.SerializingCloner.StepObjectOutputStream
- writeFields() - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeFields() - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeFields() - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
- writeFields() - Method in class org.jboss.marshalling.serial.SerialObjectOutputStream
- writeFloat(float) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- writeFloat(float) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeFloat(float) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeFloat(float) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- writeFloat(float) - Method in class org.jboss.marshalling.river.BlockMarshaller
- writeFloat(float) - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
- writeFloat(float) - Method in class org.jboss.marshalling.serial.BlockMarshaller
- writeFloat(float) - Method in class org.jboss.marshalling.SimpleDataOutput
- writeHeader(ByteOutput) - Method in class org.jboss.marshalling.Marshalling.StaticStreamHeader
- writeHeader(ByteOutput) - Method in interface org.jboss.marshalling.StreamHeader
-
Write the stream header to the stream.
- writeInt(int) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- writeInt(int) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeInt(int) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeInt(int) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- writeInt(int) - Method in class org.jboss.marshalling.river.BlockMarshaller
- writeInt(int) - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
- writeInt(int) - Method in class org.jboss.marshalling.serial.BlockMarshaller
- writeInt(int) - Method in class org.jboss.marshalling.SimpleDataOutput
- writeKnownClass(Class<?>) - Method in class org.jboss.marshalling.river.RiverMarshaller
- writeLong(long) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- writeLong(long) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeLong(long) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeLong(long) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- writeLong(long) - Method in class org.jboss.marshalling.river.BlockMarshaller
- writeLong(long) - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
- writeLong(long) - Method in class org.jboss.marshalling.serial.BlockMarshaller
- writeLong(long) - Method in class org.jboss.marshalling.SimpleDataOutput
- writeNewClass(Class<?>) - Method in class org.jboss.marshalling.river.RiverMarshaller
- writeNewClassDescFor(Class<?>) - Method in class org.jboss.marshalling.serial.SerialMarshaller
- writeNewEnumClass(Class<? extends Enum>) - Method in class org.jboss.marshalling.river.RiverMarshaller
- writeNewExternalizableClass(Class<?>) - Method in class org.jboss.marshalling.river.RiverMarshaller
- writeNewExternalizerClass(Class<?>, Externalizer) - Method in class org.jboss.marshalling.river.RiverMarshaller
- writeNewPlainClassDesc(Class<?>) - Method in class org.jboss.marshalling.serial.SerialMarshaller
- writeNewProxyClass(Class<?>) - Method in class org.jboss.marshalling.river.RiverMarshaller
- writeNewProxyClassDesc(Class<?>) - Method in class org.jboss.marshalling.serial.SerialMarshaller
- writeNewSerializableClass(Class<?>) - Method in class org.jboss.marshalling.river.RiverMarshaller
- writeNoBlockFlush(byte[], int, int) - Method in class org.jboss.marshalling.serial.SerialMarshaller
- writeObject - Variable in class org.jboss.marshalling.reflect.SerializableClass
- writeObject(ObjectOutputStream) - Method in class org.jboss.marshalling.util.IntKeyMap
- writeObject(Object) - Method in class org.jboss.marshalling.AbstractMarshaller
- writeObject(Object) - Method in class org.jboss.marshalling.AbstractObjectOutput
- writeObject(Object) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- writeObject(Object) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- writeObject(Object) - Method in class org.jboss.marshalling.river.BlockMarshaller
- writeObject(Object) - Method in class org.jboss.marshalling.serial.BlockMarshaller
- writeObject(Marshaller, Object) - Method in class org.jboss.marshalling.ByteWriter
- writeObject(Marshaller, Object) - Method in interface org.jboss.marshalling.ObjectTable.Writer
-
Write the predefined object reference to the stream.
- writeObjectArrayClass(Class<?>) - Method in class org.jboss.marshalling.river.RiverMarshaller
- writeObjectOverride(Object) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeObjectOverride(Object) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeObjectOverride(Object) - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
- writeObjectUnshared(Object) - Method in class org.jboss.marshalling.AbstractMarshaller
- writeObjectUnshared(Object) - Method in class org.jboss.marshalling.AbstractObjectOutput
- writeObjectUnshared(Object) - Method in interface org.jboss.marshalling.Marshaller
-
Write an object to the underlying storage or stream as a new instance.
- writeObjectUnshared(Object) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
-
Write an object to the underlying storage or stream as a new instance.
- writeObjectUnshared(Object) - Method in class org.jboss.marshalling.river.BlockMarshaller
- writeObjectUnshared(Object) - Method in class org.jboss.marshalling.serial.BlockMarshaller
- writePastEnd() - Static method in class org.jboss.marshalling.ByteBufferOutput
- writeProxyClass(Class<?>) - Method in class org.jboss.marshalling.river.RiverMarshaller
- writeReplace - Variable in class org.jboss.marshalling.reflect.SerializableClass
- writeReplace(Object) - Method in class org.jboss.marshalling.ChainingObjectResolver
-
Get a replacement for an object being written to a stream.
- writeReplace(Object) - Method in interface org.jboss.marshalling.ObjectResolver
-
Get a replacement for an object being written to a stream.
- writers - Variable in class org.jboss.marshalling.ChainingClassTable
- writers - Variable in class org.jboss.marshalling.ChainingObjectTable
- writeSerialData(Class<?>, Object) - Method in class org.jboss.marshalling.serial.SerialMarshaller
- writeSerializableClass(Class<?>) - Method in class org.jboss.marshalling.river.RiverMarshaller
- writeShort(int) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- writeShort(int) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeShort(int) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeShort(int) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- writeShort(int) - Method in class org.jboss.marshalling.river.BlockMarshaller
- writeShort(int) - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
- writeShort(int) - Method in class org.jboss.marshalling.serial.BlockMarshaller
- writeShort(int) - Method in class org.jboss.marshalling.SimpleDataOutput
- writeStreamHeader() - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeStreamHeader() - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeString(String) - Method in class org.jboss.marshalling.river.RiverMarshaller
- writeUnshared(Object) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeUnshared(Object) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeUnshared(Object) - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
- writeUTF(String) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- writeUTF(String) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeUTF(String) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeUTF(String) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- writeUTF(String) - Method in class org.jboss.marshalling.river.BlockMarshaller
- writeUTF(String) - Method in class org.jboss.marshalling.river.RiverMarshaller
- writeUTF(String) - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
- writeUTF(String) - Method in class org.jboss.marshalling.serial.BlockMarshaller
- writeUTF(String) - Method in class org.jboss.marshalling.SimpleDataOutput
- writeUTFBytes(ByteOutput, String) - Static method in class org.jboss.marshalling.UTFUtils
-
Write the modified UTF-8 form of the given string to the given output.
- wrongFieldType() - Static method in class org.jboss.marshalling.util.ReadField
- wrongType(ClassCastException, Class<?>, Class<?>) - Static method in class org.jboss.marshalling.AbstractObjectInput
- wrongType(ClassCastException, Class<?>, Class<?>) - Static method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- wrongType(ClassCastException, Class<?>, Class<?>) - Static method in class org.jboss.marshalling.river.BlockUnmarshaller
- wrongType(ClassCastException, Class<?>, Class<?>) - Static method in class org.jboss.marshalling.serial.BlockUnmarshaller
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form