Index
All Classes and Interfaces|All Packages|Serialized Form
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.
- AbstractMarshaller - Class in org.jboss.marshalling
-
An abstract implementation of the
Marshaller
interface. - AbstractMarshaller(AbstractMarshallerFactory, MarshallingConfiguration) - Constructor for class org.jboss.marshalling.AbstractMarshaller
-
Construct a new marshaller instance.
- AbstractMarshallerFactory - Class in org.jboss.marshalling
-
An abstract implementation of the
MarshallerFactory
interface. - AbstractMarshallerFactory() - Constructor for class org.jboss.marshalling.AbstractMarshallerFactory
-
Construct a new marshaller factory instance.
- AbstractObjectInput - Class in org.jboss.marshalling
-
An abstract object input implementation.
- AbstractObjectInput(int) - Constructor for class org.jboss.marshalling.AbstractObjectInput
-
Construct a new instance.
- AbstractObjectOutput - Class in org.jboss.marshalling
-
An abstract object output implementation.
- AbstractObjectOutput(int) - Constructor for class org.jboss.marshalling.AbstractObjectOutput
-
Construct a new instance.
- AbstractUnmarshaller - Class in org.jboss.marshalling
-
An abstract implementation of the
Unmarshaller
interface. - AbstractUnmarshaller(AbstractMarshallerFactory, MarshallingConfiguration) - Constructor for class org.jboss.marshalling.AbstractUnmarshaller
-
Construct a new unmarshaller instance.
- ACCEPT - Enum constant in enum class org.jboss.marshalling.UnmarshallingFilter.FilterResponse
- ACCEPTING - Static variable in interface org.jboss.marshalling.UnmarshallingFilter
- 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.
- addFieldInformation(Throwable, SerializableClass, SerializableField) - 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(Class<?>) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- annotateClass(Class<?>) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- annotateClass(Marshaller, Class<?>) - Method in class org.jboss.marshalling.AbstractClassResolver
-
Add optional information about a class to a stream.
- annotateClass(Marshaller, Class<?>) - Method in interface org.jboss.marshalling.ClassResolver
-
Add optional information about a class to a stream.
- annotateClass(Marshaller, Class<?>) - Method in class org.jboss.marshalling.ModularClassResolver
-
Add optional information about a class to a stream.
- annotateProxyClass(Class<?>) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- annotateProxyClass(Class<?>) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- annotateProxyClass(Marshaller, Class<?>) - Method in class org.jboss.marshalling.AbstractClassResolver
-
Add optional information about a proxy class to a stream.
- annotateProxyClass(Marshaller, Class<?>) - Method in interface org.jboss.marshalling.ClassResolver
-
Add optional information about a proxy class to a stream.
- annotateProxyClass(Marshaller, Class<?>) - Method in class org.jboss.marshalling.ModularClassResolver
-
Add optional information about a proxy class to a stream.
- AnnotationClassExternalizerFactory - Class in org.jboss.marshalling
-
An externalizer factory which looks for the presence of the
Externalize
annotation. - AnnotationClassExternalizerFactory() - Constructor for class org.jboss.marshalling.AnnotationClassExternalizerFactory
-
Construct a new instance.
- 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
B
- BOOLEAN - Enum constant in enum class org.jboss.marshalling.util.Kind
-
Field of type
boolean
. - BooleanFieldPutter - Class in org.jboss.marshalling.util
-
A field putter for boolean-type fields.
- BooleanFieldPutter() - Constructor for class org.jboss.marshalling.util.BooleanFieldPutter
- BooleanReadField - Class in org.jboss.marshalling.util
-
A read field whose value is a boolean type.
- BooleanReadField(SerializableField) - Constructor for class org.jboss.marshalling.util.BooleanReadField
-
Construct a new instance with the default value.
- BooleanReadField(SerializableField, boolean) - Constructor for class org.jboss.marshalling.util.BooleanReadField
-
Construct a new instance.
- buffer - Variable in class org.jboss.marshalling.SimpleDataInput
-
The internal buffer.
- buffer - Variable in class org.jboss.marshalling.SimpleDataOutput
-
The internal buffer.
- bufferSize - Variable in class org.jboss.marshalling.SimpleDataOutput
-
The size of the internal buffer.
- BYTE - Enum constant in enum class org.jboss.marshalling.util.Kind
-
Field of type
byte
. - ByteBufferInput - Class in org.jboss.marshalling
-
An
InputStream
which implementsByteInput
and reads bytes from aByteBuffer
. - ByteBufferInput(ByteBuffer) - Constructor for class org.jboss.marshalling.ByteBufferInput
-
Construct a new instance.
- ByteBufferOutput - Class in org.jboss.marshalling
-
An
OutputStream
implementingByteOutput
which writes to aByteBuffer
. - ByteBufferOutput(ByteBuffer) - Constructor for class org.jboss.marshalling.ByteBufferOutput
-
Create a new instance.
- ByteFieldPutter - Class in org.jboss.marshalling.util
-
A field putter for byte-type fields.
- ByteFieldPutter() - Constructor for class org.jboss.marshalling.util.ByteFieldPutter
- byteInput - Variable in class org.jboss.marshalling.ByteInputStream
- ByteInput - Interface in org.jboss.marshalling
-
An input stream of bytes.
- ByteInputStream - Class in org.jboss.marshalling
-
An
InputStream
which implementsByteInput
and reads bytes from anotherByteInput
. - ByteInputStream(ByteInput) - Constructor for class org.jboss.marshalling.ByteInputStream
-
Create a new instance.
- byteOutput - Variable in class org.jboss.marshalling.ByteOutputStream
- ByteOutput - Interface in org.jboss.marshalling
-
An output stream of bytes.
- ByteOutputStream - Class in org.jboss.marshalling
-
An
OutputStream
which implementsByteOutput
and writes bytes to anotherByteOutput
. - ByteOutputStream(ByteOutput) - Constructor for class org.jboss.marshalling.ByteOutputStream
-
Construct a new instance.
- BytePipe - Class in org.jboss.marshalling
-
A paired
ByteInput
andByteOutput
. - BytePipe() - Constructor for class org.jboss.marshalling.BytePipe
-
Construct a new instance.
- ByteReadField - Class in org.jboss.marshalling.util
-
A read field whose value is a byte type.
- ByteReadField(SerializableField) - Constructor for class org.jboss.marshalling.util.ByteReadField
-
Construct a new instance with the default value.
- ByteReadField(SerializableField, byte) - Constructor for class org.jboss.marshalling.util.ByteReadField
-
Construct a new instance.
- ByteWriter - Class in org.jboss.marshalling
-
A writer for class or object tables which simply writes a flat sequence of bytes.
- ByteWriter(byte...) - Constructor for class org.jboss.marshalling.ByteWriter
-
Construct a new instance.
C
- callNoArgConstructor() - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Invoke the no-arg constructor on this class.
- callNonInitConstructor(Class<?>) - 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
- ChainedUnmarshallingFilter - Class in org.jboss.marshalling
- ChainedUnmarshallingFilter(UnmarshallingFilter...) - Constructor for class org.jboss.marshalling.ChainedUnmarshallingFilter
- ChainingClassExternalizerFactory - Class in org.jboss.marshalling
-
A class externalizer factory that tries each delegate externalizer factory in sequence, returning the first match.
- ChainingClassExternalizerFactory(Iterable<ClassExternalizerFactory>) - Constructor for class org.jboss.marshalling.ChainingClassExternalizerFactory
-
Construct a new instance.
- ChainingClassExternalizerFactory(Collection<ClassExternalizerFactory>) - Constructor for class org.jboss.marshalling.ChainingClassExternalizerFactory
-
Construct a new instance.
- ChainingClassExternalizerFactory(Iterator<ClassExternalizerFactory>) - Constructor for class org.jboss.marshalling.ChainingClassExternalizerFactory
-
Construct a new instance.
- ChainingClassExternalizerFactory(ClassExternalizerFactory[]) - Constructor for class org.jboss.marshalling.ChainingClassExternalizerFactory
-
Construct a new instance.
- ChainingClassTable - Class in org.jboss.marshalling
-
A class table that multiplexes up to 256 class tables.
- ChainingClassTable(ClassTable[]) - Constructor for class org.jboss.marshalling.ChainingClassTable
-
Construct a new instance.
- ChainingObjectResolver - Class in org.jboss.marshalling
-
An object resolver which runs a sequence of object resolvers.
- ChainingObjectResolver(Iterable<ObjectResolver>) - Constructor for class org.jboss.marshalling.ChainingObjectResolver
-
Construct a new instance.
- ChainingObjectResolver(Collection<ObjectResolver>) - Constructor for class org.jboss.marshalling.ChainingObjectResolver
-
Construct a new instance.
- ChainingObjectResolver(Iterator<ObjectResolver>) - Constructor for class org.jboss.marshalling.ChainingObjectResolver
-
Construct a new instance.
- ChainingObjectResolver(ObjectResolver[]) - Constructor for class org.jboss.marshalling.ChainingObjectResolver
-
Construct a new instance.
- ChainingObjectTable - Class in org.jboss.marshalling
-
An object table that multiplexes up to 256 class tables.
- ChainingObjectTable(ObjectTable[]) - Constructor for class org.jboss.marshalling.ChainingObjectTable
-
Construct a new instance.
- CHAR - Enum constant in enum class org.jboss.marshalling.util.Kind
-
Field of type
char
. - CharFieldPutter - Class in org.jboss.marshalling.util
-
A field putter for char-type fields.
- CharFieldPutter() - Constructor for class org.jboss.marshalling.util.CharFieldPutter
- CharReadField - Class in org.jboss.marshalling.util
-
A read field whose value is a character type.
- CharReadField(SerializableField) - Constructor for class org.jboss.marshalling.util.CharReadField
-
Construct a new instance with the default value.
- CharReadField(SerializableField, char) - Constructor for class org.jboss.marshalling.util.CharReadField
-
Construct a new instance.
- checkInput(JDKSpecific.FilterInput) - Method in class org.jboss.marshalling.ChainedUnmarshallingFilter
- checkInput(JDKSpecific.FilterInput) - Method in interface org.jboss.marshalling.UnmarshallingFilter
- 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
-
Construct a new instance.
- classResolver - Variable in class org.jboss.marshalling.AbstractMarshaller
-
The configured class resolver.
- classResolver - Variable in class org.jboss.marshalling.AbstractUnmarshaller
-
The configured class resolver.
- ClassResolver - 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() - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
-
Create a copy of this configuration.
- clone() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Create a shallow clone.
- clone() - Method in class org.jboss.marshalling.util.IdentityIntMap
-
Clone this map.
- clone() - Method in class org.jboss.marshalling.util.IdentityIntSet
-
Clone this set.
- clone() - Method in class org.jboss.marshalling.util.IntKeyMap
- clone() - Method in class org.jboss.marshalling.util.IntMap
-
Clone this map.
- clone() - Method in class org.jboss.marshalling.util.IntSet
-
Clone this set.
- clone(Class<?>) - Method in interface org.jboss.marshalling.cloner.ClassCloner
-
Clone the given class.
- clone(Class<?>) - Method in class org.jboss.marshalling.cloner.ClassLoaderClassCloner
-
Clone the given class.
- clone(Object) - Method in interface org.jboss.marshalling.cloner.ObjectCloner
-
Create a deep clone of the given object.
- clone(Object, ObjectCloner, ClassCloner) - Method in interface org.jboss.marshalling.cloner.CloneTable
-
Attempt to clone the given object.
- cloneProxy(Class<?>) - Method in interface org.jboss.marshalling.cloner.ClassCloner
-
Clone the given reflection proxy class.
- cloneProxy(Class<?>) - Method in class org.jboss.marshalling.cloner.ClassLoaderClassCloner
-
Clone the given reflection proxy class.
- ClonerConfiguration - Class in org.jboss.marshalling.cloner
-
The configuration for a cloner instance.
- ClonerConfiguration() - Constructor for class org.jboss.marshalling.cloner.ClonerConfiguration
- CloneTable - Interface in org.jboss.marshalling.cloner
-
An interface which allows extending a cloner to types that it would not otherwise support.
- close() - Method in class org.jboss.marshalling.AbstractMarshaller
- close() - Method in class org.jboss.marshalling.ByteBufferInput
- close() - Method in class org.jboss.marshalling.ByteBufferOutput
- close() - Method in class org.jboss.marshalling.ByteInputStream
- close() - Method in class org.jboss.marshalling.ByteOutputStream
- close() - Method in class org.jboss.marshalling.MarshallerObjectInput
-
This implementation always throws an
IllegalStateException
. - close() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- close() - Method in class org.jboss.marshalling.MarshallerObjectOutput
-
This implementation always throws an
IllegalStateException
. - close() - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- close() - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- close() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- close() - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- close() - Method in class org.jboss.marshalling.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
-
Compare this field with another on the basis of its name.
- 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(A, B) - Static method in class org.jboss.marshalling.Pair
-
Create a new instance.
- create(Class<T>) - Method in interface org.jboss.marshalling.Creator
-
Deprecated.Create an object instance.
- create(Class<T>) - Method in class org.jboss.marshalling.reflect.PublicReflectiveCreator
-
Deprecated.Create an object instance.
- create(Class<T>) - Method in class org.jboss.marshalling.reflect.ReflectiveCreator
-
Deprecated.Create an object instance.
- create(Class<T>, Class<?>...) - Static method in class org.jboss.marshalling._private.GetDeclaredConstructorAction
- createByteInput(InputStream) - Static method in class org.jboss.marshalling.Marshalling
-
Create a
ByteInput
wrapper for anInputStream
. - createByteInput(ByteBuffer) - Static method in class org.jboss.marshalling.Marshalling
-
Create a
ByteInput
wrapper for aByteBuffer
. - createByteOutput(OutputStream) - Static method in class org.jboss.marshalling.Marshalling
-
Create a
ByteOutput
wrapper for anOutputStream
. - createByteOutput(ByteBuffer) - Static method in class org.jboss.marshalling.Marshalling
-
Create a
ByteOutput
wrapper for aByteBuffer
. - createCloner(ClonerConfiguration) - Method in interface org.jboss.marshalling.cloner.ObjectClonerFactory
-
Create a new cloner with the given configuration.
- createExternal(Class<?>, ObjectInput) - Method in interface org.jboss.marshalling.Externalizer
-
Create an instance of a type.
- createExternal(Class<?>, ObjectInput) - Method in class org.jboss.marshalling.Pair.Externalizer
-
Create an instance of a type.
- createFilter(String) - Static method in class org.jboss.marshalling.UnmarshallingFilter.Factory
- createFilter(String, boolean) - Static method in class org.jboss.marshalling.UnmarshallingFilter.Factory
- createInputStream(ByteInput) - Static method in class org.jboss.marshalling.Marshalling
-
Create an
InputStream
wrapper for aByteInput
. - createMarshaller(MarshallingConfiguration) - Method in interface org.jboss.marshalling.MarshallerFactory
-
Create a marshaller from this configuration.
- createNew() - Method in interface org.jboss.marshalling.cloner.ObjectClonerSource
-
Create a new object cloner.
- createObjectClonerSource(ObjectClonerFactory, ClonerConfiguration) - Static method in class org.jboss.marshalling.cloner.ObjectCloners
-
Get an object cloner source which creates cloners with a static configuration.
- createOptionalDataException(boolean) - Static method in class org.jboss.marshalling.Marshalling
-
Construct a new
OptionalDataException
. - createOptionalDataException(int) - Static method in class org.jboss.marshalling.Marshalling
-
Construct a new
OptionalDataException
. - createOutputStream(ByteOutput) - Static method in class org.jboss.marshalling.Marshalling
-
Create a
OutputStream
wrapper for aByteOutput
. - createUnmarshaller(MarshallingConfiguration) - Method in interface org.jboss.marshalling.MarshallerFactory
-
Create an unmarshaller from this configuration.
- Creator - Interface in org.jboss.marshalling
-
Deprecated.This API is deprecated and will be removed in a future version.
D
- DEFAULT - Static variable in interface org.jboss.marshalling.SerializabilityChecker
-
The default serializability checker.
- defaultReadObject() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- defaultReadObject() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
-
May not be invoked in this context.
- defaultWriteObject() - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- defaultWriteObject() - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- descendingIterator() - Method in class org.jboss.marshalling.util.FlatNavigableSet
- descendingKeySet() - Method in class org.jboss.marshalling.util.FlatNavigableMap
- descendingMap() - Method in class org.jboss.marshalling.util.FlatNavigableMap
- descendingSet() - Method in class org.jboss.marshalling.util.FlatNavigableSet
- doReadObject(boolean) - Method in class org.jboss.marshalling.AbstractObjectInput
-
Implementation of the actual object-reading method.
- DOUBLE - Enum constant in enum class org.jboss.marshalling.util.Kind
-
Field of type
double
. - DoubleFieldPutter - Class in org.jboss.marshalling.util
-
A field putter for double-type fields.
- DoubleFieldPutter() - Constructor for class org.jboss.marshalling.util.DoubleFieldPutter
- DoubleReadField - Class in org.jboss.marshalling.util
-
A read field whose value is a double type.
- DoubleReadField(SerializableField) - Constructor for class org.jboss.marshalling.util.DoubleReadField
-
Construct a new instance with the default value.
- DoubleReadField(SerializableField, double) - Constructor for class org.jboss.marshalling.util.DoubleReadField
-
Construct a new instance.
- doWriteObject(Object, boolean) - Method in class org.jboss.marshalling.AbstractObjectOutput
-
Implementation of the actual object-writing method.
- drain() - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- drain() - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
E
- ELEMENT - Enum constant in enum class org.jboss.marshalling.TraceInformation.IndexType
- 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.
- entrySet() - Method in class org.jboss.marshalling.util.FlatNavigableMap
- equals(Object) - Method in class org.jboss.marshalling.Pair
-
Determine if this pair equals another.
- equals(Pair<?, ?>) - Method in class org.jboss.marshalling.Pair
-
Determine if this pair equals another.
- exceptionListener - Variable in class org.jboss.marshalling.AbstractMarshaller
-
The configured exception listener.
- exceptionListener - Variable in class org.jboss.marshalling.AbstractUnmarshaller
-
The configured exception listener.
- ExceptionListener - Interface in org.jboss.marshalling
-
A listener for exceptions which occur during marshalling or unmarshalling.
- EXTERNALIZABLE_READ_OBJECT - Enum constant in enum class org.jboss.marshalling.TraceInformation.MethodInfo.Type
- EXTERNALIZABLE_WRITE_OBJECT - Enum constant in enum class org.jboss.marshalling.TraceInformation.MethodInfo.Type
- Externalize - Annotation Interface 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.
- Externalizer() - Constructor for class org.jboss.marshalling.Pair.Externalizer
- EXTERNALIZER_CREATE_OBJECT - Enum constant in enum class org.jboss.marshalling.TraceInformation.MethodInfo.Type
- EXTERNALIZER_READ_OBJECT - Enum constant in enum class org.jboss.marshalling.TraceInformation.MethodInfo.Type
- EXTERNALIZER_WRITE_OBJECT - Enum constant in enum class org.jboss.marshalling.TraceInformation.MethodInfo.Type
F
- FieldPutter - Class in org.jboss.marshalling.util
-
Base class for a field "putter" which represents a field's data cell.
- FieldPutter() - Constructor for class org.jboss.marshalling.util.FieldPutter
-
Construct a new instance.
- FieldSetter - Class in org.jboss.marshalling
-
A setter for a (possibly final) field, which allows for correct object initialization of
Serializable
objects withreadObject()
methods, even in the presence offinal
fields. - fillInStackTrace() - Method in class org.jboss.marshalling.TraceInformation
- filterCheck(Class<?>, long, long, long, long) - Method in class org.jboss.marshalling.AbstractUnmarshaller
- finish() - Method in class org.jboss.marshalling.AbstractMarshaller
-
Finish writing to a stream.
- finish() - Method in class org.jboss.marshalling.AbstractUnmarshaller
-
Finish reading from the current input.
- finish() - Method in interface org.jboss.marshalling.Marshaller
-
Finish marshalling to a stream.
- finish() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Finish unmarshalling from a stream.
- finish() - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
-
Finish marshalling to a stream.
- finish() - Method in class org.jboss.marshalling.SimpleDataInput
-
Finish reading from the current input.
- finish() - Method in class org.jboss.marshalling.SimpleDataOutput
-
Finish writing to a stream.
- finish() - Method in interface org.jboss.marshalling.Unmarshaller
-
Finish unmarshalling from a stream.
- first() - Method in class org.jboss.marshalling.util.FlatNavigableSet
- firstEntry() - Method in class org.jboss.marshalling.util.FlatNavigableMap
- firstKey() - Method in class org.jboss.marshalling.util.FlatNavigableMap
- FlatNavigableMap<K,
V> - Class in org.jboss.marshalling.util - FlatNavigableMap(Comparator<? super K>) - Constructor for class org.jboss.marshalling.util.FlatNavigableMap
- FlatNavigableSet<E> - Class in org.jboss.marshalling.util
- FlatNavigableSet(Comparator<? super E>) - Constructor for class org.jboss.marshalling.util.FlatNavigableSet
- FLOAT - Enum constant in enum class org.jboss.marshalling.util.Kind
-
Field of type
float
. - FloatFieldPutter - Class in org.jboss.marshalling.util
-
A field putter for float-type fields.
- FloatFieldPutter() - Constructor for class org.jboss.marshalling.util.FloatFieldPutter
- FloatReadField - Class in org.jboss.marshalling.util
-
A read field whose value is a float type.
- FloatReadField(SerializableField) - Constructor for class org.jboss.marshalling.util.FloatReadField
-
Construct a new instance with the default value.
- FloatReadField(SerializableField, float) - Constructor for class org.jboss.marshalling.util.FloatReadField
-
Construct a new instance.
- floor(E) - Method in class org.jboss.marshalling.util.FlatNavigableSet
- floorEntry(K) - Method in class org.jboss.marshalling.util.FlatNavigableMap
- floorKey(K) - Method in class org.jboss.marshalling.util.FlatNavigableMap
- flush() - Method in class org.jboss.marshalling.ByteBufferOutput
- flush() - Method in class org.jboss.marshalling.ByteOutputStream
- flush() - Method in class org.jboss.marshalling.MarshallerObjectOutput
- flush() - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- flush() - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- flush() - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- flush() - Method in class org.jboss.marshalling.SimpleDataOutput
G
- get(int) - Method in class org.jboss.marshalling.util.IntKeyMap
- get(Class<?>, String) - Static method in class org.jboss.marshalling.FieldSetter
-
Get an instance for the current class.
- get(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
-
Get the boolean value of this field.
- getBoolean() - Method in class org.jboss.marshalling.util.BooleanReadField
-
Get the boolean value of this field.
- getBoolean() - Method in class org.jboss.marshalling.util.FieldPutter
-
Get the boolean value of this field.
- getBoolean() - Method in class org.jboss.marshalling.util.ReadField
-
Get the boolean value of this field.
- getBoolean(Object) - Method in class org.jboss.marshalling.reflect.SerializableField
-
Get the boolean value of this field on the given object instance.
- getBufferSize() - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
-
Get the buffer size to use.
- getBufferSize() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Get the configured buffer size.
- getByte() - Method in class org.jboss.marshalling.util.ByteFieldPutter
-
Get the byte value of this field.
- getByte() - Method in class org.jboss.marshalling.util.ByteReadField
-
Get the byte value of this field.
- getByte() - Method in class org.jboss.marshalling.util.FieldPutter
-
Get the byte value of this field.
- getByte() - Method in class org.jboss.marshalling.util.ReadField
-
Get the byte value of this field.
- getByte(Object) - Method in class org.jboss.marshalling.reflect.SerializableField
-
Get the byte value of this field on the given object instance.
- getCause() - Method in class org.jboss.marshalling.TraceInformation.Info
- getChar() - Method in class org.jboss.marshalling.util.CharFieldPutter
-
Get the character value of this field.
- getChar() - Method in class org.jboss.marshalling.util.CharReadField
-
Get the character value of this field.
- getChar() - Method in class org.jboss.marshalling.util.FieldPutter
-
Get the character value of this field.
- getChar() - Method in class org.jboss.marshalling.util.ReadField
-
Get the character value of this field.
- getChar(Object) - Method in class org.jboss.marshalling.reflect.SerializableField
-
Get the char value of this field on the given object instance.
- getClassCloner() - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
-
Get the class cloner.
- 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
-
Get the clone table.
- GetDeclaredConstructorAction<T> - Class in org.jboss.marshalling._private
- GetDeclaredConstructorAction(Class<T>, Class<?>...) - Constructor for class org.jboss.marshalling._private.GetDeclaredConstructorAction
- GetDeclaredFieldAction - Class in org.jboss.marshalling._private
- GetDeclaredFieldAction(Class<?>, String) - Constructor for class org.jboss.marshalling._private.GetDeclaredFieldAction
- GetDeclaredFieldsAction - Class in org.jboss.marshalling._private
- GetDeclaredFieldsAction(Class<?>) - Constructor for class org.jboss.marshalling._private.GetDeclaredFieldsAction
- getDefaultBufferSize() - Method in class org.jboss.marshalling.AbstractMarshallerFactory
-
Get the default buffer size, which is used if none was configured.
- getDefaultClassExternalizerFactory() - Method in class org.jboss.marshalling.AbstractMarshallerFactory
-
Get the default class externalizer factory, which is used if none was configured.
- getDefaultClassResolver() - Method in class org.jboss.marshalling.AbstractMarshallerFactory
-
Get the default class resolver, which is used if none was configured.
- getDefaultClassTable() - Method in class org.jboss.marshalling.AbstractMarshallerFactory
-
Get the default class table, which is used if none was configured.
- getDefaultObjectResolver() - Method in class org.jboss.marshalling.AbstractMarshallerFactory
-
Get the default object resolver, which is used if none was configured.
- getDefaultObjectTable() - Method in class org.jboss.marshalling.AbstractMarshallerFactory
-
Get the default object, which is used if none was configured.
- getDefaultStreamHeader() - Method in class org.jboss.marshalling.AbstractMarshallerFactory
-
Get the default stream header, which is used if none was configured.
- 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
-
Get the double value of this field.
- getDouble() - Method in class org.jboss.marshalling.util.DoubleReadField
-
Get the double value of this field.
- getDouble() - Method in class org.jboss.marshalling.util.FieldPutter
-
Get the double value of this field.
- getDouble() - Method in class org.jboss.marshalling.util.ReadField
-
Get the double value of this field.
- getDouble(Object) - Method in class org.jboss.marshalling.reflect.SerializableField
-
Get the double value of this field on the given object instance.
- 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
-
Deprecated.As of Java 9, accessible fields are generally disallowed; use the
#setXXX(Object,value)
methods instead. - 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
-
Get the float value of this field.
- getFloat() - Method in class org.jboss.marshalling.util.FloatFieldPutter
-
Get the float value of this field.
- getFloat() - Method in class org.jboss.marshalling.util.FloatReadField
-
Get the float value of this field.
- getFloat() - Method in class org.jboss.marshalling.util.ReadField
-
Get the float value of this field.
- getFloat(Object) - Method in class org.jboss.marshalling.reflect.SerializableField
-
Get the float value of this field on the given object instance.
- getInput() - Method in class org.jboss.marshalling.BytePipe
-
Get the input side of this pipe.
- getInstance() - Static method in class org.jboss.marshalling.Pair.Externalizer
-
Get the single instance.
- getInstance() - Static method in class org.jboss.marshalling.reflect.SerializableClassRegistry
-
Get the serializable class registry instance, if allowed by the current security manager.
- getInstance(ModuleLoader) - Static method in class org.jboss.marshalling.ModularClassResolver
-
Construct a new instance using the given module loader.
- getInstance(ModuleLoader) - Static method in class org.jboss.marshalling.ModularClassTable
-
Get an instance using the given module loader.
- getInstanceCount() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Get the estimated instance count for this configuration.
- getInt() - Method in class org.jboss.marshalling.util.FieldPutter
-
Get the integer value of this field.
- getInt() - Method in class org.jboss.marshalling.util.IntFieldPutter
-
Get the integer value of this field.
- getInt() - Method in class org.jboss.marshalling.util.IntReadField
-
Get the integer value of this field.
- getInt() - Method in class org.jboss.marshalling.util.ReadField
-
Get the integer value of this field.
- getInt(Object) - Method in class org.jboss.marshalling.reflect.SerializableField
-
Get the integer value of this field on the given object instance.
- getJarName() - Static method in class org.jboss.marshalling.Version
-
Get the JAR file name.
- getKey() - Method in class org.jboss.marshalling.util.IntKeyMap.Entry
- getKind() - Method in class org.jboss.marshalling.reflect.SerializableField
-
Get the kind of field.
- getKind() - Method in class org.jboss.marshalling.util.BooleanFieldPutter
-
Get the kind of field being written.
- getKind() - Method in class org.jboss.marshalling.util.BooleanReadField
-
Get the kind of field represented by this object.
- getKind() - Method in class org.jboss.marshalling.util.ByteFieldPutter
-
Get the kind of field being written.
- getKind() - Method in class org.jboss.marshalling.util.ByteReadField
-
Get the kind of field represented by this object.
- getKind() - Method in class org.jboss.marshalling.util.CharFieldPutter
-
Get the kind of field being written.
- getKind() - Method in class org.jboss.marshalling.util.CharReadField
-
Get the kind of field represented by this object.
- getKind() - Method in class org.jboss.marshalling.util.DoubleFieldPutter
-
Get the kind of field being written.
- getKind() - Method in class org.jboss.marshalling.util.DoubleReadField
-
Get the kind of field represented by this object.
- getKind() - Method in class org.jboss.marshalling.util.FieldPutter
-
Get the kind of field being written.
- getKind() - Method in class org.jboss.marshalling.util.FloatFieldPutter
-
Get the kind of field being written.
- getKind() - Method in class org.jboss.marshalling.util.FloatReadField
-
Get the kind of field represented by this object.
- getKind() - Method in class org.jboss.marshalling.util.IntFieldPutter
-
Get the kind of field being written.
- getKind() - Method in class org.jboss.marshalling.util.IntReadField
-
Get the kind of field represented by this object.
- getKind() - Method in class org.jboss.marshalling.util.LongFieldPutter
-
Get the kind of field being written.
- getKind() - Method in class org.jboss.marshalling.util.LongReadField
-
Get the kind of field represented by this object.
- getKind() - Method in class org.jboss.marshalling.util.ObjectFieldPutter
-
Get the kind of field being written.
- getKind() - Method in class org.jboss.marshalling.util.ObjectReadField
-
Get the kind of field represented by this object.
- getKind() - Method in class org.jboss.marshalling.util.ReadField
-
Get the kind of field represented by this object.
- getKind() - Method in class org.jboss.marshalling.util.ShortFieldPutter
-
Get the kind of field being written.
- getKind() - Method in class org.jboss.marshalling.util.ShortReadField
-
Get the kind of field represented by this object.
- getLong() - Method in class org.jboss.marshalling.util.FieldPutter
-
Get the long value of this field.
- getLong() - Method in class org.jboss.marshalling.util.LongFieldPutter
-
Get the long value of this field.
- getLong() - Method in class org.jboss.marshalling.util.LongReadField
-
Get the long value of this field.
- getLong() - Method in class org.jboss.marshalling.util.ReadField
-
Get the long value of this field.
- getLong(Object) - Method in class org.jboss.marshalling.reflect.SerializableField
-
Get the long value of this field on the given object instance.
- getLongUTFLength(String) - Static method in class org.jboss.marshalling.UTFUtils
-
Get the number of bytes used by the modified UTF-8 encoded form of the given string.
- getMarshallerFactory() - Method in interface org.jboss.marshalling.ProviderDescriptor
-
Get the marshaller factory instance for this provider.
- getMarshallerFactory(String) - Static method in class org.jboss.marshalling.Marshalling
-
Deprecated.It is recommended that you use
Marshalling.getProvidedMarshallerFactory(String)
instead; using the context class loader to find a marshalling implementation is risky at best as the user may have just about anything on their class path. - getMarshallerFactory(String, ClassLoader) - Static method in class org.jboss.marshalling.Marshalling
-
Get a marshaller factory, by name.
- getMinimumBufferSize() - Method in class org.jboss.marshalling.AbstractMarshallerFactory
-
Get the minimum buffer size.
- getName() - Method in interface org.jboss.marshalling.ProviderDescriptor
-
Get the name of this provider.
- getName() - Method in class org.jboss.marshalling.reflect.SerializableField
-
Get the name of the field.
- getName() - Method in class org.jboss.marshalling.util.ReadField
-
Get the field name.
- getNewConstructor(Class<T>) - Method in class org.jboss.marshalling.reflect.ReflectiveCreator
-
Deprecated.Get the constructor to use for a class.
- getNewConstructor(Class<T>) - Method in class org.jboss.marshalling.reflect.SunReflectiveCreator
-
Deprecated.Get the constructor to use for a class.
- getObject() - Method in class org.jboss.marshalling.util.FieldPutter
-
Get the object value of this field.
- getObject() - Method in class org.jboss.marshalling.util.ObjectFieldPutter
-
Get the object value of this field.
- getObject() - Method in class org.jboss.marshalling.util.ObjectReadField
-
Get the object value of this field.
- getObject() - Method in class org.jboss.marshalling.util.ReadField
-
Get the object value of this field.
- getObject(Object) - Method in class org.jboss.marshalling.reflect.SerializableField
-
Get the object value of this field on the given object instance.
- getObjectPreResolver() - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
-
Get the object pre resolver, or
null
if none is specified. - getObjectPreResolver() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Get the object pre resolver, or
null
if none is specified. - getObjectResolver() - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
-
Get the object resolver.
- getObjectResolver() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Get the object resolver, or
null
if none is specified. - getObjectTable() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Get the object table, or
null
if none is specified. - getObjectWriter(Object) - Method in class org.jboss.marshalling.ChainingObjectTable
-
Determine whether the given object reference is a valid predefined reference.
- getObjectWriter(Object) - Method in interface org.jboss.marshalling.ObjectTable
-
Determine whether the given object reference is a valid predefined reference.
- 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.
- getRecordComponentIndex() - Method in class org.jboss.marshalling.reflect.SerializableField
-
Getter for the record component index.
- getRecordComponentValue(Object) - Method in class org.jboss.marshalling.reflect.SerializableField
-
Getter for the record component value.
- GetReflectionFactoryAction - Class in org.jboss.marshalling._private
- getSerializabilityChecker() - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
-
Get the serializability checker.
- getSerializabilityChecker() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Get the serializability checker.
- getSerializableField(String, Class<?>, boolean) - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Create a synthetic field for this object class.
- getSerializingObjectClonerFactory() - Static method in class org.jboss.marshalling.cloner.ObjectCloners
-
Get the serializing object cloner factory.
- getShort() - Method in class org.jboss.marshalling.util.FieldPutter
-
Get the short value of this field.
- getShort() - Method in class org.jboss.marshalling.util.ReadField
-
Get the short value of this field.
- getShort() - Method in class org.jboss.marshalling.util.ShortFieldPutter
-
Get the short value of this field.
- getShort() - Method in class org.jboss.marshalling.util.ShortReadField
-
Get the short value of this field.
- getShort(Object) - Method in class org.jboss.marshalling.reflect.SerializableField
-
Get the short value of this field on the given object instance.
- 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.
- getUnmarshallingFilter() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Get the unmarshalling filter.
- GetUnsafeAction - Class in org.jboss.marshalling._private
- 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.
- getVersionString() - Static method in class org.jboss.marshalling.Version
-
Get the version string.
H
- handleMarshallingException(Throwable, Object) - Method in interface org.jboss.marshalling.ExceptionListener
-
Handle a problem marshalling the given object.
- handleUnmarshallingException(Throwable) - Method in interface org.jboss.marshalling.ExceptionListener
-
Handle a problem unmarshalling an object whose class cannot be determined.
- handleUnmarshallingException(Throwable, Class<?>) - Method in interface org.jboss.marshalling.ExceptionListener
-
Handle a problem unmarshalling an object of the given class.
- hashCode() - Method in class org.jboss.marshalling.Pair
-
Return the combined hash code of the two argument objects.
- hasNoInitConstructor(Class<?>) - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Determine whether this class has a non-init constructor.
- hasObjectInputConstructor() - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Determine whether this class has a public constructor accepting an ObjectInput.
- hasPublicNoArgConstructor() - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Determine whether this class has a public no-arg constructor.
- 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. - headMap(K) - Method in class org.jboss.marshalling.util.FlatNavigableMap
- headMap(K, boolean) - Method in class org.jboss.marshalling.util.FlatNavigableMap
- headSet(E) - Method in class org.jboss.marshalling.util.FlatNavigableSet
- headSet(E, boolean) - Method in class org.jboss.marshalling.util.FlatNavigableSet
- higher(E) - Method in class org.jboss.marshalling.util.FlatNavigableSet
- higherEntry(K) - Method in class org.jboss.marshalling.util.FlatNavigableMap
- higherKey(K) - Method in class org.jboss.marshalling.util.FlatNavigableMap
I
- IDENTITY - Static variable in interface org.jboss.marshalling.cloner.ClassCloner
-
A class cloner which just returns the class it is given.
- IDENTITY - Static variable in interface org.jboss.marshalling.cloner.ObjectCloner
-
The identity object cloner.
- IDENTITY - Static variable in interface org.jboss.marshalling.cloner.ObjectClonerFactory
-
An object cloner factory which produces identity object cloners.
- IDENTITY - Static variable in interface org.jboss.marshalling.cloner.ObjectClonerSource
-
An object cloner which returns the identity cloner.
- IdentityIntMap<T> - Class in org.jboss.marshalling.util
-
An efficient identity object map whose keys are objects and whose values are
int
s. - IdentityIntMap() - Constructor for class org.jboss.marshalling.util.IdentityIntMap
-
Construct a new instance with an initial capacity of 64 and a load factor of
0.5
. - IdentityIntMap(float) - Constructor for class org.jboss.marshalling.util.IdentityIntMap
-
Construct a new instance with the given load factor and an initial capacity of 64.
- IdentityIntMap(int) - Constructor for class org.jboss.marshalling.util.IdentityIntMap
-
Construct a new instance with the given initial capacity and a load factor of
0.5
. - IdentityIntMap(int, float) - Constructor for class org.jboss.marshalling.util.IdentityIntMap
-
Construct a new instance with the given initial capacity and load factor.
- IdentityIntSet<T> - Class in org.jboss.marshalling.util
-
An efficient identity object set.
- IdentityIntSet() - Constructor for class org.jboss.marshalling.util.IdentityIntSet
-
Construct a new instance with an initial capacity of 64 and a load factor of
0.5
. - IdentityIntSet(float) - Constructor for class org.jboss.marshalling.util.IdentityIntSet
-
Construct a new instance with the given load factor and an initial capacity of 64.
- IdentityIntSet(int) - Constructor for class org.jboss.marshalling.util.IdentityIntSet
-
Construct a new instance with the given initial capacity and a load factor of
0.5
. - IdentityIntSet(int, float) - Constructor for class org.jboss.marshalling.util.IdentityIntSet
-
Construct a new instance with the given initial capacity and load factor.
- IncompleteObjectInfo(TraceInformation.Info, String) - Constructor for class org.jboss.marshalling.TraceInformation.IncompleteObjectInfo
- InputStreamByteInput - Class in org.jboss.marshalling
-
An
InputStream
implementingByteInput
which reads input from anotherInputStream
. - InputStreamByteInput(InputStream) - Constructor for class org.jboss.marshalling.InputStreamByteInput
-
Construct a new instance.
- INSTANCE - Static variable in class org.jboss.marshalling._private.GetReflectionFactoryAction
- INSTANCE - Static variable in class org.jboss.marshalling._private.GetUnsafeAction
- INT - Enum constant in enum class org.jboss.marshalling.util.Kind
-
Field of type
int
. - IntFieldPutter - Class in org.jboss.marshalling.util
-
A field putter for int-type fields.
- IntFieldPutter() - Constructor for class org.jboss.marshalling.util.IntFieldPutter
- IntKeyMap<V> - Class in org.jboss.marshalling.util
-
An integer-keyed map, optimized for fast copying.
- IntKeyMap() - Constructor for class org.jboss.marshalling.util.IntKeyMap
- IntKeyMap(int) - Constructor for class org.jboss.marshalling.util.IntKeyMap
- IntKeyMap(int, float) - Constructor for class org.jboss.marshalling.util.IntKeyMap
- IntKeyMap(IntKeyMap<? extends V>) - Constructor for class org.jboss.marshalling.util.IntKeyMap
- IntKeyMap.Entry<V> - Class in org.jboss.marshalling.util
-
A map entry.
- IntMap<T> - Class in org.jboss.marshalling.util
-
An efficient object map whose keys are objects and whose values are
int
s. - IntMap() - Constructor for class org.jboss.marshalling.util.IntMap
-
Construct a new instance with an initial capacity of 64 and a load factor of
0.5
. - IntMap(float) - Constructor for class org.jboss.marshalling.util.IntMap
-
Construct a new instance with the given load factor and an initial capacity of 64.
- IntMap(int) - Constructor for class org.jboss.marshalling.util.IntMap
-
Construct a new instance with the given initial capacity and a load factor of
0.5
. - IntMap(int, float) - Constructor for class org.jboss.marshalling.util.IntMap
-
Construct a new instance with the given initial capacity and load factor.
- IntReadField - Class in org.jboss.marshalling.util
-
A read field whose value is an int type.
- IntReadField(SerializableField) - Constructor for class org.jboss.marshalling.util.IntReadField
-
Construct a new instance with the default value.
- IntReadField(SerializableField, int) - Constructor for class org.jboss.marshalling.util.IntReadField
-
Construct a new instance.
- IntSet<T> - Class in org.jboss.marshalling.util
-
An efficient object set.
- IntSet() - Constructor for class org.jboss.marshalling.util.IntSet
-
Construct a new instance with an initial capacity of 64 and a load factor of
0.5
. - IntSet(float) - Constructor for class org.jboss.marshalling.util.IntSet
-
Construct a new instance with the given load factor and an initial capacity of 64.
- IntSet(int) - Constructor for class org.jboss.marshalling.util.IntSet
-
Construct a new instance with the given initial capacity and a load factor of
0.5
. - IntSet(int, float) - Constructor for class org.jboss.marshalling.util.IntSet
-
Construct a new instance with the given initial capacity and load factor.
- invokeRecordCanonicalConstructor(Object[]) - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Invokes the record constructor for this class.
- isAccessible() - Method in class org.jboss.marshalling.reflect.SerializableField
-
Determine if this object may be used to get or set an object field value.
- isDefaulted() - Method in class org.jboss.marshalling.util.ReadField
-
Determine whether this field was defaulted.
- isEmpty() - Method in class org.jboss.marshalling.util.IntKeyMap
- isRecord() - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Determine if this class is a record.
- 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.
K
- Kind - Enum Class in org.jboss.marshalling.util
-
The kind of field.
L
- last() - Method in class org.jboss.marshalling.util.FlatNavigableSet
- lastEntry() - Method in class org.jboss.marshalling.util.FlatNavigableMap
- lastKey() - Method in class org.jboss.marshalling.util.FlatNavigableMap
- limit - Variable in class org.jboss.marshalling.SimpleDataInput
-
The buffer limit.
- LimitedByteInput - Class in org.jboss.marshalling
-
A limited byte input stream.
- LimitedByteInput(ByteInput, long) - Constructor for class org.jboss.marshalling.LimitedByteInput
-
Create a new instance.
- LimitedByteOutput - Class in org.jboss.marshalling
-
A limited byte output stream.
- LimitedByteOutput(ByteOutput, long) - Constructor for class org.jboss.marshalling.LimitedByteOutput
-
Construct a new instance.
- loadClass(String) - Method in class org.jboss.marshalling.AbstractClassResolver
-
Load a class with the given name.
- LONG - Enum constant in enum class org.jboss.marshalling.util.Kind
-
Field of type
long
. - LongFieldPutter - Class in org.jboss.marshalling.util
-
A field putter for long-type fields.
- LongFieldPutter() - Constructor for class org.jboss.marshalling.util.LongFieldPutter
- LongReadField - Class in org.jboss.marshalling.util
-
A read field whose value is a long type.
- LongReadField(SerializableField) - Constructor for class org.jboss.marshalling.util.LongReadField
-
Construct a new instance with the default value.
- LongReadField(SerializableField, long) - Constructor for class org.jboss.marshalling.util.LongReadField
-
Construct a new instance.
- lookup(Class<?>) - Method in class org.jboss.marshalling.reflect.SerializableClassRegistry
-
Look up serialization information for a class.
- lower(E) - Method in class org.jboss.marshalling.util.FlatNavigableSet
- lowerEntry(K) - Method in class org.jboss.marshalling.util.FlatNavigableMap
- lowerKey(K) - Method in class org.jboss.marshalling.util.FlatNavigableMap
M
- main(String[]) - Static method in class org.jboss.marshalling.Version
-
Print the version to
System.out
. - MAP_KEY - Enum constant in enum class org.jboss.marshalling.TraceInformation.IndexType
- MAP_VALUE - Enum constant in enum class org.jboss.marshalling.TraceInformation.IndexType
- MappingClassExternalizerFactory - Class in org.jboss.marshalling
-
An externalizer factory which uses a fixed mapping from class to externalizer.
- MappingClassExternalizerFactory(Map<Class<?>, Externalizer>) - Constructor for class org.jboss.marshalling.MappingClassExternalizerFactory
-
Construct a new instance.
- mark(int) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- markSupported() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- Marshaller - Interface in org.jboss.marshalling
-
An object marshaller for writing objects to byte streams.
- MarshallerFactory - Interface in org.jboss.marshalling
-
The main marshaller factory.
- MarshallerObjectInput - Class in org.jboss.marshalling
-
A marshaller's object input.
- MarshallerObjectInput(Unmarshaller) - Constructor for class org.jboss.marshalling.MarshallerObjectInput
-
Construct a new instance.
- MarshallerObjectInputStream - Class in org.jboss.marshalling
-
A marshaller's object input stream.
- MarshallerObjectInputStream(Unmarshaller) - Constructor for class org.jboss.marshalling.MarshallerObjectInputStream
-
Construct a new instance which delegates to the given unmarshaller.
- MarshallerObjectOutput - Class in org.jboss.marshalling
-
A marshaller's object output.
- MarshallerObjectOutput(Marshaller) - Constructor for class org.jboss.marshalling.MarshallerObjectOutput
-
Construct a new instance.
- MarshallerObjectOutputStream - Class in org.jboss.marshalling
-
A marshaller's object output stream.
- MarshallerObjectOutputStream(Marshaller) - Constructor for class org.jboss.marshalling.MarshallerObjectOutputStream
-
Construct a new instance that delegates to the given marshaller.
- Marshalling - Class in org.jboss.marshalling
-
Static utility methods for simplifying use of marshallers.
- MarshallingConfiguration - Class in org.jboss.marshalling
-
A Marshaller configuration.
- MarshallingConfiguration() - Constructor for class org.jboss.marshalling.MarshallingConfiguration
-
Construct a new instance.
- MarshallingObjectOutputStream - Class in org.jboss.marshalling
-
An object output stream which wraps a
Marshaller
, which may be used by legacyObjectOutputStream
-based applications that wish to use the marshalling framework. - MarshallingObjectOutputStream(Marshaller, ByteOutput) - Constructor for class org.jboss.marshalling.MarshallingObjectOutputStream
-
Construct a new instance that delegates to the given marshaller.
- ModularClassResolver - Class in org.jboss.marshalling
-
A class table which implements an alternate class resolution strategy based on JBoss Modules.
- ModularClassTable - Class in org.jboss.marshalling
-
A class table which implements an alternate class resolution strategy based on JBoss Modules.
N
- navigableKeySet() - Method in class org.jboss.marshalling.util.FlatNavigableMap
- 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
-
An empty array of fields.
- NULL - Static variable in interface org.jboss.marshalling.cloner.CloneTable
-
A null clone table.
- nullClassExternalizerFactory() - Static method in class org.jboss.marshalling.Marshalling
-
Return the null class externalizer factory.
- nullClassTable() - Static method in class org.jboss.marshalling.Marshalling
-
Return the null class table instance.
- 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
- OBJECT - Enum constant in enum class org.jboss.marshalling.util.Kind
-
Field of object type.
- ObjectCloner - Interface in org.jboss.marshalling.cloner
-
An object cloner.
- ObjectClonerFactory - Interface in org.jboss.marshalling.cloner
-
An object cloner factory.
- ObjectCloners - Class in org.jboss.marshalling.cloner
-
A class which may be used to got cloner factory instances.
- ObjectClonerSource - Interface in org.jboss.marshalling.cloner
-
A source for object cloners.
- ObjectFieldPutter - Class in org.jboss.marshalling.util
-
A field putter for object-type fields.
- ObjectFieldPutter(boolean) - Constructor for class org.jboss.marshalling.util.ObjectFieldPutter
-
Construct a new instance.
- 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.
- objectPreResolver - Variable in class org.jboss.marshalling.AbstractMarshaller
-
The configured pre object resolver.
- objectPreResolver - Variable in class org.jboss.marshalling.AbstractUnmarshaller
-
The configured object pre resolver.
- ObjectReadField - Class in org.jboss.marshalling.util
-
A read field whose value is an object type.
- ObjectReadField(SerializableField) - Constructor for class org.jboss.marshalling.util.ObjectReadField
-
Construct a new instance with the default value.
- ObjectReadField(SerializableField, Object) - Constructor for class org.jboss.marshalling.util.ObjectReadField
-
Construct a new instance.
- objectResolver - Variable in class org.jboss.marshalling.AbstractMarshaller
-
The configured object resolver.
- objectResolver - Variable in class org.jboss.marshalling.AbstractUnmarshaller
-
The configured object resolver.
- ObjectResolver - 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._private - package org.jboss.marshalling._private
- org.jboss.marshalling.cloner - package org.jboss.marshalling.cloner
- org.jboss.marshalling.reflect - package org.jboss.marshalling.reflect
-
Reflection utilities for marshalling users and implementations.
- org.jboss.marshalling.util - package org.jboss.marshalling.util
- OutputStreamByteOutput - Class in org.jboss.marshalling
-
An
OutputStream
which implementsByteInput
and reads data from anotherOutputStream
. - OutputStreamByteOutput(OutputStream) - Constructor for class org.jboss.marshalling.OutputStreamByteOutput
-
Construct a new instance.
P
- Pair<A,
B> - Class in org.jboss.marshalling -
A serializable pair of values.
- Pair(A, B) - Constructor for class org.jboss.marshalling.Pair
-
Create a new instance.
- Pair.Externalizer - Class in org.jboss.marshalling
-
An externalizer for
Pair
instances. - pollFirst() - Method in class org.jboss.marshalling.util.FlatNavigableSet
- pollFirstEntry() - Method in class org.jboss.marshalling.util.FlatNavigableMap
- pollLast() - Method in class org.jboss.marshalling.util.FlatNavigableSet
- pollLastEntry() - Method in class org.jboss.marshalling.util.FlatNavigableMap
- position - Variable in class org.jboss.marshalling.SimpleDataInput
-
The buffer position.
- printDebugStats() - Method in class org.jboss.marshalling.util.IntKeyMap
- ProviderDescriptor - Interface in org.jboss.marshalling
-
A provider descriptor for automatically-discovered marshalling factory types.
- PublicReflectiveCreator - Class in org.jboss.marshalling.reflect
-
Deprecated.this class simply delegates to
ReflectiveCreator
. - PublicReflectiveCreator() - Constructor for class org.jboss.marshalling.reflect.PublicReflectiveCreator
-
Deprecated.
- put(int, V) - Method in class org.jboss.marshalling.util.IntKeyMap
- put(K, V) - Method in class org.jboss.marshalling.util.FlatNavigableMap
- put(T, int) - Method in class org.jboss.marshalling.util.IdentityIntMap
-
Put a value into the map.
- put(T, int) - Method in class org.jboss.marshalling.util.IntMap
-
Put a value into the map.
- putFields() - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- putFields() - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
R
- read() - Method in class org.jboss.marshalling.ByteBufferInput
-
Reads the next byte of data from the input stream.
- read() - Method in interface org.jboss.marshalling.ByteInput
-
Reads the next byte of data from the input stream.
- read() - Method in class org.jboss.marshalling.ByteInputStream
-
Reads the next byte of data from the input stream.
- read() - Method in class org.jboss.marshalling.LimitedByteInput
-
Reads the next byte of data from the input stream.
- read() - Method in class org.jboss.marshalling.MarshallerObjectInput
- read() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
-
Reads the next byte of data from the input stream.
- read() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Reads the next byte of data from the input stream.
- read() - Method in class org.jboss.marshalling.SimpleDataInput
-
Reads the next byte of data from the input stream.
- read() - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- read(byte[]) - Method in class org.jboss.marshalling.ByteBufferInput
-
Read some bytes from the input stream into the given array.
- read(byte[]) - Method in interface org.jboss.marshalling.ByteInput
-
Read some bytes from the input stream into the given array.
- read(byte[]) - Method in class org.jboss.marshalling.ByteInputStream
-
Read some bytes from the input stream into the given array.
- read(byte[]) - Method in class org.jboss.marshalling.MarshallerObjectInput
- read(byte[]) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
-
Read some bytes from the input stream into the given array.
- read(byte[]) - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Read some bytes from the input stream into the given array.
- read(byte[]) - Method in class org.jboss.marshalling.SimpleDataInput
-
Read some bytes from the input stream into the given array.
- read(byte[]) - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- read(byte[], int, int) - Method in class org.jboss.marshalling.ByteBufferInput
-
Read some bytes from the input stream into the given array.
- read(byte[], int, int) - Method in interface org.jboss.marshalling.ByteInput
-
Read some bytes from the input stream into the given array.
- read(byte[], int, int) - Method in class org.jboss.marshalling.ByteInputStream
-
Read some bytes from the input stream into the given array.
- read(byte[], int, int) - Method in class org.jboss.marshalling.LimitedByteInput
-
Read some bytes from the input stream into the given array.
- read(byte[], int, int) - Method in class org.jboss.marshalling.MarshallerObjectInput
- read(byte[], int, int) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
-
Read some bytes from the input stream into the given array.
- read(byte[], int, int) - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Read some bytes from the input stream into the given array.
- read(byte[], int, int) - Method in class org.jboss.marshalling.SimpleDataInput
-
Read some bytes from the input stream into the given array.
- read(byte[], int, int) - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- READ_OBJECT - Enum constant in enum class org.jboss.marshalling.TraceInformation.MethodInfo.Type
- READ_OBJECT_NO_DATA - Enum constant in enum class org.jboss.marshalling.TraceInformation.MethodInfo.Type
- 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(ObjectInput) - Method in class org.jboss.marshalling.Pair.Externalizer
- ReadField - Class in org.jboss.marshalling.util
-
Base class for a field which was read from the data stream.
- ReadField(String, boolean) - Constructor for class org.jboss.marshalling.util.ReadField
-
Construct a new instance.
- readFields() - Method in class org.jboss.marshalling.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
- readFrom(Object, ObjectInput) - Method in class org.jboss.marshalling.reflect.SerializableField
-
Read the field value from the stream.
- readFully(byte[]) - Method in class org.jboss.marshalling.MarshallerObjectInput
- readFully(byte[]) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readFully(byte[]) - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readFully(byte[]) - Method in class org.jboss.marshalling.SimpleDataInput
- readFully(byte[]) - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- readFully(byte[], int, int) - Method in class org.jboss.marshalling.MarshallerObjectInput
- readFully(byte[], int, int) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readFully(byte[], int, int) - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readFully(byte[], int, int) - Method in class org.jboss.marshalling.SimpleDataInput
- readFully(byte[], int, int) - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- readFully(ByteInput, byte[]) - Static method in class org.jboss.marshalling.Marshalling
-
Read bytes from a
ByteInput
. - readFully(ByteInput, byte[], int, int) - Static method in class org.jboss.marshalling.Marshalling
-
Read bytes from a
ByteInput
. - readHeader(ByteInput) - Method in 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
-
Read an int value.
- readLine() - Method in class org.jboss.marshalling.MarshallerObjectInput
- readLine() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
-
Deprecated.
- readLine() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Deprecated.
- readLine() - Method in class org.jboss.marshalling.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() - Method in class org.jboss.marshalling.MarshallerObjectInput
- readObject() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readObject(Class<T>) - Method in class org.jboss.marshalling.AbstractObjectInput
-
Read and return an object, cast to a specific type.
- readObject(Class<T>) - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Read and return an object, cast to a specific type.
- readObject(Class<T>) - Method in interface org.jboss.marshalling.Unmarshaller
-
Read and return an object, cast to a specific type.
- readObject(Unmarshaller) - Method in class org.jboss.marshalling.ChainingObjectTable
-
Read an instance from the stream.
- readObject(Unmarshaller) - Method in interface org.jboss.marshalling.ObjectTable
-
Read an instance from the stream.
- 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() - 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
- readObjectUnshared(Class<T>) - Method in class org.jboss.marshalling.AbstractObjectInput
-
Read and return an unshared object, cast to a specific type.
- readObjectUnshared(Class<T>) - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Read and return an unshared object, cast to a specific type.
- readObjectUnshared(Class<T>) - Method in interface org.jboss.marshalling.Unmarshaller
-
Read and return an unshared object, cast to a specific type.
- readResolve() - Method in class org.jboss.marshalling.Pair.Externalizer
-
Resolve the object to the single externalizer instance.
- 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.
- 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
-
Read an unsigned byte directly.
- readUnsignedShort() - Method in class org.jboss.marshalling.MarshallerObjectInput
- readUnsignedShort() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readUnsignedShort() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readUnsignedShort() - Method in class org.jboss.marshalling.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
-
Deprecated.This class is no longer used and will be removed in a future version.
- ReflectiveCreator() - Constructor for class org.jboss.marshalling.reflect.ReflectiveCreator
-
Deprecated.
- registerValidation(ObjectInputValidation, int) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- registerValidation(ObjectInputValidation, int) - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
-
May not be invoked in this context.
- REJECT - Enum constant in enum class org.jboss.marshalling.UnmarshallingFilter.FilterResponse
- REJECTING - Static variable in interface org.jboss.marshalling.UnmarshallingFilter
- release(ClassLoader) - Method in class org.jboss.marshalling.reflect.SerializableClassRegistry
-
Deprecated.No longer required.
- 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(ObjectStreamClass) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- resolveClass(ObjectStreamClass) - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- resolveClass(Unmarshaller, String, long) - Method in class org.jboss.marshalling.AbstractClassResolver
-
Load the local class for a class descriptor.
- resolveClass(Unmarshaller, String, long) - Method in interface org.jboss.marshalling.ClassResolver
-
Load the local class for a class descriptor.
- resolveClass(Unmarshaller, String, long) - Method in class org.jboss.marshalling.ModularClassResolver
-
Load the local class for a class descriptor.
- resolveObject(Object) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- resolveObject(Object) - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- resolveProxyClass(String[]) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- resolveProxyClass(String[]) - Method in class org.jboss.marshalling.UnmarshallingObjectInputStream
- resolveProxyClass(Unmarshaller, String[]) - Method in class org.jboss.marshalling.AbstractClassResolver
-
Load a proxy class that implements the given interfaces.
- resolveProxyClass(Unmarshaller, String[]) - Method in interface org.jboss.marshalling.ClassResolver
-
Load a proxy class that implements the given interfaces.
- resolveProxyClass(Unmarshaller, String[]) - Method in class org.jboss.marshalling.ModularClassResolver
-
Load a proxy class that implements the given interfaces.
- run() - Method in class org.jboss.marshalling._private.GetDeclaredConstructorAction
- run() - Method in class org.jboss.marshalling._private.GetDeclaredFieldAction
- run() - Method in class org.jboss.marshalling._private.GetDeclaredFieldsAction
- run() - Method in class org.jboss.marshalling._private.GetReflectionFactoryAction
- run() - Method in class org.jboss.marshalling._private.GetUnsafeAction
- run() - Method in class org.jboss.marshalling._private.SetAccessibleAction
S
- serializabilityChecker - Variable in class org.jboss.marshalling.AbstractMarshaller
-
The configured serializability checker.
- serializabilityChecker - Variable in class org.jboss.marshalling.AbstractUnmarshaller
-
The configured serializability checker.
- SerializabilityChecker - Interface in org.jboss.marshalling
-
A checker to determine whether an object class should be treated as serializable.
- SerializableClass - Class in org.jboss.marshalling.reflect
-
Reflection information about a serializable class.
- SerializableClassRegistry - Class in org.jboss.marshalling.reflect
-
A registry for reflection information usable by serialization implementations.
- SerializableField - Class in org.jboss.marshalling.reflect
-
Reflection information about a field on a serializable class.
- SerializableField(Class<?>, String, boolean) - Constructor for class org.jboss.marshalling.reflect.SerializableField
- set(Object, Object) - Method in class org.jboss.marshalling.FieldSetter
-
Set the value of the field to the given object.
- SetAccessibleAction - Class in org.jboss.marshalling._private
- SetAccessibleAction(AccessibleObject) - Constructor for class org.jboss.marshalling._private.SetAccessibleAction
- setBoolean(boolean) - Method in class org.jboss.marshalling.util.BooleanFieldPutter
-
Set the boolean value of this field.
- setBoolean(boolean) - Method in class org.jboss.marshalling.util.FieldPutter
-
Set the boolean value of this field.
- setBoolean(Object, boolean) - Method in class org.jboss.marshalling.FieldSetter
-
Set the value of the field to the given value.
- setBoolean(Object, boolean) - Method in class org.jboss.marshalling.reflect.SerializableField
-
Set the boolean value of this field on the given object instance.
- setBufferSize(int) - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
-
Set the buffer size to use.
- setBufferSize(int) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the configured buffer size.
- setByte(byte) - Method in class org.jboss.marshalling.util.ByteFieldPutter
-
Set the byte value of this field.
- setByte(byte) - Method in class org.jboss.marshalling.util.FieldPutter
-
Set the byte value of this field.
- setByte(Object, byte) - Method in class org.jboss.marshalling.FieldSetter
-
Set the value of the field to the given value.
- setByte(Object, byte) - Method in class org.jboss.marshalling.reflect.SerializableField
-
Set the byte value of this field on the given object instance.
- setChar(char) - Method in class org.jboss.marshalling.util.CharFieldPutter
-
Set the character value of this field.
- setChar(char) - Method in class org.jboss.marshalling.util.FieldPutter
-
Set the character value of this field.
- setChar(Object, char) - Method in class org.jboss.marshalling.FieldSetter
-
Set the value of the field to the given value.
- setChar(Object, char) - Method in class org.jboss.marshalling.reflect.SerializableField
-
Set the char value of this field on the given object instance.
- setClassCloner(ClassCloner) - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
-
Set the class cloner.
- setClassCount(int) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the estimated class count for this configuration.
- setClassExternalizerFactory(ClassExternalizerFactory) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the class externalizer factory.
- setClassResolver(ClassResolver) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the class resolver, or
null
to use the default. - setClassTable(ClassTable) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the class table, or
null
to use none. - setCloneTable(CloneTable) - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
-
Set the clone table.
- setDouble(double) - Method in class org.jboss.marshalling.util.DoubleFieldPutter
-
Set the double value of this field.
- setDouble(double) - Method in class org.jboss.marshalling.util.FieldPutter
-
Set the double value of this field.
- setDouble(Object, double) - Method in class org.jboss.marshalling.FieldSetter
-
Set the value of the field to the given value.
- setDouble(Object, double) - Method in class org.jboss.marshalling.reflect.SerializableField
-
Set the double value of this field on the given object instance.
- setExceptionListener(ExceptionListener) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the exception listener to use.
- setFloat(float) - Method in class org.jboss.marshalling.util.FieldPutter
-
Set the float value of this field.
- setFloat(float) - Method in class org.jboss.marshalling.util.FloatFieldPutter
-
Set the float value of this field.
- setFloat(Object, float) - Method in class org.jboss.marshalling.FieldSetter
-
Set the value of the field to the given value.
- setFloat(Object, float) - Method in class org.jboss.marshalling.reflect.SerializableField
-
Set the float value of this field on the given object instance.
- setInstanceCount(int) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the estimated instance count for this configuration.
- setInt(int) - Method in class org.jboss.marshalling.util.FieldPutter
-
Set the integer value of this field.
- setInt(int) - Method in class org.jboss.marshalling.util.IntFieldPutter
-
Set the integer value of this field.
- setInt(Object, int) - Method in class org.jboss.marshalling.FieldSetter
-
Set the value of the field to the given value.
- setInt(Object, int) - Method in class org.jboss.marshalling.reflect.SerializableField
-
Set the integer value of this field on the given object instance.
- setLong(long) - Method in class org.jboss.marshalling.util.FieldPutter
-
Set the long value of this field.
- setLong(long) - Method in class org.jboss.marshalling.util.LongFieldPutter
-
Set the long value of this field.
- setLong(Object, long) - Method in class org.jboss.marshalling.FieldSetter
-
Set the value of the field to the given value.
- setLong(Object, long) - Method in class org.jboss.marshalling.reflect.SerializableField
-
Set the long value of this field on the given object instance.
- setObject(Object) - Method in class org.jboss.marshalling.util.FieldPutter
-
Set the object value of this field.
- setObject(Object) - Method in class org.jboss.marshalling.util.ObjectFieldPutter
-
Set the object value of this field.
- setObject(Object, Object) - Method in class org.jboss.marshalling.reflect.SerializableField
-
Set the object value of this field on the given object instance.
- setObjectInputStreamFilter(ObjectInputStream, UnmarshallingFilter) - Static method in class org.jboss.marshalling.AbstractUnmarshaller
- setObjectPreResolver(ObjectResolver) - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
-
Set the object pre resolver, or
null
to use none. - setObjectPreResolver(ObjectResolver) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the object pre resolver, or
null
to use none. - setObjectResolver(ObjectResolver) - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
-
Set the object resolver.
- setObjectResolver(ObjectResolver) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the object resolver, or
null
to use none. - setObjectTable(ObjectTable) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the object table, or
null
to use none. - setSerializabilityChecker(SerializabilityChecker) - Method in class org.jboss.marshalling.cloner.ClonerConfiguration
-
Set the serializability checker.
- setSerializabilityChecker(SerializabilityChecker) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the serializability checker.
- setShort(short) - Method in class org.jboss.marshalling.util.FieldPutter
-
Set the short value of this field.
- setShort(short) - Method in class org.jboss.marshalling.util.ShortFieldPutter
-
Set the short value of this field.
- setShort(Object, short) - Method in class org.jboss.marshalling.FieldSetter
-
Set the value of the field to the given value.
- setShort(Object, short) - Method in class org.jboss.marshalling.reflect.SerializableField
-
Set the short value of this field on the given object instance.
- setStackTrace(StackTraceElement[]) - Method in class org.jboss.marshalling.TraceInformation
- setStreamHeader(StreamHeader) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the stream header.
- setUnmarshallingFilter(UnmarshallingFilter) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the unmarshalling filter.
- 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. - SHORT - Enum constant in enum class org.jboss.marshalling.util.Kind
-
Field of type
short
. - ShortFieldPutter - Class in org.jboss.marshalling.util
-
A field putter for short-type fields.
- ShortFieldPutter() - Constructor for class org.jboss.marshalling.util.ShortFieldPutter
- ShortReadField - Class in org.jboss.marshalling.util
-
A read field whose value is a boolean type.
- ShortReadField(SerializableField) - Constructor for class org.jboss.marshalling.util.ShortReadField
-
Construct a new instance with the default value.
- ShortReadField(SerializableField, short) - Constructor for class org.jboss.marshalling.util.ShortReadField
-
Construct a new instance.
- SimpleByteInput - Class in org.jboss.marshalling
-
A simple byte input which extends
InputStream
. - SimpleByteInput() - Constructor for class org.jboss.marshalling.SimpleByteInput
- SimpleByteOutput - Class in org.jboss.marshalling
-
A simple byte output which extends
OutputStream
. - SimpleByteOutput() - Constructor for class org.jboss.marshalling.SimpleByteOutput
- SimpleClassResolver - Class in org.jboss.marshalling
-
A class resolver which uses a predefined classloader.
- SimpleClassResolver(boolean, ClassLoader) - Constructor for class org.jboss.marshalling.SimpleClassResolver
-
Construct a new instance, specifying a classloader and a flag which determines whether
serialVersionUID
matching will be enforced. - SimpleClassResolver(ClassLoader) - Constructor for class org.jboss.marshalling.SimpleClassResolver
-
Construct a new instance, specifying a classloader.
- SimpleDataInput - Class in org.jboss.marshalling
- SimpleDataInput(int) - Constructor for class org.jboss.marshalling.SimpleDataInput
-
Construct a new instance which wraps nothing.
- SimpleDataInput(int, ByteInput) - Constructor for class org.jboss.marshalling.SimpleDataInput
-
Construct a new instance.
- SimpleDataInput(ByteInput) - Constructor for class org.jboss.marshalling.SimpleDataInput
-
Construct a new instance.
- SimpleDataOutput - Class in org.jboss.marshalling
-
A simple base implementation of
DataOutput
which wraps aByteOutput
. - SimpleDataOutput(int) - Constructor for class org.jboss.marshalling.SimpleDataOutput
-
Construct a new instance.
- SimpleDataOutput(int, ByteOutput) - Constructor for class org.jboss.marshalling.SimpleDataOutput
-
Construct a new instance.
- SimpleDataOutput(ByteOutput) - Constructor for class org.jboss.marshalling.SimpleDataOutput
-
Construct a new instance with a default buffer size.
- 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(ByteInput) - Method in class org.jboss.marshalling.AbstractUnmarshaller
-
Start reading from the given input.
- start(ByteInput) - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Begin unmarshalling from a stream.
- start(ByteInput) - Method in class org.jboss.marshalling.SimpleDataInput
-
Start reading from the given input.
- start(ByteInput) - Method in interface org.jboss.marshalling.Unmarshaller
-
Begin unmarshalling from a stream.
- start(ByteOutput) - Method in class org.jboss.marshalling.AbstractMarshaller
-
Begin writing to a stream.
- start(ByteOutput) - Method in interface org.jboss.marshalling.Marshaller
-
Begin marshalling to a stream.
- start(ByteOutput) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
-
Begin marshalling to a stream.
- start(ByteOutput) - Method in class org.jboss.marshalling.SimpleDataOutput
-
Begin writing to 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
-
Deprecated.This creator is no longer used and will be removed in a future version.
- SunReflectiveCreator() - Constructor for class org.jboss.marshalling.reflect.SunReflectiveCreator
-
Deprecated.
T
- tailMap(K) - Method in class org.jboss.marshalling.util.FlatNavigableMap
- tailMap(K, boolean) - Method in class org.jboss.marshalling.util.FlatNavigableMap
- tailSet(E) - Method in class org.jboss.marshalling.util.FlatNavigableSet
- tailSet(E, boolean) - Method in class org.jboss.marshalling.util.FlatNavigableSet
- toString() - Method in class org.jboss.marshalling.MarshallingConfiguration
- toString() - Method in class org.jboss.marshalling.Pair
-
Get a string representation of this pair.
- toString() - Method in class org.jboss.marshalling.reflect.SerializableClass
- toString() - Method in class org.jboss.marshalling.TraceInformation.Info
- toString() - Method in class org.jboss.marshalling.TraceInformation
- toString() - Method in class org.jboss.marshalling.util.IdentityIntMap
-
Get a string summary representation of this map.
- toString() - Method in class org.jboss.marshalling.util.IdentityIntSet
-
Get a string summary representation of this map.
- toString() - Method in class org.jboss.marshalling.util.IntMap
-
Get a string summary representation of this map.
- toString() - Method in class org.jboss.marshalling.util.IntSet
-
Get a string summary representation of this map.
- toString(StringBuilder) - Method in class org.jboss.marshalling.TraceInformation.ClassInfo
- toString(StringBuilder) - Method in class org.jboss.marshalling.TraceInformation.FieldInfo
- toString(StringBuilder) - Method in class org.jboss.marshalling.TraceInformation.IncompleteObjectInfo
- toString(StringBuilder) - Method in class org.jboss.marshalling.TraceInformation.IndexInfo
- toString(StringBuilder) - Method in class org.jboss.marshalling.TraceInformation.Info
- toString(StringBuilder) - Method in class org.jboss.marshalling.TraceInformation.ObjectInfo
- toString(StringBuilder) - Method in class org.jboss.marshalling.TraceInformation.UserInfo
- totalBytesRead - Variable in class org.jboss.marshalling.SimpleDataInput
-
Total number of bytes read and skipped from the beginning.
- TraceInformation - Class in org.jboss.marshalling
-
A facility available to marshalling implementations which allows for detailed stack traces which trace the position in the object graph where a marshalling or unmarshalling problem has occurred.
- TraceInformation.ClassInfo - Class in org.jboss.marshalling
-
Information about a class which was being (un-)marshalled at the time an exception occurred.
- TraceInformation.FieldInfo - Class in org.jboss.marshalling
-
Information about a field which was being marshalled at the time an exception occurred.
- TraceInformation.IncompleteObjectInfo - Class in org.jboss.marshalling
-
Information about an incomplete object being unmarshalled.
- TraceInformation.IndexInfo - Class in org.jboss.marshalling
-
Information about an index in an array or collection.
- TraceInformation.IndexType - Enum Class in org.jboss.marshalling
-
The type of index for a multi-valued collection or map.
- TraceInformation.Info - Class in org.jboss.marshalling
-
Information about the circumstances surrounding (un)marshalling.
- TraceInformation.MethodInfo - Class in org.jboss.marshalling
-
Information specific to a method execution.
- TraceInformation.MethodInfo.Type - Enum Class in org.jboss.marshalling
-
The type of method being executed.
- TraceInformation.ObjectInfo - Class in org.jboss.marshalling
-
Information about an object which was being (un-)marshalled at the time an exception occurred.
- TraceInformation.UserInfo - Class in org.jboss.marshalling
-
User information.
U
- UNDECIDED - Enum constant in enum class org.jboss.marshalling.UnmarshallingFilter.FilterResponse
- Unmarshaller - Interface in org.jboss.marshalling
-
An unmarshaller which reads objects from a stream.
- unmarshallingFilter - Variable in class org.jboss.marshalling.AbstractUnmarshaller
-
The configured unmarshalling filter
- UnmarshallingFilter - Interface in org.jboss.marshalling
- UnmarshallingFilter.Factory - Class in org.jboss.marshalling
- UnmarshallingFilter.FilterResponse - Enum Class in org.jboss.marshalling
- UnmarshallingObjectInputStream - Class in org.jboss.marshalling
-
An object input stream which wraps an
Unmarshaller
, which may be used by legacyObjectInputStream
-based applications that wish to use the marshalling framework. - UnmarshallingObjectInputStream(Unmarshaller, InputStream) - Constructor for class org.jboss.marshalling.UnmarshallingObjectInputStream
-
Construct a new instance which delegates to the given unmarshaller, reading from the given input.
- UnmarshallingObjectInputStream(Unmarshaller, ByteInput) - Constructor for class org.jboss.marshalling.UnmarshallingObjectInputStream
-
Construct a new instance which delegates to the given unmarshaller, reading from the given input.
- 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
- value() - Element in annotation interface org.jboss.marshalling.Externalize
-
Specify the externalizer class to be used by the annotated class.
- valueOf(String) - Static method in enum class org.jboss.marshalling.TraceInformation.IndexType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jboss.marshalling.TraceInformation.MethodInfo.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jboss.marshalling.UnmarshallingFilter.FilterResponse
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jboss.marshalling.util.Kind
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.jboss.marshalling.TraceInformation.IndexType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jboss.marshalling.TraceInformation.MethodInfo.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jboss.marshalling.UnmarshallingFilter.FilterResponse
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jboss.marshalling.util.Kind
-
Returns an array containing the constants of this enum class, 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(byte[]) - Method in class org.jboss.marshalling.ByteBufferOutput
-
Write all the bytes from the given array to the stream.
- write(byte[]) - Method in interface org.jboss.marshalling.ByteOutput
-
Write all the bytes from the given array to the stream.
- write(byte[]) - Method in class org.jboss.marshalling.ByteOutputStream
-
Write all the bytes from the given array to the stream.
- write(byte[]) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- write(byte[]) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
-
Write all the bytes from the given array to the stream.
- write(byte[]) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- write(byte[]) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
-
Write all the bytes from the given array to the stream.
- write(byte[]) - Method in class org.jboss.marshalling.SimpleDataOutput
-
Write all the bytes from the given array to the stream.
- write(byte[], int, int) - Method in class org.jboss.marshalling.ByteBufferOutput
-
Write some of the bytes from the given array to the stream.
- write(byte[], int, int) - Method in interface org.jboss.marshalling.ByteOutput
-
Write some of the bytes from the given array to the stream.
- write(byte[], int, int) - Method in class org.jboss.marshalling.ByteOutputStream
-
Write some of the bytes from the given array to the stream.
- write(byte[], int, int) - Method in class org.jboss.marshalling.LimitedByteOutput
-
Write some of the bytes from the given array to the stream.
- write(byte[], int, int) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- write(byte[], int, int) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
-
Write some of the bytes from the given array to the stream.
- write(byte[], int, int) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- write(byte[], int, int) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
-
Write some of the bytes from the given array to the stream.
- write(byte[], int, int) - Method in class org.jboss.marshalling.OutputStreamByteOutput
-
Writes
len
bytes from the specifiedbyte
array starting at offsetoff
to this output stream. - write(byte[], int, int) - Method in class org.jboss.marshalling.SimpleDataOutput
-
Write some of the bytes from the given array to the stream.
- write(int) - Method in class org.jboss.marshalling.ByteBufferOutput
-
Writes to the output stream the eight low-order bits of the argument
b
. - write(int) - Method in interface org.jboss.marshalling.ByteOutput
-
Writes to the output stream the eight low-order bits of the argument
b
. - write(int) - Method in class org.jboss.marshalling.ByteOutputStream
-
Writes to the output stream the eight low-order bits of the argument
b
. - write(int) - Method in class org.jboss.marshalling.LimitedByteOutput
-
Writes to the output stream the eight low-order bits of the argument
b
. - write(int) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- write(int) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
-
Writes to the output stream the eight low-order bits of the argument
b
. - write(int) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- write(int) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
-
Writes to the output stream the eight low-order bits of the argument
b
. - write(int) - Method in class org.jboss.marshalling.SimpleDataOutput
-
Writes to the output stream the eight low-order bits of the argument
b
. - write(Marshaller) - Method in class org.jboss.marshalling.util.BooleanFieldPutter
-
Write the value of this field in its proper native format.
- write(Marshaller) - Method in class org.jboss.marshalling.util.ByteFieldPutter
-
Write the value of this field in its proper native format.
- write(Marshaller) - Method in class org.jboss.marshalling.util.CharFieldPutter
-
Write the value of this field in its proper native format.
- write(Marshaller) - Method in class org.jboss.marshalling.util.DoubleFieldPutter
-
Write the value of this field in its proper native format.
- write(Marshaller) - Method in class org.jboss.marshalling.util.FieldPutter
-
Write the value of this field in its proper native format.
- write(Marshaller) - Method in class org.jboss.marshalling.util.FloatFieldPutter
-
Write the value of this field in its proper native format.
- write(Marshaller) - Method in class org.jboss.marshalling.util.IntFieldPutter
-
Write the value of this field in its proper native format.
- write(Marshaller) - Method in class org.jboss.marshalling.util.LongFieldPutter
-
Write the value of this field in its proper native format.
- write(Marshaller) - Method in class org.jboss.marshalling.util.ObjectFieldPutter
-
Write the value of this field in its proper native format.
- write(Marshaller) - Method in class org.jboss.marshalling.util.ShortFieldPutter
-
Write the value of this field in its proper native format.
- WRITE_OBJECT - Enum constant in enum class org.jboss.marshalling.TraceInformation.MethodInfo.Type
- writeBoolean(boolean) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- writeBoolean(boolean) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeBoolean(boolean) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeBoolean(boolean) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- writeBoolean(boolean) - Method in class org.jboss.marshalling.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 class org.jboss.marshalling.ByteWriter
- 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(ObjectOutput) - Method in class org.jboss.marshalling.Pair.Externalizer
- 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.
- 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 class org.jboss.marshalling.ByteWriter
- 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
- writeTo(Object, ObjectOutput) - Method in class org.jboss.marshalling.reflect.SerializableField
- 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.
All Classes and Interfaces|All Packages|Serialized Form