JBoss Marshalling 1.2.1.GA
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.
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
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
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.AbstractUnmarshaller
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.MarshallerObjectInput
available() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
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.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
 
bufferSize - Variable in class org.jboss.marshalling.AbstractMarshaller
 
ByteFieldPutter - Class in org.jboss.marshalling.util
 
ByteFieldPutter() - Constructor for class org.jboss.marshalling.util.ByteFieldPutter
 
byteInput - Variable in class org.jboss.marshalling.AbstractUnmarshaller
The current byte input.
ByteInput - Interface in org.jboss.marshalling
An input stream of bytes.
byteOutput - Variable in class org.jboss.marshalling.AbstractMarshaller
The current byte output.
ByteOutput - Interface in org.jboss.marshalling
An output stream of bytes.
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

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
 
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.
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 annotater 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.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() - 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.IntMap
Clone this map.
clone() - Method in class org.jboss.marshalling.util.IntSet
Clone this set.
close() - Method in class org.jboss.marshalling.AbstractMarshaller
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.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.
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.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.
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.
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 - Variable in class org.jboss.marshalling.AbstractMarshaller
The configured object creator.
creator - Variable in class org.jboss.marshalling.AbstractUnmarshaller
The configured object creator.
Creator - Interface in org.jboss.marshalling
An instance creator.

