- 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.
- add(E) - Method in class org.jboss.marshalling.util.FlatNavigableSet
-
- 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.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
-
- callNoArgConstructor() - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Invoke the public no-arg constructor on this class.
- callNonInitConstructor() - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Invoke the non-init constructor on this class.
- callObjectInputConstructor(ObjectInput) - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Invoke the public constructor accepting an ObjectInput.
- callReadObject(Object, ObjectInputStream) - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Invoke the readObject()
method for an object.
- callReadObjectNoData(Object) - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Invoke the readObjectNoData()
method for an object.
- callReadResolve(Object) - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Invoke the readResolve()
method for an object.
- callWriteObject(Object, ObjectOutputStream) - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Invoke the writeObject()
method for an object.
- callWriteReplace(Object) - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Invoke the writeReplace()
method for an object.
- ceiling(E) - Method in class org.jboss.marshalling.util.FlatNavigableSet
-
- ceilingEntry(K) - Method in class org.jboss.marshalling.util.FlatNavigableMap
-
- ceilingKey(K) - Method in class org.jboss.marshalling.util.FlatNavigableMap
-
- ChainingClassExternalizerFactory - Class in org.jboss.marshalling
-
A class externalizer factory that tries each delegate externalizer factory in sequence, returning the first match.
- ChainingClassExternalizerFactory(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
-
- close() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- close() - Method in class org.jboss.marshalling.MarshallerObjectOutput
-
- close() - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- close() - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- close() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- close() - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- close() - Method in class org.jboss.marshalling.SimpleDataInput
-
- close() - Method in class org.jboss.marshalling.SimpleDataOutput
- close() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
-
- comparator() - Method in class org.jboss.marshalling.util.FlatNavigableMap
-
- comparator() - Method in class org.jboss.marshalling.util.FlatNavigableSet
-
- 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
-
- createOptionalDataException(int) - Static method in class org.jboss.marshalling.Marshalling
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- IDENTITY - Static variable in interface org.jboss.marshalling.cloner.ClassCloner
-
A class cloner which just returns the class it is given.
- IDENTITY - Static variable in interface org.jboss.marshalling.cloner.ObjectCloner
-
The identity object cloner.
- IDENTITY - Static variable in interface org.jboss.marshalling.cloner.ObjectClonerFactory
-
An object cloner factory which produces identity object cloners.
- IDENTITY - Static variable in interface org.jboss.marshalling.cloner.ObjectClonerSource
-
An object cloner which returns the identity cloner.
- IdentityIntMap<T> - Class in org.jboss.marshalling.util
-
An efficient identity object map whose keys are objects and whose values are int
s.
- IdentityIntMap(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 int
s.
- 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.FlatNavigableSet
-
- iterator() - Method in class org.jboss.marshalling.util.IntKeyMap
-
Iterate over the entries.
- 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.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
- 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
-
- 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.FlatNavigableSet
-
- 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.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.
- subMap(K, boolean, K, boolean) - Method in class org.jboss.marshalling.util.FlatNavigableMap
-
- subMap(K, K) - Method in class org.jboss.marshalling.util.FlatNavigableMap
-
- subSet(E, boolean, E, boolean) - Method in class org.jboss.marshalling.util.FlatNavigableSet
-
- subSet(E, E) - Method in class org.jboss.marshalling.util.FlatNavigableSet
-
- SunReflectiveCreator - Class in org.jboss.marshalling.reflect
-
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
-
- 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.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(byte[], int, int) - Method in class org.jboss.marshalling.OutputStreamByteOutput
-
Writes len
bytes from the specified byte
array starting at offset off
to this
output 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.