JBoss Marshalling 1.3.0.CR9
A B C D E F G H I K L M N O P R S T U V W

A

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
 
AbstractObjectInput(int) - Constructor for class org.jboss.marshalling.AbstractObjectInput
 
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.
accept(ByteBuffer, boolean) - Method in interface org.jboss.marshalling.NioByteOutput.BufferWriter
Accept a buffer.
acknowledge() - Method in interface org.jboss.marshalling.NioByteInput.InputHandler
Acknowledges the successful processing of an input buffer.
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 class org.jboss.marshalling.TraceInformation
Add information about a field which was being marshalled.
addIncompleteObjectInformation(Throwable, Class<?>) - Static method in class org.jboss.marshalling.TraceInformation
Add information about an incomplete object which was being unmarshalled.
addIncompleteObjectInformation(Throwable, String) - Static method in class org.jboss.marshalling.TraceInformation
Add information about an incomplete object which was being unmarshalled.
addIndexInformation(Throwable, int, int, TraceInformation.IndexType) - Static method in class org.jboss.marshalling.TraceInformation
Add information about an index into a collection which was being (un-)marshalled.
addObjectInformation(Throwable, Object) - Static method in class org.jboss.marshalling.TraceInformation
Add information about an object which was being (un-)marshalled.
addUserInformation(Throwable, Serializable) - Static method in class org.jboss.marshalling.TraceInformation
Add user information about problem with marshalling or unmarshalling.
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(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.ModularClassResolver
Add optional information about a class to a stream.
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(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.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.
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.NioByteInput
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.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

BooleanFieldPutter - Class in org.jboss.marshalling.util
 
BooleanFieldPutter() - Constructor for class org.jboss.marshalling.util.BooleanFieldPutter
 
BooleanReadField - Class in org.jboss.marshalling.util
 
BooleanReadField(SerializableField, boolean) - Constructor for class org.jboss.marshalling.util.BooleanReadField
 
BooleanReadField(SerializableField) - Constructor for class org.jboss.marshalling.util.BooleanReadField
 
buffer - Variable in class org.jboss.marshalling.SimpleDataInput
 
buffer - Variable in class org.jboss.marshalling.SimpleDataOutput
 
bufferSize - Variable in class org.jboss.marshalling.SimpleDataOutput
 
ByteBufferInput - Class in org.jboss.marshalling
An InputStream which implements ByteInput and reads bytes from a ByteBuffer.
ByteBufferInput(ByteBuffer) - Constructor for class org.jboss.marshalling.ByteBufferInput
Construct a new instance.
ByteBufferOutput - Class in org.jboss.marshalling
An OutputStream implementing ByteOutput which writes to a ByteBuffer.
ByteBufferOutput(ByteBuffer) - Constructor for class org.jboss.marshalling.ByteBufferOutput
Create a new instance.
ByteFieldPutter - Class in org.jboss.marshalling.util
 
ByteFieldPutter() - Constructor for class org.jboss.marshalling.util.ByteFieldPutter
 
ByteInput - Interface in org.jboss.marshalling
An input stream of bytes.
byteInput - Variable in class org.jboss.marshalling.ByteInputStream
 
ByteInputStream - Class in org.jboss.marshalling
An InputStream which implements ByteInput and reads bytes from another ByteInput.
ByteInputStream(ByteInput) - Constructor for class org.jboss.marshalling.ByteInputStream
Create a new instance.
ByteOutput - Interface in org.jboss.marshalling
An output stream of bytes.
byteOutput - Variable in class org.jboss.marshalling.ByteOutputStream
 
ByteOutputStream - Class in org.jboss.marshalling
An OutputStream which implements ByteOutput and writes bytes to another ByteOutput.
ByteOutputStream(ByteOutput) - Constructor for class org.jboss.marshalling.ByteOutputStream
Construct a new instance.
BytePipe - Class in org.jboss.marshalling
A paired ByteInput and ByteOutput.
BytePipe() - Constructor for class org.jboss.marshalling.BytePipe
Construct a new instance.
ByteReadField - Class in org.jboss.marshalling.util
 
ByteReadField(SerializableField, byte) - Constructor for class org.jboss.marshalling.util.ByteReadField
 
ByteReadField(SerializableField) - Constructor for class org.jboss.marshalling.util.ByteReadField
 

C

callNoArgConstructor() - Method in class org.jboss.marshalling.reflect.SerializableClass
Invoke the public no-arg 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.
ChainingClassExternalizerFactory - Class in org.jboss.marshalling
A class externalizer factory that tries each delegate externalizer factory in sequence, returning the first match.
ChainingClassExternalizerFactory(Collection<ClassExternalizerFactory>) - Constructor for class org.jboss.marshalling.ChainingClassExternalizerFactory
Construct a new instance.
ChainingClassExternalizerFactory(Iterable<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(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(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.
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.
CharFieldPutter - Class in org.jboss.marshalling.util
 
CharFieldPutter() - Constructor for class org.jboss.marshalling.util.CharFieldPutter
 
CharReadField - Class in org.jboss.marshalling.util
 
CharReadField(SerializableField, char) - Constructor for class org.jboss.marshalling.util.CharReadField
 
CharReadField(SerializableField) - Constructor for class org.jboss.marshalling.util.CharReadField
 
ClassCloner - Interface in org.jboss.marshalling.cloner
A cloner for class types.
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 - Interface in org.jboss.marshalling
A factory for locating custom externalizers.
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
 
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 - Interface in org.jboss.marshalling
A class annotator and resolver.
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 - 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.
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 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 interface org.jboss.marshalling.Unmarshaller
Discard the class cache.
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 interface org.jboss.marshalling.Unmarshaller
Discard the instance cache.
clone(Class<?>) - Method in interface org.jboss.marshalling.cloner.ClassCloner
 
clone(Class<?>) - Method in class org.jboss.marshalling.cloner.ClassLoaderClassCloner
 
clone() - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
 
clone(Object, ObjectCloner, ClassCloner) - Method in interface org.jboss.marshalling.cloner.CloneTable
Attempt to clone the given object.
clone(Object) - Method in interface org.jboss.marshalling.cloner.ObjectCloner
Create a deep clone of the given object.
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.
cloneProxy(Class<?>) - Method in interface org.jboss.marshalling.cloner.ClassCloner
 
cloneProxy(Class<?>) - Method in class org.jboss.marshalling.cloner.ClassLoaderClassCloner
 
ClonerConfiguration - Class in org.jboss.marshalling.cloner
 
ClonerConfiguration() - Constructor for 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.NioByteInput
close() - Method in interface org.jboss.marshalling.NioByteInput.InputHandler
Signifies that the user of the enclosing NioByteInput has called the close() method explicitly.
close() - Method in class org.jboss.marshalling.NioByteOutput
close() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
close() - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
close() - Method in class org.jboss.marshalling.SimpleDataInput
 
close() - Method in class org.jboss.marshalling.SimpleDataOutput
close() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
 
compareTo(ReadField) - Method in class org.jboss.marshalling.util.ReadField
 
configuredVersion - Variable in class org.jboss.marshalling.AbstractMarshaller
The configured version to write.
configuredVersion - Variable in class org.jboss.marshalling.AbstractUnmarshaller
The configured version.
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
 
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.
create(Class<T>) - Method in interface org.jboss.marshalling.Creator
Create an object instance.
create(A, B) - Static method in class org.jboss.marshalling.Pair
Create a new instance.
create(Class<T>) - Method in class org.jboss.marshalling.reflect.PublicReflectiveCreator
Create an object instance.
create(Class<T>) - Method in class org.jboss.marshalling.reflect.ReflectiveCreator
Create an object instance.
createByteInput(ByteBuffer) - Static method in class org.jboss.marshalling.Marshalling
Create a ByteInput wrapper for a ByteBuffer.
createByteInput(InputStream) - Static method in class org.jboss.marshalling.Marshalling
Create a ByteInput wrapper for an InputStream.
createByteOutput(ByteBuffer) - Static method in class org.jboss.marshalling.Marshalling
Create a ByteOutput wrapper for a ByteBuffer.
createByteOutput(OutputStream) - Static method in class org.jboss.marshalling.Marshalling
Create a ByteOutput wrapper for an OutputStream.
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 a ByteInput.
createMarshaller(MarshallingConfiguration) - Method in interface org.jboss.marshalling.MarshallerFactory
Create a marshaller from this configuration.
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.
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 a ByteOutput.
createUnmarshaller(MarshallingConfiguration) - Method in interface org.jboss.marshalling.MarshallerFactory
Create an unmarshaller from this configuration.
Creator - Interface in org.jboss.marshalling
An instance creator.

D

DEFAULT - Static variable in interface org.jboss.marshalling.SerializabilityChecker
The default serializability checker.
defaultReadObject() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
defaultReadObject() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
May not be invoked in this context.
defaultWriteObject() - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
defaultWriteObject() - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
doReadObject(boolean) - Method in class org.jboss.marshalling.AbstractObjectInput
Implementation of the actual object-reading method.
DoubleFieldPutter - Class in org.jboss.marshalling.util
 
DoubleFieldPutter() - Constructor for class org.jboss.marshalling.util.DoubleFieldPutter
 
DoubleReadField - Class in org.jboss.marshalling.util
 
DoubleReadField(SerializableField, double) - Constructor for class org.jboss.marshalling.util.DoubleReadField
 
DoubleReadField(SerializableField) - Constructor for class org.jboss.marshalling.util.DoubleReadField
 
doWriteObject(Object, boolean) - Method in class org.jboss.marshalling.AbstractObjectOutput
Implementation of the actual object-writing method.
drain() - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
drain() - Method in class org.jboss.marshalling.MarshallingObjectOutputStream

E

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
enforceSerialVersionUid - Variable in class org.jboss.marshalling.AbstractClassResolver
Specifies whether an exception should be thrown on an incorrect serialVersionUID.
equals(Object) - Method in class org.jboss.marshalling.Pair
Determine if this pair equals another.
equals(Pair<?, ?>) - Method in class org.jboss.marshalling.Pair
Determine if this pair equals another.
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 - Interface in org.jboss.marshalling
A listener for exceptions which occur during marshalling or unmarshalling.
Externalize - Annotation Type in org.jboss.marshalling
Indicate that this class should be externalized by an instance of the given externalizer class.
Externalizer - Interface in org.jboss.marshalling
A replacement serializer for an object class.
externalizerCreator - Variable in class org.jboss.marshalling.AbstractMarshaller
The configured externalized object creator.
externalizerCreator - Variable in class org.jboss.marshalling.AbstractUnmarshaller
The configured serialized object creator.

F

FieldPutter - Class in org.jboss.marshalling.util
 
FieldPutter() - Constructor for class org.jboss.marshalling.util.FieldPutter
 
FieldSetter - Class in org.jboss.marshalling
A setter for a (possibly final) field, which allows for correct object initialization of Serializable objects with readObject() methods, even in the presence of final fields.
fillInStackTrace() - Method in class org.jboss.marshalling.TraceInformation
 
finish() - Method in class org.jboss.marshalling.AbstractMarshaller
Finish writing to a stream.
finish() - Method in class org.jboss.marshalling.AbstractUnmarshaller
Finish unmarshalling from a stream.
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.SimpleDataInput
 
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.
FloatFieldPutter - Class in org.jboss.marshalling.util
 
FloatFieldPutter() - Constructor for class org.jboss.marshalling.util.FloatFieldPutter
 
FloatReadField - Class in org.jboss.marshalling.util
 
FloatReadField(SerializableField, float) - Constructor for class org.jboss.marshalling.util.FloatReadField
 
FloatReadField(SerializableField) - Constructor for class org.jboss.marshalling.util.FloatReadField
 
flush() - Method in class org.jboss.marshalling.ByteBufferOutput
flush() - Method in class org.jboss.marshalling.ByteOutputStream
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 interface org.jboss.marshalling.NioByteOutput.BufferWriter
Flushes this stream by writing any buffered output to the underlying stream.
flush() - Method in class org.jboss.marshalling.NioByteOutput
flush() - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
flush() - Method in class org.jboss.marshalling.SimpleDataOutput

G

get(Class<?>, String) - Static method in class org.jboss.marshalling.FieldSetter
Get an instance for the current class.
get(T, int) - Method in class org.jboss.marshalling.util.IdentityIntMap
Get a value from the map.
get(int) - Method in class org.jboss.marshalling.util.IntKeyMap
 
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.
getB() - Method in class org.jboss.marshalling.Pair
Get the second value.
getBoolean() - Method in class org.jboss.marshalling.util.BooleanFieldPutter
 
getBoolean() - Method in class org.jboss.marshalling.util.BooleanReadField
 
getBoolean() - Method in class org.jboss.marshalling.util.FieldPutter
 
getBoolean() - Method in class org.jboss.marshalling.util.ReadField
 
getBuffer() - Method in interface org.jboss.marshalling.NioByteOutput.BufferWriter
Get a new buffer to be filled.
getBufferSize() - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
 
getBufferSize() - Method in class org.jboss.marshalling.MarshallingConfiguration
Get the configured buffer size.
getByte() - Method in class org.jboss.marshalling.util.ByteFieldPutter
 
getByte() - Method in class org.jboss.marshalling.util.ByteReadField
 
getByte() - Method in class org.jboss.marshalling.util.FieldPutter
 
getByte() - Method in class org.jboss.marshalling.util.ReadField
 
getCachedConstructor(Class<T>) - Method in class org.jboss.marshalling.reflect.ReflectiveCreator
Get a cached constructor for the class.
getCause() - Method in class org.jboss.marshalling.TraceInformation.Info
 
getChar() - Method in class org.jboss.marshalling.util.CharFieldPutter
 
getChar() - Method in class org.jboss.marshalling.util.CharReadField
 
getChar() - Method in class org.jboss.marshalling.util.FieldPutter
 
getChar() - Method in class org.jboss.marshalling.util.ReadField
 
getClassCloner() - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
 
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.
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
 
getCreator() - Method in class org.jboss.marshalling.MarshallingConfiguration
Deprecated. Use MarshallingConfiguration.getExternalizerCreator() or MarshallingConfiguration.getSerializedCreator() instead.
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.
getDefaultExternalizedCreator() - Method in class org.jboss.marshalling.AbstractMarshallerFactory
Get the default externalizable object creator, 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.
getDefaultSerializedCreator() - Method in class org.jboss.marshalling.AbstractMarshallerFactory
Get the default serializable object creator, 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.
getDefaultVersion() - Method in class org.jboss.marshalling.AbstractMarshallerFactory
Get the default version, which is used if none was configured.
getDouble() - Method in class org.jboss.marshalling.util.DoubleFieldPutter
 
getDouble() - Method in class org.jboss.marshalling.util.DoubleReadField
 
getDouble() - Method in class org.jboss.marshalling.util.FieldPutter
 
getDouble() - Method in class org.jboss.marshalling.util.ReadField
 
getEffectiveSerialVersionUID() - Method in class org.jboss.marshalling.reflect.SerializableClass
Get the effective serial version UID of this class.
getExceptionListener() - Method in class org.jboss.marshalling.MarshallingConfiguration
Get the exception listener to use.
getExternalizedCreator() - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
 
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
Get the creator to use for externalized objects.
getField() - Method in class org.jboss.marshalling.reflect.SerializableField
Get the reflection Field for this serializable field.
getFields() - Method in class org.jboss.marshalling.reflect.SerializableClass
Get the serializable fields of this class.
getFloat() - Method in class org.jboss.marshalling.util.FieldPutter
 
getFloat() - Method in class org.jboss.marshalling.util.FloatFieldPutter
 
getFloat() - Method in class org.jboss.marshalling.util.FloatReadField
 
getFloat() - Method in class org.jboss.marshalling.util.ReadField
 
getInput() - Method in class org.jboss.marshalling.BytePipe
Get the input side of this pipe.
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.
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.
getInstanceCount() - Method in class org.jboss.marshalling.MarshallingConfiguration
Get the estimated instance count for this configuration.
getInt() - Method in class org.jboss.marshalling.util.FieldPutter
 
getInt() - Method in class org.jboss.marshalling.util.IntFieldPutter
 
getInt() - Method in class org.jboss.marshalling.util.IntReadField
 
getInt() - Method in class org.jboss.marshalling.util.ReadField
 
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
 
getKind() - Method in class org.jboss.marshalling.util.BooleanReadField
 
getKind() - Method in class org.jboss.marshalling.util.ByteFieldPutter
 
getKind() - Method in class org.jboss.marshalling.util.ByteReadField
 
getKind() - Method in class org.jboss.marshalling.util.CharFieldPutter
 
getKind() - Method in class org.jboss.marshalling.util.CharReadField
 
getKind() - Method in class org.jboss.marshalling.util.DoubleFieldPutter
 
getKind() - Method in class org.jboss.marshalling.util.DoubleReadField
 
getKind() - Method in class org.jboss.marshalling.util.FieldPutter
 
getKind() - Method in class org.jboss.marshalling.util.FloatFieldPutter
 
getKind() - Method in class org.jboss.marshalling.util.FloatReadField
 
getKind() - Method in class org.jboss.marshalling.util.IntFieldPutter
 
getKind() - Method in class org.jboss.marshalling.util.IntReadField
 
getKind() - Method in class org.jboss.marshalling.util.LongFieldPutter
 
getKind() - Method in class org.jboss.marshalling.util.LongReadField
 
getKind() - Method in class org.jboss.marshalling.util.ObjectFieldPutter
 
getKind() - Method in class org.jboss.marshalling.util.ObjectReadField
 
getKind() - Method in class org.jboss.marshalling.util.ReadField
 
getKind() - Method in class org.jboss.marshalling.util.ShortFieldPutter
 
getKind() - Method in class org.jboss.marshalling.util.ShortReadField
 
getLong() - Method in class org.jboss.marshalling.util.FieldPutter
 
getLong() - Method in class org.jboss.marshalling.util.LongFieldPutter
 
getLong() - Method in class org.jboss.marshalling.util.LongReadField
 
getLong() - Method in class org.jboss.marshalling.util.ReadField
 
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(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.
getMarshallerFactory() - Method in interface org.jboss.marshalling.ProviderDescriptor
Get the marshaller factory instance for this provider.
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.util.ReadField
 
getNewConstructor(Class<T>) - Method in class org.jboss.marshalling.reflect.ReflectiveCreator
Get the constructor to use for a class.
getNewConstructor(Class<T>) - Method in class org.jboss.marshalling.reflect.SunReflectiveCreator
Get the constructor to use for a class.
getObject() - Method in class org.jboss.marshalling.util.FieldPutter
 
getObject() - Method in class org.jboss.marshalling.util.ObjectFieldPutter
 
getObject() - Method in class org.jboss.marshalling.util.ObjectReadField
 
getObject() - Method in class org.jboss.marshalling.util.ReadField
 
getObjectResolver() - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
 
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.
getOutput() - Method in class org.jboss.marshalling.BytePipe
Get the output side of this pipe.
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.
getSerializabilityChecker() - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
 
getSerializabilityChecker() - Method in class org.jboss.marshalling.MarshallingConfiguration
Get the serializability checker.
getSerializableField(String, Class<?>, boolean) - Method in class org.jboss.marshalling.reflect.SerializableClass
Create a synthetic field for this object class.
getSerializedCreator() - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
 
getSerializedCreator() - Method in class org.jboss.marshalling.MarshallingConfiguration
Get the creator to use for serialized objects.
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
 
getShort() - Method in class org.jboss.marshalling.util.ReadField
 
getShort() - Method in class org.jboss.marshalling.util.ShortFieldPutter
 
getShort() - Method in class org.jboss.marshalling.util.ShortReadField
 
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.
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.
getSupportedVersions() - Method in interface org.jboss.marshalling.ProviderDescriptor
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.
getValue() - Method in class org.jboss.marshalling.util.IntKeyMap.Entry
 
getVersion() - Method in class org.jboss.marshalling.MarshallingConfiguration
Get the version to use, for protocols with multiple versions.

H

handleMarshallingException(Throwable, Object) - Method in interface org.jboss.marshalling.ExceptionListener
Handle a problem marshalling the given object.
handleUnmarshallingException(Throwable, Class<?>) - Method in interface org.jboss.marshalling.ExceptionListener
Handle a problem unmarshalling an object of the given class.
handleUnmarshallingException(Throwable) - Method in interface org.jboss.marshalling.ExceptionListener
Handle a problem unmarshalling an object whose class cannot be determined.
hashCode() - Method in class org.jboss.marshalling.Pair
Return the combined hash code of the two argument objects.
hasNoArgConstructor() - Method in class org.jboss.marshalling.reflect.SerializableClass
Determine whether this class has a public no-arg 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.

I

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 ints.
IdentityIntMap(int, float) - Constructor for class org.jboss.marshalling.util.IdentityIntMap
Construct a new instance with the given initial capacity and load factor.
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() - 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.
IdentityIntSet<T> - Class in org.jboss.marshalling.util
An efficient identity object set.
IdentityIntSet(int, float) - Constructor for class org.jboss.marshalling.util.IdentityIntSet
Construct a new instance with the given initial capacity and load factor.
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() - 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.
InputStreamByteInput - Class in org.jboss.marshalling
An InputStream implementing ByteInput which reads input from another InputStream.
InputStreamByteInput(InputStream) - Constructor for class org.jboss.marshalling.InputStreamByteInput
Construct a new instance.
IntFieldPutter - Class in org.jboss.marshalling.util
 
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(int, float) - Constructor for class org.jboss.marshalling.util.IntKeyMap
 
IntKeyMap(IntKeyMap<? extends V>) - Constructor for class org.jboss.marshalling.util.IntKeyMap
 
IntKeyMap(int) - Constructor for class org.jboss.marshalling.util.IntKeyMap
 
IntKeyMap() - 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 ints.
IntMap(int, float) - Constructor for class org.jboss.marshalling.util.IntMap
Construct a new instance with the given initial capacity and load factor.
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() - 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.
IntReadField - Class in org.jboss.marshalling.util
 
IntReadField(SerializableField, int) - Constructor for class org.jboss.marshalling.util.IntReadField
 
IntReadField(SerializableField) - Constructor for class org.jboss.marshalling.util.IntReadField
 
IntSet<T> - Class in org.jboss.marshalling.util
An efficient object set.
IntSet(int, float) - Constructor for class org.jboss.marshalling.util.IntSet
Construct a new instance with the given initial capacity and load factor.
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() - 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.
isDefaulted() - Method in class org.jboss.marshalling.util.ReadField
 
isEmpty() - Method in class org.jboss.marshalling.util.IntKeyMap
 
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".
iterator() - Method in class org.jboss.marshalling.util.IntKeyMap
Iterate over the entries.

K

Kind - Enum in org.jboss.marshalling.util
 

L

limit - Variable in class org.jboss.marshalling.SimpleDataInput
 
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.
LongFieldPutter - Class in org.jboss.marshalling.util
 
LongFieldPutter() - Constructor for class org.jboss.marshalling.util.LongFieldPutter
 
LongReadField - Class in org.jboss.marshalling.util
 
LongReadField(SerializableField, long) - Constructor for class org.jboss.marshalling.util.LongReadField
 
LongReadField(SerializableField) - Constructor for class org.jboss.marshalling.util.LongReadField
 
lookup(Class<?>) - Method in class org.jboss.marshalling.reflect.SerializableClassRegistry
Look up serialization information for a class.

M

main(String[]) - Static method in class org.jboss.marshalling.Version
Print the version to System.out.
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 - Interface in org.jboss.marshalling
An object marshaller for writing objects to byte streams.
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.
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 legacy ObjectOutputStream-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.
ModularClassResolver - Class in org.jboss.marshalling
A class table which implements an alternate class resolution strategy based on JBoss Modules.
ModularClassTable - Class in org.jboss.marshalling
A class table which implements an alternate class resolution strategy based on JBoss Modules.

N

NioByteInput - Class in org.jboss.marshalling
A ByteInput implementation which is populated asynchronously with ByteBuffer instances.
NioByteInput(NioByteInput.InputHandler) - Constructor for class org.jboss.marshalling.NioByteInput
Construct a new instance.
NioByteInput.BufferReturn - Interface in org.jboss.marshalling
A handler for returning buffers which are have been exhausted.
NioByteInput.InputHandler - Interface in org.jboss.marshalling
A handler for events relating to the consumption of data from a NioByteInput instance.
NioByteOutput - Class in org.jboss.marshalling
A ByteOutput implementation which writes out ByteBuffers to a consumer.
NioByteOutput(NioByteOutput.BufferWriter) - Constructor for class org.jboss.marshalling.NioByteOutput
Construct a new instance.
NioByteOutput.BufferWriter - Interface in org.jboss.marshalling
A buffer writer for an NioByteOutput.
NO_OP - Static variable in interface org.jboss.marshalling.ExceptionListener
An exception listener which does nothing.
NOFIELDS - Static variable in class org.jboss.marshalling.reflect.SerializableClass
 
NULL - Static variable in interface org.jboss.marshalling.cloner.CloneTable
A null clone table.
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

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.
ObjectClonerSource - Interface in org.jboss.marshalling.cloner
A source for object cloners.
ObjectFieldPutter - Class in org.jboss.marshalling.util
 
ObjectFieldPutter(boolean) - Constructor for class org.jboss.marshalling.util.ObjectFieldPutter
 
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.
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.
ObjectReadField - Class in org.jboss.marshalling.util
 
ObjectReadField(SerializableField, Object) - Constructor for class org.jboss.marshalling.util.ObjectReadField
 
ObjectReadField(SerializableField) - Constructor for class org.jboss.marshalling.util.ObjectReadField
 
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 - Interface in org.jboss.marshalling
Resolver for substituting objects in a stream.
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 - 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.
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.util - package org.jboss.marshalling.util
 
OutputStreamByteOutput - Class in org.jboss.marshalling
An OutputStream which implements ByteInput and reads data from another OutputStream.
OutputStreamByteOutput(OutputStream) - Constructor for class org.jboss.marshalling.OutputStreamByteOutput
Construct a new instance.

P

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.Externalizer - Class in org.jboss.marshalling
An externalizer for Pair instances.
Pair.Externalizer() - Constructor for class org.jboss.marshalling.Pair.Externalizer
 
position - Variable in class org.jboss.marshalling.SimpleDataInput
 
printDebugStats() - Method in class org.jboss.marshalling.util.IntKeyMap
 
ProviderDescriptor - Interface in org.jboss.marshalling
A provider descriptor for automatically-discovered marshalling factory types.
PublicReflectiveCreator - Class in org.jboss.marshalling.reflect
A creator that simply uses reflection to locate and invoke a public, zero-argument constructor.
PublicReflectiveCreator() - Constructor for class org.jboss.marshalling.reflect.PublicReflectiveCreator
 
push(ByteBuffer) - Method in class org.jboss.marshalling.NioByteInput
Push a buffer into the queue.
push(ByteBuffer, NioByteInput.BufferReturn) - Method in class org.jboss.marshalling.NioByteInput
Push a buffer into the queue.
pushEof() - Method in class org.jboss.marshalling.NioByteInput
Push the EOF condition into the queue.
pushException(IOException) - Method in class org.jboss.marshalling.NioByteInput
Push an exception condition into the queue.
put(T, int) - Method in class org.jboss.marshalling.util.IdentityIntMap
Put a value into the map.
put(int, V) - Method in class org.jboss.marshalling.util.IntKeyMap
 
put(T, int) - Method in class org.jboss.marshalling.util.IntMap
Put a value into the map.
putFields() - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
putFields() - Method in class org.jboss.marshalling.MarshallingObjectOutputStream

R

read() - Method in class org.jboss.marshalling.ByteBufferInput
Reads the next byte of data from the input stream.
read(byte[]) - Method in class org.jboss.marshalling.ByteBufferInput
Read some bytes from the input stream into the given array.
read(byte[], int, int) - Method in class org.jboss.marshalling.ByteBufferInput
Read some bytes from the input stream into the given array.
read() - Method in interface org.jboss.marshalling.ByteInput
Reads the next byte of data from the input stream.
read(byte[]) - Method in interface org.jboss.marshalling.ByteInput
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() - Method in class org.jboss.marshalling.ByteInputStream
Reads the next byte of data from the input stream.
read(byte[]) - 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.ByteInputStream
Read some bytes from the input stream into the given array.
read() - Method in class org.jboss.marshalling.LimitedByteInput
Reads the next byte of data from the input stream.
read(byte[], int, int) - Method in class org.jboss.marshalling.LimitedByteInput
Read some bytes from the input stream into the given array.
read() - Method in class org.jboss.marshalling.MarshallerObjectInput
read(byte[]) - Method in class org.jboss.marshalling.MarshallerObjectInput
read(byte[], int, int) - 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(byte[]) - 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.MarshallerObjectInputStream
Read some bytes from the input stream into the given array.
read() - Method in class org.jboss.marshalling.NioByteInput
Reads the next byte of data from the input stream.
read(byte[], int, int) - Method in class org.jboss.marshalling.NioByteInput
Read some bytes from the input stream into the given array.
read() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
Reads the next byte of data from the input stream.
read(byte[], int, int) - 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.ObjectInputStreamUnmarshaller
Read some bytes from the input stream into the given array.
read() - Method in class org.jboss.marshalling.SimpleDataInput
Reads the next byte of data from the input stream.
read(byte[]) - 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.SimpleDataInput
Read some bytes from the input stream into the given array.
read() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
 
read(byte[]) - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
 
read(byte[], int, int) - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
 
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.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.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.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
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.SimpleDataInput
readDouble() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
 
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.
readExternal(ObjectInput) - Method in class org.jboss.marshalling.Pair.Externalizer
ReadField - Class in org.jboss.marshalling.util
 
ReadField(String, boolean) - Constructor for class org.jboss.marshalling.util.ReadField
 
readFields() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
readFields() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
May not be invoked in this context.
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.SimpleDataInput
readFloat() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
 
readFully(byte[]) - Method in class org.jboss.marshalling.MarshallerObjectInput
readFully(byte[], int, int) - Method in class org.jboss.marshalling.MarshallerObjectInput
readFully(byte[]) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
readFully(byte[], int, int) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
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.
readFully(byte[]) - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
readFully(byte[], int, int) - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
readFully(byte[]) - Method in class org.jboss.marshalling.SimpleDataInput
readFully(byte[], int, int) - 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.UnmarshallingObjectInputStream
 
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.SimpleDataInput
readInt() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
 
readIntDirect() - Method in class org.jboss.marshalling.SimpleDataInput
 
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.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.SimpleDataInput
 
readLong() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
 
readLongDirect() - Method in class org.jboss.marshalling.SimpleDataInput
readObject() - Method in class org.jboss.marshalling.AbstractObjectInput
readObject(Class<T>) - Method in class org.jboss.marshalling.AbstractObjectInput
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() - Method in class org.jboss.marshalling.MarshallerObjectInput
readObject() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
readObject(Class<T>) - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
Read and return an object, cast to a specific type.
readObject(Unmarshaller) - Method in interface org.jboss.marshalling.ObjectTable
Read an instance from the stream.
readObject(Class<T>) - Method in interface org.jboss.marshalling.Unmarshaller
Read and return an object, cast to a specific type.
readObjectOverride() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
readObjectOverride() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
 
readObjectUnshared() - Method in class org.jboss.marshalling.AbstractObjectInput
Read and return an unshared object.
readObjectUnshared(Class<T>) - Method in class org.jboss.marshalling.AbstractObjectInput
Read and return an unshared object, cast to a specific type.
readObjectUnshared() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
Read and return an unshared object.
readObjectUnshared(Class<T>) - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
Read and return an unshared object, cast to a specific type.
readObjectUnshared() - Method in interface org.jboss.marshalling.Unmarshaller
Read and return an unshared object.
readObjectUnshared(Class<T>) - Method in interface org.jboss.marshalling.Unmarshaller
Read and return an unshared object, cast to a specific type.
readObjectUnshared() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
 
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.
readResolve() - Method in class org.jboss.marshalling.Pair.Externalizer
Resolve the object to the single externalizer instance.
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.SimpleDataInput
readShort() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
 
readStreamHeader() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
readStreamHeader() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
readUnshared() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
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.SimpleDataInput
readUnsignedByte() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
 
readUnsignedByteDirect() - Method in class org.jboss.marshalling.SimpleDataInput
 
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.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.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.
readUTFZBytes(ByteInput) - Static method in class org.jboss.marshalling.UTFUtils
Read a null-terminated modified UTF-8 string from the given byte input.
ReflectiveCreator - Class in org.jboss.marshalling.reflect
A creator that simply uses reflection to locate and invoke a zero-argument constructor.
ReflectiveCreator() - Constructor for class org.jboss.marshalling.reflect.ReflectiveCreator
 
registerValidation(ObjectInputValidation, int) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
registerValidation(ObjectInputValidation, int) - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
May not be invoked in this context.
remove(int) - Method in class org.jboss.marshalling.util.IntKeyMap
 
replaceObject(Object) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
replaceObject(Object) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
reset() - Method in interface org.jboss.marshalling.cloner.ObjectCloner
Clear the cloner state and any caches.
reset() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
reset() - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
reset() - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
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(ObjectStreamClass) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
resolveClass(Unmarshaller, String, long) - Method in class org.jboss.marshalling.ModularClassResolver
Load the local class for a class descriptor.
resolveClass(ObjectStreamClass) - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
resolveObject(Object) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
resolveObject(Object) - 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(String[]) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
resolveProxyClass(Unmarshaller, String[]) - Method in class org.jboss.marshalling.ModularClassResolver
Load a proxy class that implements the given interfaces.
resolveProxyClass(String[]) - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
returnBuffer(ByteBuffer) - Method in interface org.jboss.marshalling.NioByteInput.BufferReturn
Accept a returned buffer.

S

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 - Interface in org.jboss.marshalling
A checker to determine whether an object class should be treated as serializable.
SerializableClass - Class in org.jboss.marshalling.reflect
Reflection information about a serializable class.
SerializableClassRegistry - Class in org.jboss.marshalling.reflect
A registry for reflection information usable by serialization implementations.
SerializableField - Class in org.jboss.marshalling.reflect
Reflection information about a field on a serializable class.
serializedCreator - Variable in class org.jboss.marshalling.AbstractMarshaller
The configured serialized object creator.
serializedCreator - Variable in class org.jboss.marshalling.AbstractUnmarshaller
The configured serialized object creator.
set(Object, Object) - Method in class org.jboss.marshalling.FieldSetter
Set the value of the field to the given object.
setBoolean(Object, boolean) - Method in class org.jboss.marshalling.FieldSetter
Set the value of the field to the given value.
setBoolean(boolean) - Method in class org.jboss.marshalling.util.BooleanFieldPutter
 
setBoolean(boolean) - Method in class org.jboss.marshalling.util.FieldPutter
 
setBufferSize(int) - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
 
setBufferSize(int) - Method in class org.jboss.marshalling.MarshallingConfiguration
Set the configured buffer size.
setByte(Object, byte) - Method in class org.jboss.marshalling.FieldSetter
Set the value of the field to the given value.
setByte(byte) - Method in class org.jboss.marshalling.util.ByteFieldPutter
 
setByte(byte) - Method in class org.jboss.marshalling.util.FieldPutter
 
setChar(Object, char) - 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
 
setChar(char) - Method in class org.jboss.marshalling.util.FieldPutter
 
setClassCloner(ClassCloner) - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
 
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
 
setCreator(Creator) - Method in class org.jboss.marshalling.MarshallingConfiguration
Deprecated. Use MarshallingConfiguration.setExternalizerCreator(Creator) or MarshallingConfiguration.setSerializedCreator(Creator) instead.
setDouble(Object, double) - Method in class org.jboss.marshalling.FieldSetter
Set the value of the field to the given value.
setDouble(double) - Method in class org.jboss.marshalling.util.DoubleFieldPutter
 
setDouble(double) - Method in class org.jboss.marshalling.util.FieldPutter
 
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
 
setExternalizerCreator(Creator) - Method in class org.jboss.marshalling.MarshallingConfiguration
Set the creator to use for externalized objects.
setFloat(Object, float) - Method in class org.jboss.marshalling.FieldSetter
Set the value of the field to the given value.
setFloat(float) - Method in class org.jboss.marshalling.util.FieldPutter
 
setFloat(float) - Method in class org.jboss.marshalling.util.FloatFieldPutter
 
setInstanceCount(int) - Method in class org.jboss.marshalling.MarshallingConfiguration
Set the estimated instance count for this configuration.
setInt(Object, int) - Method in class org.jboss.marshalling.FieldSetter
Set the value of the field to the given value.
setInt(int) - Method in class org.jboss.marshalling.util.FieldPutter
 
setInt(int) - Method in class org.jboss.marshalling.util.IntFieldPutter
 
setLong(Object, long) - 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
 
setLong(long) - Method in class org.jboss.marshalling.util.LongFieldPutter
 
setObject(Object) - Method in class org.jboss.marshalling.util.FieldPutter
 
setObject(Object) - Method in class org.jboss.marshalling.util.ObjectFieldPutter
 
setObjectResolver(ObjectResolver) - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
 
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.
setSerializabilityChecker(SerializabilityChecker) - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
 
setSerializabilityChecker(SerializabilityChecker) - Method in class org.jboss.marshalling.MarshallingConfiguration
Set the serializability checker.
setSerializedCreator(Creator) - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
 
setSerializedCreator(Creator) - Method in class org.jboss.marshalling.MarshallingConfiguration
Set the creator to use for serialized objects.
setShort(Object, short) - Method in class org.jboss.marshalling.FieldSetter
Set the value of the field to the given value.
setShort(short) - Method in class org.jboss.marshalling.util.FieldPutter
 
setShort(short) - Method in class org.jboss.marshalling.util.ShortFieldPutter
 
setStackTrace(StackTraceElement[]) - Method in class org.jboss.marshalling.TraceInformation
 
setStreamHeader(StreamHeader) - Method in class org.jboss.marshalling.MarshallingConfiguration
Set the stream header.
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.
ShortFieldPutter - Class in org.jboss.marshalling.util
 
ShortFieldPutter() - Constructor for class org.jboss.marshalling.util.ShortFieldPutter
 
ShortReadField - Class in org.jboss.marshalling.util
 
ShortReadField(SerializableField, short) - Constructor for class org.jboss.marshalling.util.ShortReadField
 
ShortReadField(SerializableField) - Constructor for class org.jboss.marshalling.util.ShortReadField
 
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
 
SimpleClassResolver - Class in org.jboss.marshalling
A class resolver which uses a predefined classloader.
SimpleClassResolver(ClassLoader) - Constructor for class org.jboss.marshalling.SimpleClassResolver
Construct a new instance, specifying a 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.
SimpleDataInput - Class in org.jboss.marshalling
 
SimpleDataInput(int) - Constructor for class org.jboss.marshalling.SimpleDataInput
 
SimpleDataInput(int, ByteInput) - Constructor for class org.jboss.marshalling.SimpleDataInput
 
SimpleDataInput(ByteInput) - Constructor for class org.jboss.marshalling.SimpleDataInput
 
SimpleDataOutput - Class in org.jboss.marshalling
 
SimpleDataOutput(int) - Constructor for class org.jboss.marshalling.SimpleDataOutput
 
SimpleDataOutput(int, ByteOutput) - Constructor for class org.jboss.marshalling.SimpleDataOutput
 
SimpleDataOutput(ByteOutput) - Constructor for class org.jboss.marshalling.SimpleDataOutput
 
size() - Method in class org.jboss.marshalling.util.IntKeyMap
 
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.NioByteInput
 
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.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.SimpleDataInput
skipBytes(int) - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
 
start(ByteOutput) - Method in class org.jboss.marshalling.AbstractMarshaller
Begin writing to a stream.
start(ByteInput) - Method in class org.jboss.marshalling.AbstractUnmarshaller
Begin unmarshalling from a stream.
start(ByteOutput) - Method in interface org.jboss.marshalling.Marshaller
Begin marshalling to a stream.
start(ByteInput) - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
Begin unmarshalling from a stream.
start(ByteOutput) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
Begin marshalling to a stream.
start(ByteInput) - Method in class org.jboss.marshalling.SimpleDataInput
 
start(ByteOutput) - Method in class org.jboss.marshalling.SimpleDataOutput
Begin writing to a stream.
start(ByteInput) - Method in interface org.jboss.marshalling.Unmarshaller
Begin unmarshalling from a stream.
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(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.
SunReflectiveCreator - Class in org.jboss.marshalling.reflect
An object creator that uses methods only found in certain JVMs to create a new constructor if needed.
SunReflectiveCreator() - Constructor for class org.jboss.marshalling.reflect.SunReflectiveCreator
 

T

toString() - Method in class org.jboss.marshalling.MarshallingConfiguration
 
toString() - Method in class org.jboss.marshalling.Pair
Get a string representation of this pair.
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() - Method in class org.jboss.marshalling.TraceInformation.Info
 
toString(StringBuilder) - Method in class org.jboss.marshalling.TraceInformation.ObjectInfo
 
toString() - Method in class org.jboss.marshalling.TraceInformation
 
toString(StringBuilder) - Method in class org.jboss.marshalling.TraceInformation.UserInfo
 
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.
TraceInformation - Class in org.jboss.marshalling
 
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.IncompleteObjectInfo(TraceInformation.Info, String) - Constructor for class org.jboss.marshalling.TraceInformation.IncompleteObjectInfo
 
TraceInformation.IndexInfo - Class in org.jboss.marshalling
Information about an index in an array or collection.
TraceInformation.IndexType - Enum in org.jboss.marshalling
 
TraceInformation.Info - Class in org.jboss.marshalling
Information about the circumstances surrounding (un)marshalling.
TraceInformation.MethodInfo - Class in org.jboss.marshalling
 
TraceInformation.MethodInfo.Type - Enum in org.jboss.marshalling
 
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.

U

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 legacy ObjectInputStream-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.
useProtocolVersion(int) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
useProtocolVersion(int) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
UTFUtils - Class in org.jboss.marshalling
Handy utility methods for dealing with strings in the modified UTF-8 format.

V

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() - 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.
Version - Class in org.jboss.marshalling
The version of the Marshalling API.
VERSION - Static variable in class org.jboss.marshalling.Version
The version.

W

write(int) - Method in class org.jboss.marshalling.ByteBufferOutput
Writes to the output stream the eight low-order bits of the argument b.
write(byte[]) - Method in class org.jboss.marshalling.ByteBufferOutput
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(int) - Method in interface org.jboss.marshalling.ByteOutput
Writes to the output stream the eight low-order bits of the argument b.
write(byte[]) - Method in interface org.jboss.marshalling.ByteOutput
Write all 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(int) - Method in class org.jboss.marshalling.ByteOutputStream
Writes to the output stream the eight low-order bits of the argument b.
write(byte[]) - Method in class org.jboss.marshalling.ByteOutputStream
Write all 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(int) - Method in class org.jboss.marshalling.LimitedByteOutput
Writes to the output stream the eight low-order bits of the argument b.
write(byte[], int, int) - Method in class org.jboss.marshalling.LimitedByteOutput
Write some of the bytes from the given array to the stream.
write(int) - Method in class org.jboss.marshalling.MarshallerObjectOutput
write(byte[]) - Method in class org.jboss.marshalling.MarshallerObjectOutput
write(byte[], int, 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(byte[]) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
Write all the bytes from the given array to the stream.
write(byte[], int, int) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
Write some of the bytes from the given array to the stream.
write(int) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
write(byte[]) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
write(byte[], int, int) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
write(int) - Method in class org.jboss.marshalling.NioByteOutput
Writes to the output stream the eight low-order bits of the argument b.
write(byte[], int, int) - Method in class org.jboss.marshalling.NioByteOutput
Write some of the bytes from the given array to the stream.
write(int) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
Writes to the output stream the eight low-order bits of the argument b.
write(byte[]) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
Write all the bytes from the given array to the stream.
write(byte[], int, int) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
Write some of the bytes from the given array to the stream.
write(int) - Method in class org.jboss.marshalling.SimpleDataOutput
Writes to the output stream the eight low-order bits of the argument b.
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.SimpleDataOutput
Write some of the bytes from the given array to the stream.
write(Marshaller) - Method in class org.jboss.marshalling.util.BooleanFieldPutter
 
write(Marshaller) - Method in class org.jboss.marshalling.util.ByteFieldPutter
 
write(Marshaller) - Method in class org.jboss.marshalling.util.CharFieldPutter
 
write(Marshaller) - Method in class org.jboss.marshalling.util.DoubleFieldPutter
 
write(Marshaller) - Method in class org.jboss.marshalling.util.FieldPutter
 
write(Marshaller) - Method in class org.jboss.marshalling.util.FloatFieldPutter
 
write(Marshaller) - Method in class org.jboss.marshalling.util.IntFieldPutter
 
write(Marshaller) - Method in class org.jboss.marshalling.util.LongFieldPutter
 
write(Marshaller) - Method in class org.jboss.marshalling.util.ObjectFieldPutter
 
write(Marshaller) - Method in class org.jboss.marshalling.util.ShortFieldPutter
 
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.SimpleDataOutput
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.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.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.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.SimpleDataOutput
writeClass(Marshaller, Class<?>) - Method in interface org.jboss.marshalling.ClassTable.Writer
Write the predefined class reference to the stream.
writeClassDescriptor(ObjectStreamClass) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
writeClassDescriptor(ObjectStreamClass) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
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.SimpleDataOutput
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.
writeExternal(ObjectOutput) - Method in class org.jboss.marshalling.Pair.Externalizer
writeFields() - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
writeFields() - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
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.SimpleDataOutput
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.SimpleDataOutput
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.SimpleDataOutput
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(Marshaller, Object) - Method in interface org.jboss.marshalling.ObjectTable.Writer
Write the predefined object reference to the stream.
writeObjectOverride(Object) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
writeObjectOverride(Object) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
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.
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.
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.SimpleDataOutput
writeStreamHeader() - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
writeStreamHeader() - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
writeUnshared(Object) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
writeUnshared(Object) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
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.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.

A B C D E F G H I K L M N O P R S T U V W
JBoss Marshalling 1.3.0.CR9

Copyright © 2011 JBoss, a division of Red Hat, Inc.