D

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.AbstractUnmarshaller
Implementation of the actual object-reading method.
doStart() - Method in class org.jboss.marshalling.AbstractMarshaller
Perform any marshaller-specific start activity.
doStart() - Method in class org.jboss.marshalling.AbstractUnmarshaller
Perform any unmarshaller-specific start activity.
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.AbstractMarshaller
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.
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.

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 marshalling 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 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.AbstractMarshaller
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

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(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.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
 
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.
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.
getCreator() - Method in class org.jboss.marshalling.MarshallingConfiguration
Get the object creator, or null if none is specified.
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.
getDefaultCreator() - Method in class org.jboss.marshalling.AbstractMarshallerFactory
Get the default 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.
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.
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.
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() - 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
 
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
Get a marshaller factory, by name.
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.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.
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.
getSerializableField(String, Class<?>, boolean) - Method in class org.jboss.marshalling.reflect.SerializableClass
Create a synthetic field for this object class.
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.
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.
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

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.
IntFieldPutter - Class in org.jboss.marshalling.util
 
IntFieldPutter() - Constructor for class org.jboss.marshalling.util.IntFieldPutter
 
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
 
isUnshared() - Method in class org.jboss.marshalling.reflect.SerializableField
Determine whether this field is marked as "unshared".

K

Kind - Enum in org.jboss.marshalling.util
 

L

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 simplfying 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.

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.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
 
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

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.reflect - package org.jboss.marshalling.reflect
Reflection utilities for marshalling users and implementations.
org.jboss.marshalling.util - package org.jboss.marshalling.util
 

P

Pair<A,B> - Class in org.jboss.marshalling
A serialiable 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
 
ProviderDescriptor - Interface in org.jboss.marshalling
A provider descriptor for automatically-discovered marshalling factory types.
push(ByteBuffer) - 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(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.AbstractUnmarshaller
Reads the next byte of data from the input stream.
read(byte[]) - Method in class org.jboss.marshalling.AbstractUnmarshaller
Read some bytes from the input stream into the given array.
read(byte[], int, int) - Method in class org.jboss.marshalling.AbstractUnmarshaller
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.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
read(byte[]) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
read(byte[], int, int) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
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.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.AbstractUnmarshaller
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.UnmarshallingObjectInputStream
 
readByte() - Method in class org.jboss.marshalling.AbstractUnmarshaller
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.UnmarshallingObjectInputStream
 
readChar() - Method in class org.jboss.marshalling.AbstractUnmarshaller
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.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.
readClassDescriptor() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
readClassDescriptor() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
readDouble() - Method in class org.jboss.marshalling.AbstractUnmarshaller
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.UnmarshallingObjectInputStream
 
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.AbstractUnmarshaller
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.UnmarshallingObjectInputStream
 
readFully(byte[]) - Method in class org.jboss.marshalling.AbstractUnmarshaller
readFully(byte[], int, int) - Method in class org.jboss.marshalling.AbstractUnmarshaller
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.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.AbstractUnmarshaller
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.UnmarshallingObjectInputStream
 
readIntDirect() - Method in class org.jboss.marshalling.AbstractUnmarshaller
 
readLine() - Method in class org.jboss.marshalling.AbstractUnmarshaller
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.UnmarshallingObjectInputStream
Deprecated. 
readLong() - Method in class org.jboss.marshalling.AbstractUnmarshaller
 
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.UnmarshallingObjectInputStream
 
readLongDirect() - Method in class org.jboss.marshalling.AbstractUnmarshaller
readObject() - Method in class org.jboss.marshalling.AbstractUnmarshaller
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(Unmarshaller) - Method in interface org.jboss.marshalling.ObjectTable
Read an instance from the stream.
readObjectOverride() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
readObjectOverride() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
 
readObjectUnshared() - Method in class org.jboss.marshalling.AbstractUnmarshaller
Read and return an unshared object.
readObjectUnshared() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
Read and return an unshared object.
readObjectUnshared() - Method in interface org.jboss.marshalling.Unmarshaller
Read and return an unshared object.
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.AbstractUnmarshaller
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.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.AbstractUnmarshaller
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.UnmarshallingObjectInputStream
 
readUnsignedByteDirect() - Method in class org.jboss.marshalling.AbstractUnmarshaller
 
readUnsignedShort() - Method in class org.jboss.marshalling.AbstractUnmarshaller
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.UnmarshallingObjectInputStream
 
readUTF() - Method in class org.jboss.marshalling.AbstractUnmarshaller
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.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.
replaceObject(Object) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
replaceObject(Object) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
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(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(String[]) - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream

S

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.
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.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
 
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.
setCreator(Creator) - Method in class org.jboss.marshalling.MarshallingConfiguration
Set the object creator, or null to use the default.
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.
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.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.
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.AbstractMarshaller
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
 
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.
skip(long) - Method in class org.jboss.marshalling.AbstractUnmarshaller
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.MarshallerObjectInput
skip(long) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
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.UnmarshallingObjectInputStream
 
skipBytes(int) - Method in class org.jboss.marshalling.AbstractUnmarshaller
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.UnmarshallingObjectInputStream
 
start(ByteOutput) - Method in class org.jboss.marshalling.AbstractMarshaller
Begin marshalling 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 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(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.AbstractMarshaller
Writes to the output stream the eight low-order bits of the argument b.
write(byte[]) - Method in class org.jboss.marshalling.AbstractMarshaller
Write all the bytes from the given array to the stream.
write(byte[], int, int) - Method in class org.jboss.marshalling.AbstractMarshaller
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.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
write(byte[]) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
write(byte[], int, int) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
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(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.AbstractMarshaller
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
writeByte(int) - Method in class org.jboss.marshalling.AbstractMarshaller
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
writeBytes(String) - Method in class org.jboss.marshalling.AbstractMarshaller
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
writeChar(int) - Method in class org.jboss.marshalling.AbstractMarshaller
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
writeChars(String) - Method in class org.jboss.marshalling.AbstractMarshaller
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
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.AbstractMarshaller
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
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.AbstractMarshaller
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
writeHeader(ByteOutput) - Method in interface org.jboss.marshalling.StreamHeader
Write the stream header to the stream.
writeInt(int) - Method in class org.jboss.marshalling.AbstractMarshaller
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
writeLong(long) - Method in class org.jboss.marshalling.AbstractMarshaller
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
writeObject(Object) - Method in class org.jboss.marshalling.AbstractMarshaller
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
Write an object to the underlying storage or stream as a new instance.
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.AbstractMarshaller
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
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.AbstractMarshaller
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
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.2.1.GA

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