- AbstractClassResolver - Class in org.jboss.marshalling
-
A base implementation of ClassResolver
which simply resolves the class
against a classloader which is specified by the subclass implementation.
- AbstractClassResolver() - Constructor for class org.jboss.marshalling.AbstractClassResolver
-
Construct a new instance.
- AbstractClassResolver(boolean) - Constructor for class org.jboss.marshalling.AbstractClassResolver
-
Construct a new instance.
- AbstractExternalizer - Class in org.jboss.marshalling
-
An externalizer base class which handles object creation in a default fashion.
- AbstractExternalizer() - Constructor for class org.jboss.marshalling.AbstractExternalizer
-
- AbstractMarshaller - Class in org.jboss.marshalling
-
An abstract implementation of the Marshaller
interface.
- AbstractMarshaller(AbstractMarshallerFactory, MarshallingConfiguration) - Constructor for class org.jboss.marshalling.AbstractMarshaller
-
Construct a new marshaller instance.
- AbstractMarshallerFactory - Class in org.jboss.marshalling
-
An abstract implementation of the MarshallerFactory
interface.
- AbstractMarshallerFactory() - Constructor for class org.jboss.marshalling.AbstractMarshallerFactory
-
Construct a new marshaller factory instance.
- AbstractUnmarshaller - Class in org.jboss.marshalling
-
An abstract implementation of the Unmarshaller
interface.
- AbstractUnmarshaller(AbstractMarshallerFactory, MarshallingConfiguration) - Constructor for class org.jboss.marshalling.AbstractUnmarshaller
-
Construct a new unmarshaller instance.
- annotateClass(Marshaller, Class<?>) - Method in class org.jboss.marshalling.AbstractClassResolver
-
Add optional information about a class to a stream.
- annotateClass(Marshaller, Class<?>) - Method in interface org.jboss.marshalling.ClassResolver
-
Add optional information about a class to a stream.
- annotateClass(Class<?>) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- annotateClass(Class<?>) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- annotateClass(Class<?>) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationOutputStream
-
- annotateProxyClass(Marshaller, Class<?>) - Method in class org.jboss.marshalling.AbstractClassResolver
-
Add optional information about a proxy class to a stream.
- annotateProxyClass(Marshaller, Class<?>) - Method in interface org.jboss.marshalling.ClassResolver
-
Add optional information about a proxy class to a stream.
- annotateProxyClass(Class<?>) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- annotateProxyClass(Class<?>) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- annotateProxyClass(Class<?>) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationOutputStream
-
- AnnotationClassExternalizerFactory - Class in org.jboss.marshalling
-
An externalizer factory which looks for the presence of the
Externalize
annotation.
- AnnotationClassExternalizerFactory() - Constructor for class org.jboss.marshalling.AnnotationClassExternalizerFactory
-
Construct a new instance.
- available() - Method in class org.jboss.marshalling.AbstractUnmarshaller
-
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without
blocking by the next invocation of a method for this input stream.
- available() - Method in interface org.jboss.marshalling.ByteInput
-
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without
blocking by the next invocation of a method for this input stream.
- available() - Method in class org.jboss.marshalling.MarshallerObjectInput
- available() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- available() - Method in class org.jboss.marshalling.MarshallingObjectInputStream
-
- available() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without
blocking by the next invocation of a method for this input stream.
- available() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
-
- available() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
-
- available() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationUnmarshaller
-
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.
- callReadObject(Object, ObjectInputStream) - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Invoke the readObject()
method for an object.
- callReadObjectNoData(Object) - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Invoke the readObjectNoData()
method for an object.
- callReadResolve(Object) - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Invoke the readResolve()
method for an object.
- callWriteObject(Object, ObjectOutputStream) - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Invoke the writeObject()
method for an object.
- callWriteReplace(Object) - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Invoke the writeReplace()
method for an object.
- ChainingClassExternalizerFactory - Class in org.jboss.marshalling
-
A class externalizer factory that tries each delegate externalizer factory in sequence, returning the first match.
- ChainingClassExternalizerFactory(Collection<ClassExternalizerFactory>) - Constructor for class org.jboss.marshalling.ChainingClassExternalizerFactory
-
Construct a new instance.
- ChainingClassExternalizerFactory(Iterable<ClassExternalizerFactory>) - Constructor for class org.jboss.marshalling.ChainingClassExternalizerFactory
-
Construct a new instance.
- ChainingClassExternalizerFactory(Iterator<ClassExternalizerFactory>) - Constructor for class org.jboss.marshalling.ChainingClassExternalizerFactory
-
Construct a new instance.
- ChainingClassExternalizerFactory(ClassExternalizerFactory[]) - Constructor for class org.jboss.marshalling.ChainingClassExternalizerFactory
-
Construct a new instance.
- ChainingClassTable - Class in org.jboss.marshalling
-
A class table that multiplexes up to 256 class tables.
- ChainingClassTable(ClassTable[]) - Constructor for class org.jboss.marshalling.ChainingClassTable
-
Construct a new instance.
- ChainingObjectResolver - Class in org.jboss.marshalling
-
An object resolver which runs a sequence of object resolvers.
- ChainingObjectResolver(ObjectResolver[]) - Constructor for class org.jboss.marshalling.ChainingObjectResolver
-
Construct a new instance.
- ChainingObjectResolver(Iterator<ObjectResolver>) - Constructor for class org.jboss.marshalling.ChainingObjectResolver
-
Construct a new instance.
- ChainingObjectResolver(Iterable<ObjectResolver>) - Constructor for class org.jboss.marshalling.ChainingObjectResolver
-
Construct a new instance.
- ChainingObjectResolver(Collection<ObjectResolver>) - Constructor for class org.jboss.marshalling.ChainingObjectResolver
-
Construct a new instance.
- ChainingObjectTable - Class in org.jboss.marshalling
-
An object table that multiplexes up to 256 class tables.
- ChainingObjectTable(ObjectTable[]) - Constructor for class org.jboss.marshalling.ChainingObjectTable
-
Construct a new instance.
- CHAR - Static variable in class org.jboss.marshalling.river.ClassDescriptor
-
- CHAR_ARRAY - Static variable in class org.jboss.marshalling.river.ClassDescriptor
-
- CHARACTER_OBJ - Static variable in class org.jboss.marshalling.river.ClassDescriptor
-
- CharFieldPutter - Class in org.jboss.marshalling.util
-
- CharFieldPutter() - Constructor for class org.jboss.marshalling.util.CharFieldPutter
-
- CharReadField - Class in org.jboss.marshalling.util
-
- CharReadField(SerializableField, char) - Constructor for class org.jboss.marshalling.util.CharReadField
-
- CharReadField(SerializableField) - Constructor for class org.jboss.marshalling.util.CharReadField
-
- CLASS_DESCRIPTOR - Static variable in class org.jboss.marshalling.river.ClassDescriptor
-
- CLASS_TABLE_WRITER - Static variable in class org.jboss.marshalling.serialization.java.JavaSerializationConstants
-
- ClassDescriptor - Class in org.jboss.marshalling.river
-
- ClassDescriptor(Class<?>, int) - Constructor for class org.jboss.marshalling.river.ClassDescriptor
-
- classExternalizerFactory - Variable in class org.jboss.marshalling.AbstractMarshaller
-
The configured class externalizer factory.
- classExternalizerFactory - Variable in class org.jboss.marshalling.AbstractUnmarshaller
-
The configured class externalizer factory.
- ClassExternalizerFactory - Interface in org.jboss.marshalling
-
A factory for locating custom externalizers.
- classResolver - Variable in class org.jboss.marshalling.AbstractMarshaller
-
The configured class resolver.
- classResolver - Variable in class org.jboss.marshalling.AbstractUnmarshaller
-
The configured class resolver.
- ClassResolver - Interface in org.jboss.marshalling
-
A class annotater and resolver.
- classTable - Variable in class org.jboss.marshalling.AbstractMarshaller
-
The configured class table.
- classTable - Variable in class org.jboss.marshalling.AbstractUnmarshaller
-
The configured class table.
- ClassTable - Interface in org.jboss.marshalling
-
A lookup mechanism for predefined classes.
- ClassTable.Writer - Interface in org.jboss.marshalling
-
The class writer for a specific class.
- clear() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationInputStream
-
- clear() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationOutputStream
-
- clear() - Method in class org.jboss.marshalling.util.IdentityIntMap
-
- clearClassCache() - Method in interface org.jboss.marshalling.Marshaller
-
Discard the class cache.
- clearClassCache() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Discard the class cache.
- clearClassCache() - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
-
Discard the class cache.
- clearClassCache() - Method in class org.jboss.marshalling.river.BlockMarshaller
-
- clearClassCache() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
-
- clearClassCache() - Method in class org.jboss.marshalling.river.RiverMarshaller
-
- clearClassCache() - Method in class org.jboss.marshalling.river.RiverUnmarshaller
-
- clearClassCache() - Method in class org.jboss.marshalling.serial.BlockMarshaller
-
- clearClassCache() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
-
- clearClassCache() - Method in class org.jboss.marshalling.serial.SerialMarshaller
-
- clearClassCache() - Method in class org.jboss.marshalling.serial.SerialUnmarshaller
-
- clearClassCache() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationMarshaller
-
- clearClassCache() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationUnmarshaller
-
- 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 class org.jboss.marshalling.river.BlockMarshaller
-
- clearInstanceCache() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
-
- clearInstanceCache() - Method in class org.jboss.marshalling.river.RiverMarshaller
-
- clearInstanceCache() - Method in class org.jboss.marshalling.river.RiverUnmarshaller
-
- clearInstanceCache() - Method in class org.jboss.marshalling.serial.BlockMarshaller
-
- clearInstanceCache() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
-
- clearInstanceCache() - Method in class org.jboss.marshalling.serial.SerialMarshaller
-
- clearInstanceCache() - Method in class org.jboss.marshalling.serial.SerialUnmarshaller
-
- clearInstanceCache() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationMarshaller
-
- clearInstanceCache() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationUnmarshaller
-
- clearInstanceCache() - Method in interface org.jboss.marshalling.Unmarshaller
-
Discard the instance cache.
- clone() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Create a shallow clone.
- close() - Method in class org.jboss.marshalling.AbstractMarshaller
- close() - Method in class org.jboss.marshalling.MarshallerObjectInput
-
This implementation always throws an IllegalStateException
.
- close() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- close() - Method in class org.jboss.marshalling.MarshallerObjectOutput
-
This implementation always throws an IllegalStateException
.
- close() - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- close() - Method in class org.jboss.marshalling.MarshallingObjectInputStream
-
- close() - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- close() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- close() - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- close() - Method in class org.jboss.marshalling.river.BlockMarshaller
-
- close() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
-
- close() - Method in class org.jboss.marshalling.river.RiverUnmarshaller
-
- close() - Method in class org.jboss.marshalling.serial.BlockMarshaller
-
- close() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
-
- close() - Method in class org.jboss.marshalling.serial.SerialUnmarshaller
-
- close() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationUnmarshaller
-
- compareTo(ReadField) - Method in class org.jboss.marshalling.util.ReadField
-
- completeConstruction() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationInputStream
-
- completeConstruction() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationOutputStream
-
- configuredVersion - Variable in class org.jboss.marshalling.AbstractMarshaller
-
The configured version to write.
- configuredVersion - Variable in class org.jboss.marshalling.AbstractUnmarshaller
-
The configured version.
- ContextClassResolver - Class in org.jboss.marshalling
-
A class resolver which uses the context classloader to resolve classes.
- ContextClassResolver() - Constructor for class org.jboss.marshalling.ContextClassResolver
-
Construct a new instance.
- ContextClassResolver(boolean) - Constructor for class org.jboss.marshalling.ContextClassResolver
-
Construct a new instance.
- create(Class<T>) - Method in interface org.jboss.marshalling.Creator
-
Create an object instance.
- create(Class<T>) - Method in class org.jboss.marshalling.reflect.ReflectiveCreator
-
Create an object instance.
- create(Class<T>) - Method in class org.jboss.marshalling.serial.ExternalizedObject
-
Create an object instance.
- createByteInput(ByteBuffer) - Static method in class org.jboss.marshalling.Marshalling
-
Create a ByteInput
wrapper for a ByteBuffer
.
- createByteInput(InputStream) - Static method in class org.jboss.marshalling.Marshalling
-
Create a ByteInput
wrapper for an InputStream
.
- createByteOutput(ByteBuffer) - Static method in class org.jboss.marshalling.Marshalling
-
Create a ByteOutput
wrapper for a ByteBuffer
.
- createByteOutput(OutputStream) - Static method in class org.jboss.marshalling.Marshalling
-
Create a ByteOutput
wrapper for an OutputStream
.
- createExternal(Class<?>, ObjectInput, Creator) - Method in class org.jboss.marshalling.AbstractExternalizer
-
Create an instance of a type using the provided creator.
- createExternal(Class<?>, ObjectInput, Creator) - Method in interface org.jboss.marshalling.Externalizer
-
Create an instance of a type.
- createInputStream(ByteInput) - Static method in class org.jboss.marshalling.Marshalling
-
Create an InputStream
wrapper for a ByteInput
.
- createMarshaller(MarshallingConfiguration) - Method in interface org.jboss.marshalling.MarshallerFactory
-
Create a marshaller from this configuration.
- createMarshaller(MarshallingConfiguration) - Method in class org.jboss.marshalling.river.RiverMarshallerFactory
-
Create a marshaller from this configuration.
- createMarshaller(MarshallingConfiguration) - Method in class org.jboss.marshalling.serial.SerialMarshallerFactory
-
- createMarshaller(MarshallingConfiguration) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationMarshallerFactory
-
- createOptionalDataException(boolean) - Static method in class org.jboss.marshalling.Marshalling
-
Construct a new OptionalDataException
.
- createOptionalDataException(int) - Static method in class org.jboss.marshalling.Marshalling
-
Construct a new OptionalDataException
.
- createOutputStream(ByteOutput) - Static method in class org.jboss.marshalling.Marshalling
-
Create a OutputStream
wrapper for a ByteOutput
.
- createUnmarshaller(MarshallingConfiguration) - Method in interface org.jboss.marshalling.MarshallerFactory
-
Create an unmarshaller from this configuration.
- createUnmarshaller(MarshallingConfiguration) - Method in class org.jboss.marshalling.river.RiverMarshallerFactory
-
Create an unmarshaller from this configuration.
- createUnmarshaller(MarshallingConfiguration) - Method in class org.jboss.marshalling.serial.SerialMarshallerFactory
-
- createUnmarshaller(MarshallingConfiguration) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationMarshallerFactory
-
- creator - Variable in class org.jboss.marshalling.AbstractMarshaller
-
The configured object creator.
- creator - Variable in class org.jboss.marshalling.AbstractUnmarshaller
-
The configured object creator.
- Creator - Interface in org.jboss.marshalling
-
An instance creator.
- get(T, int) - Method in class org.jboss.marshalling.util.IdentityIntMap
-
Get a value from the map.
- getBlockMarshaller() - Method in class org.jboss.marshalling.river.RiverMarshaller
-
- getBoolean() - Method in class org.jboss.marshalling.util.BooleanFieldPutter
-
- getBoolean() - Method in class org.jboss.marshalling.util.BooleanReadField
-
- getBoolean() - Method in class org.jboss.marshalling.util.FieldPutter
-
- getBoolean() - Method in class org.jboss.marshalling.util.ReadField
-
- getBufferSize() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Get the configured buffer size.
- getByte() - Method in class org.jboss.marshalling.util.ByteFieldPutter
-
- getByte() - Method in class org.jboss.marshalling.util.ByteReadField
-
- getByte() - Method in class org.jboss.marshalling.util.FieldPutter
-
- getByte() - Method in class org.jboss.marshalling.util.ReadField
-
- getCachedConstructor(Class<T>) - Method in class org.jboss.marshalling.reflect.ReflectiveCreator
-
Get a cached constructor for the class.
- getChar() - Method in class org.jboss.marshalling.util.CharFieldPutter
-
- getChar() - Method in class org.jboss.marshalling.util.CharReadField
-
- getChar() - Method in class org.jboss.marshalling.util.FieldPutter
-
- getChar() - Method in class org.jboss.marshalling.util.ReadField
-
- getClassCount() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Get the estimated class count for this configuration.
- getClassExternalizerFactory() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Get the class externalizer factory, or null
if none is specified.
- getClassLoader() - Method in class org.jboss.marshalling.AbstractClassResolver
-
Get the classloader to use to resolve classes for this resolver.
- getClassLoader() - Method in class org.jboss.marshalling.ContextClassResolver
-
Get the classloader to use to resolve classes for this resolver.
- getClassLoader() - Method in class org.jboss.marshalling.SimpleClassResolver
-
Get the classloader to use to resolve classes for this resolver.
- getClassName(Class<?>) - Method in class org.jboss.marshalling.AbstractClassResolver
-
Get the class name to write for a given class.
- getClassName(Class<?>) - Method in interface org.jboss.marshalling.ClassResolver
-
Get the class name to write for a given class.
- getClassResolver() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Get the class resolver, or null
if none is specified.
- getClassTable() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Get the class table, or null
if none is specified.
- getClassWriter(Class<?>) - Method in class org.jboss.marshalling.ChainingClassTable
-
Determine whether the given class reference is a valid predefined reference.
- getClassWriter(Class<?>) - Method in interface org.jboss.marshalling.ClassTable
-
Determine whether the given class reference is a valid predefined reference.
- getCreator() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Get the object creator, or null
if none is specified.
- getCreator() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationInputStream
-
- 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.
- getDefaultClassExternalizerFactory() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationMarshallerFactory
-
- getDefaultClassResolver() - Method in class org.jboss.marshalling.AbstractMarshallerFactory
-
Get the default class resolver, which is used if none was configured.
- getDefaultClassResolver() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationMarshallerFactory
-
- getDefaultClassTable() - Method in class org.jboss.marshalling.AbstractMarshallerFactory
-
Get the default class table, which is used if none was configured.
- getDefaultClassTable() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationMarshallerFactory
-
- getDefaultCreator() - Method in class org.jboss.marshalling.AbstractMarshallerFactory
-
Get the default object creator, which is used if none was configured.
- getDefaultExternalizerFactory() - Method in class org.jboss.marshalling.AbstractMarshallerFactory
-
Get the default externalizer factory, which is used if none was configured.
- getDefaultExternalizerFactory() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationMarshallerFactory
-
- getDefaultObjectResolver() - Method in class org.jboss.marshalling.AbstractMarshallerFactory
-
Get the default object resolver, which is used if none was configured.
- getDefaultObjectResolver() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationMarshallerFactory
-
- getDefaultObjectTable() - Method in class org.jboss.marshalling.AbstractMarshallerFactory
-
Get the default object, which is used if none was configured.
- getDefaultObjectTable() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationMarshallerFactory
-
- getDefaultStreamHeader() - Method in class org.jboss.marshalling.AbstractMarshallerFactory
-
Get the default stream header, which is used if none was configured.
- getDefaultStreamHeader() - Method in class org.jboss.marshalling.serial.SerialMarshallerFactory
-
- getDefaultStreamHeader() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationMarshallerFactory
-
- getDefaultVersion() - Method in class org.jboss.marshalling.AbstractMarshallerFactory
-
Get the default version, which is used if none was configured.
- getDefaultVersion() - Method in class org.jboss.marshalling.river.RiverMarshallerFactory
-
- getDefaultVersion() - Method in class org.jboss.marshalling.serial.SerialMarshallerFactory
-
- getDouble() - Method in class org.jboss.marshalling.util.DoubleFieldPutter
-
- getDouble() - Method in class org.jboss.marshalling.util.DoubleReadField
-
- getDouble() - Method in class org.jboss.marshalling.util.FieldPutter
-
- getDouble() - Method in class org.jboss.marshalling.util.ReadField
-
- getEffectiveSerialVersionUID() - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Get the effective serial version UID of this class.
- 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(Object) - Method in interface org.jboss.marshalling.ExternalizerFactory
-
Deprecated.
Look up a custom externalizer for a given object instance.
- getExternalizer(Class<?>) - Method in class org.jboss.marshalling.MappingClassExternalizerFactory
-
Look up a custom externalizer for a given object class.
- getExternalizer() - Method in class org.jboss.marshalling.river.ExternalizerClassDescriptor
-
- getExternalizerFactory() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
- getField() - Method in class org.jboss.marshalling.reflect.SerializableField
-
Get the reflection Field
for this serializable field.
- getFields() - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Get the serializable fields of this class.
- getFields() - Method in class org.jboss.marshalling.river.SerializableClassDescriptor
-
- getFloat() - Method in class org.jboss.marshalling.util.FieldPutter
-
- getFloat() - Method in class org.jboss.marshalling.util.FloatFieldPutter
-
- getFloat() - Method in class org.jboss.marshalling.util.FloatReadField
-
- getFloat() - Method in class org.jboss.marshalling.util.ReadField
-
- getInputStream() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationUnmarshaller
-
- getInstance() - Static method in class org.jboss.marshalling.reflect.SerializableClassRegistry
-
Get the serializable class registry instance, if allowed by the current security manager.
- getInstanceCount() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Get the estimated instance count for this configuration.
- getInt() - Method in class org.jboss.marshalling.util.FieldPutter
-
- getInt() - Method in class org.jboss.marshalling.util.IntFieldPutter
-
- getInt() - Method in class org.jboss.marshalling.util.IntReadField
-
- getInt() - Method in class org.jboss.marshalling.util.ReadField
-
- getKind() - Method in class org.jboss.marshalling.reflect.SerializableField
-
Get the kind of field.
- getKind() - Method in class org.jboss.marshalling.util.BooleanFieldPutter
-
- getKind() - Method in class org.jboss.marshalling.util.BooleanReadField
-
- getKind() - Method in class org.jboss.marshalling.util.ByteFieldPutter
-
- getKind() - Method in class org.jboss.marshalling.util.ByteReadField
-
- getKind() - Method in class org.jboss.marshalling.util.CharFieldPutter
-
- getKind() - Method in class org.jboss.marshalling.util.CharReadField
-
- getKind() - Method in class org.jboss.marshalling.util.DoubleFieldPutter
-
- getKind() - Method in class org.jboss.marshalling.util.DoubleReadField
-
- getKind() - Method in class org.jboss.marshalling.util.FieldPutter
-
- getKind() - Method in class org.jboss.marshalling.util.FloatFieldPutter
-
- getKind() - Method in class org.jboss.marshalling.util.FloatReadField
-
- getKind() - Method in class org.jboss.marshalling.util.IntFieldPutter
-
- getKind() - Method in class org.jboss.marshalling.util.IntReadField
-
- getKind() - Method in class org.jboss.marshalling.util.LongFieldPutter
-
- getKind() - Method in class org.jboss.marshalling.util.LongReadField
-
- getKind() - Method in class org.jboss.marshalling.util.ObjectFieldPutter
-
- getKind() - Method in class org.jboss.marshalling.util.ObjectReadField
-
- getKind() - Method in class org.jboss.marshalling.util.ReadField
-
- getKind() - Method in class org.jboss.marshalling.util.ShortFieldPutter
-
- getKind() - Method in class org.jboss.marshalling.util.ShortReadField
-
- getLong() - Method in class org.jboss.marshalling.util.FieldPutter
-
- getLong() - Method in class org.jboss.marshalling.util.LongFieldPutter
-
- getLong() - Method in class org.jboss.marshalling.util.LongReadField
-
- getLong() - Method in class org.jboss.marshalling.util.ReadField
-
- getLongUTFLength(String) - Static method in class org.jboss.marshalling.UTFUtils
-
Get the number of bytes used by the modified UTF-8 encoded form of the given string.
- getMinimumBufferSize() - Method in class org.jboss.marshalling.AbstractMarshallerFactory
-
Get the minimum buffer size.
- getName() - Method in class org.jboss.marshalling.reflect.SerializableField
-
Get the name of the field.
- getName() - Method in class org.jboss.marshalling.util.ReadField
-
- getNewConstructor(Class<T>) - Method in class org.jboss.marshalling.reflect.ReflectiveCreator
-
Get the constructor to use for a class.
- getNewConstructor(Class<T>) - Method in class org.jboss.marshalling.reflect.SunReflectiveCreator
-
Get the constructor to use for a class.
- getObject() - Method in class org.jboss.marshalling.util.FieldPutter
-
- getObject() - Method in class org.jboss.marshalling.util.ObjectFieldPutter
-
- getObject() - Method in class org.jboss.marshalling.util.ObjectReadField
-
- getObject() - Method in class org.jboss.marshalling.util.ReadField
-
- getObjectOutput() - Method in class org.jboss.marshalling.river.RiverMarshaller
-
- 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.
- getObjectTable() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationInputStream
-
- 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.
- getOutputStream() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationMarshaller
-
- 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.
- getSerializableClass() - Method in class org.jboss.marshalling.river.SerializableClassDescriptor
-
- getSerializableField(String, Class<?>, boolean) - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Create a synthetic field for this object class.
- getShort() - Method in class org.jboss.marshalling.util.FieldPutter
-
- getShort() - Method in class org.jboss.marshalling.util.ReadField
-
- getShort() - Method in class org.jboss.marshalling.util.ShortFieldPutter
-
- getShort() - Method in class org.jboss.marshalling.util.ShortReadField
-
- getShortUTFLength(String) - Static method in class org.jboss.marshalling.UTFUtils
-
Get the number of bytes used by the modified UTF-8 encoded form of the given string.
- getStreamHeader() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Get the stream header, or null
if none is specified.
- getSubjectClass() - Method in class org.jboss.marshalling.reflect.SerializableClass
-
Get the Class
of this class.
- getSuperClassDescriptor() - Method in class org.jboss.marshalling.river.SerializableClassDescriptor
-
- getType() - Method in class org.jboss.marshalling.reflect.SerializableField
-
Get the field type.
- getType() - Method in class org.jboss.marshalling.river.ClassDescriptor
-
- getTypeID() - Method in class org.jboss.marshalling.river.ClassDescriptor
-
- getUnmarshaller() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationInputStream
-
- getVersion() - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Get the version to use, for protocols with multiple versions.
- getWrappedObject() - Method in class org.jboss.marshalling.serialization.java.ExternalizableWrapper
-
- getWrappedObject() - Method in class org.jboss.marshalling.serialization.java.ObjectTableWriterWrapper
-
- main(String[]) - Static method in class org.jboss.marshalling.Version
-
Print the version to System.out
.
- MappingClassExternalizerFactory - Class in org.jboss.marshalling
-
An externalizer factory which uses a fixed mapping from class to externalizer.
- MappingClassExternalizerFactory(Map<Class<?>, Externalizer>) - Constructor for class org.jboss.marshalling.MappingClassExternalizerFactory
-
Construct a new instance.
- mark(int) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- markSupported() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- Marshaller - Interface in org.jboss.marshalling
-
An object marshaller for writing objects to byte streams.
- MarshallerFactory - Interface in org.jboss.marshalling
-
The main marshaller factory.
- MarshallerObjectInput - Class in org.jboss.marshalling
-
A marshaller's object input.
- MarshallerObjectInput(Unmarshaller) - Constructor for class org.jboss.marshalling.MarshallerObjectInput
-
Construct a new instance.
- MarshallerObjectInputStream - Class in org.jboss.marshalling
-
A marshaller's object input stream.
- MarshallerObjectInputStream(Unmarshaller) - Constructor for class org.jboss.marshalling.MarshallerObjectInputStream
-
Construct a new instance which delegates to the given unmarshaller.
- MarshallerObjectOutput - Class in org.jboss.marshalling
-
A marshaller's object output.
- MarshallerObjectOutput(Marshaller) - Constructor for class org.jboss.marshalling.MarshallerObjectOutput
-
Construct a new instance.
- MarshallerObjectOutputStream - Class in org.jboss.marshalling
-
A marshaller's object output stream.
- MarshallerObjectOutputStream(Marshaller) - Constructor for class org.jboss.marshalling.MarshallerObjectOutputStream
-
Construct a new instance that delegates to the given marshaller.
- Marshalling - Class in org.jboss.marshalling
-
Static utility methods for simplfying use of marshallers.
- MarshallingConfiguration - Class in org.jboss.marshalling
-
A Marshaller configuration.
- MarshallingConfiguration() - Constructor for class org.jboss.marshalling.MarshallingConfiguration
-
Construct a new instance.
- MarshallingObjectInputStream - Class in org.jboss.marshalling
-
An object input stream which wraps an Unmarshaller
, which may be used by legacy ObjectInputStream
-based
applications that wish to use the marshalling framework.
- MarshallingObjectInputStream(Unmarshaller, InputStream) - Constructor for class org.jboss.marshalling.MarshallingObjectInputStream
-
Construct a new instance which delegates to the given unmarshaller, reading from the given input.
- MarshallingObjectInputStream(Unmarshaller, ByteInput) - Constructor for class org.jboss.marshalling.MarshallingObjectInputStream
-
Construct a new instance which delegates to the given unmarshaller, reading from the given input.
- MarshallingObjectOutputStream - Class in org.jboss.marshalling
-
An object output stream which wraps a Marshaller
, which may be used by legacy ObjectOutputStream
-based
applications that wish to use the marshalling framework.
- MarshallingObjectOutputStream(Marshaller, ByteOutput) - Constructor for class org.jboss.marshalling.MarshallingObjectOutputStream
-
Construct a new instance that delegates to the given marshaller.
- MAX_VERSION - Static variable in class org.jboss.marshalling.river.Protocol
-
- read() - Method in class org.jboss.marshalling.AbstractUnmarshaller
-
Reads the next byte of data from the input stream.
- read(byte[]) - Method in class org.jboss.marshalling.AbstractUnmarshaller
-
Read some bytes from the input stream into the given array.
- read(byte[], int, int) - Method in class org.jboss.marshalling.AbstractUnmarshaller
-
Read some bytes from the input stream into the given array.
- read() - Method in interface org.jboss.marshalling.ByteInput
-
Reads the next byte of data from the input stream.
- read(byte[]) - Method in interface org.jboss.marshalling.ByteInput
-
Read some bytes from the input stream into the given array.
- read(byte[], int, int) - Method in interface org.jboss.marshalling.ByteInput
-
Read some bytes from the input stream into the given array.
- read() - Method in class org.jboss.marshalling.MarshallerObjectInput
- read(byte[]) - Method in class org.jboss.marshalling.MarshallerObjectInput
- read(byte[], int, int) - Method in class org.jboss.marshalling.MarshallerObjectInput
- read() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- read(byte[]) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- read(byte[], int, int) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- read() - Method in class org.jboss.marshalling.MarshallingObjectInputStream
-
- read(byte[]) - Method in class org.jboss.marshalling.MarshallingObjectInputStream
-
- read(byte[], int, int) - Method in class org.jboss.marshalling.MarshallingObjectInputStream
-
- read() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Reads the next byte of data from the input stream.
- read(byte[], int, int) - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Read some bytes from the input stream into the given array.
- read(byte[]) - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Read some bytes from the input stream into the given array.
- read() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
-
- read(byte[]) - Method in class org.jboss.marshalling.river.BlockUnmarshaller
-
- read(byte[], int, int) - Method in class org.jboss.marshalling.river.BlockUnmarshaller
-
- read() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
-
- read(byte[]) - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
-
- read(byte[], int, int) - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
-
- read() - Method in class org.jboss.marshalling.serialization.java.ByteInputStream
-
- read(byte[], int, int) - Method in class org.jboss.marshalling.serialization.java.ByteInputStream
-
- read() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationUnmarshaller
-
Reads the next byte of data from the input stream.
- read(byte[]) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationUnmarshaller
-
Read some bytes from the input stream into the given array.
- read(byte[], int, int) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationUnmarshaller
-
Read some bytes from the input stream into the given array.
- readBoolean() - Method in class org.jboss.marshalling.AbstractUnmarshaller
- readBoolean() - Method in class org.jboss.marshalling.MarshallerObjectInput
- readBoolean() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readBoolean() - Method in class org.jboss.marshalling.MarshallingObjectInputStream
-
- readBoolean() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readBoolean() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
-
- readBoolean() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
-
- readBoolean() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationUnmarshaller
- readByte() - Method in class org.jboss.marshalling.AbstractUnmarshaller
- readByte() - Method in class org.jboss.marshalling.MarshallerObjectInput
- readByte() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readByte() - Method in class org.jboss.marshalling.MarshallingObjectInputStream
-
- readByte() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readByte() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
-
- readByte() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
-
- readByte() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationUnmarshaller
- readChar() - Method in class org.jboss.marshalling.AbstractUnmarshaller
- readChar() - Method in class org.jboss.marshalling.MarshallerObjectInput
- readChar() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readChar() - Method in class org.jboss.marshalling.MarshallingObjectInputStream
-
- readChar() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readChar() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
-
- readChar() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
-
- readChar() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationUnmarshaller
- readClass(Unmarshaller) - Method in class org.jboss.marshalling.ChainingClassTable
-
Read a class from the stream.
- readClass(Unmarshaller) - Method in interface org.jboss.marshalling.ClassTable
-
Read a class from the stream.
- readClassDescriptor() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readClassDescriptor() - Method in class org.jboss.marshalling.MarshallingObjectInputStream
- readClassDescriptor() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationInputStream
-
- readDouble() - Method in class org.jboss.marshalling.AbstractUnmarshaller
- readDouble() - Method in class org.jboss.marshalling.MarshallerObjectInput
- readDouble() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readDouble() - Method in class org.jboss.marshalling.MarshallingObjectInputStream
-
- readDouble() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readDouble() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
-
- readDouble() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
-
- readDouble() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationUnmarshaller
- readExternal(Object, ObjectInput) - Method in interface org.jboss.marshalling.Externalizer
-
Read the external representation of an object.
- readExternal(ObjectInput) - Method in class org.jboss.marshalling.serial.ExternalizedObject
- readExternal(ObjectInput) - Method in class org.jboss.marshalling.serialization.java.ExternalizableWrapper
-
- readExternal(ObjectInput) - Method in class org.jboss.marshalling.serialization.java.ObjectTableWriterWrapper
-
- ReadField - Class in org.jboss.marshalling.util
-
- ReadField(String, boolean) - Constructor for class org.jboss.marshalling.util.ReadField
-
- readFields() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readFields() - Method in class org.jboss.marshalling.MarshallingObjectInputStream
-
May not be invoked in this context.
- readFields() - Method in class org.jboss.marshalling.river.RiverObjectInputStream
-
- readFields(Object, SerializableClassDescriptor) - Method in class org.jboss.marshalling.river.RiverUnmarshaller
-
- readFields() - Method in class org.jboss.marshalling.serial.SerialObjectInputStream
-
- readFloat() - Method in class org.jboss.marshalling.AbstractUnmarshaller
- readFloat() - Method in class org.jboss.marshalling.MarshallerObjectInput
- readFloat() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readFloat() - Method in class org.jboss.marshalling.MarshallingObjectInputStream
-
- readFloat() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readFloat() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
-
- readFloat() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
-
- readFloat() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationUnmarshaller
- readFully(byte[]) - Method in class org.jboss.marshalling.AbstractUnmarshaller
- readFully(byte[], int, int) - Method in class org.jboss.marshalling.AbstractUnmarshaller
- readFully(byte[]) - Method in class org.jboss.marshalling.MarshallerObjectInput
- readFully(byte[], int, int) - Method in class org.jboss.marshalling.MarshallerObjectInput
- readFully(byte[]) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readFully(byte[], int, int) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readFully(ByteInput, byte[]) - Static method in class org.jboss.marshalling.Marshalling
-
Read bytes from a ByteInput
.
- readFully(ByteInput, byte[], int, int) - Static method in class org.jboss.marshalling.Marshalling
-
Read bytes from a ByteInput
.
- readFully(byte[]) - Method in class org.jboss.marshalling.MarshallingObjectInputStream
-
- readFully(byte[], int, int) - Method in class org.jboss.marshalling.MarshallingObjectInputStream
-
- readFully(byte[]) - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readFully(byte[], int, int) - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readFully(byte[]) - Method in class org.jboss.marshalling.river.BlockUnmarshaller
-
- readFully(byte[], int, int) - Method in class org.jboss.marshalling.river.BlockUnmarshaller
-
- readFully(byte[]) - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
-
- readFully(byte[], int, int) - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
-
- readFully(byte[]) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationUnmarshaller
- readFully(byte[], int, int) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationUnmarshaller
- readHeader(ByteInput) - Method in interface org.jboss.marshalling.StreamHeader
-
Read the stream header from the stream.
- readInt() - Method in class org.jboss.marshalling.AbstractUnmarshaller
- readInt() - Method in class org.jboss.marshalling.MarshallerObjectInput
- readInt() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readInt() - Method in class org.jboss.marshalling.MarshallingObjectInputStream
-
- readInt() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readInt() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
-
- readInt() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
-
- readInt() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationUnmarshaller
- readIntDirect() - Method in class org.jboss.marshalling.AbstractUnmarshaller
-
- readLine() - Method in class org.jboss.marshalling.AbstractUnmarshaller
- readLine() - Method in class org.jboss.marshalling.MarshallerObjectInput
- readLine() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
-
Deprecated.
- readLine() - Method in class org.jboss.marshalling.MarshallingObjectInputStream
-
Deprecated.
- readLine() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Deprecated.
- readLine() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
-
- readLine() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
-
- readLine() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationUnmarshaller
-
Deprecated.
- readLong() - Method in class org.jboss.marshalling.AbstractUnmarshaller
-
- readLong() - Method in class org.jboss.marshalling.MarshallerObjectInput
- readLong() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readLong() - Method in class org.jboss.marshalling.MarshallingObjectInputStream
-
- readLong() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readLong() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
-
- readLong() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
-
- readLong() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationUnmarshaller
- readLongDirect() - Method in class org.jboss.marshalling.AbstractUnmarshaller
- readObject() - Method in class org.jboss.marshalling.AbstractUnmarshaller
- readObject(Unmarshaller) - Method in class org.jboss.marshalling.ChainingObjectTable
-
Read an instance from the stream.
- readObject() - Method in class org.jboss.marshalling.MarshallerObjectInput
- readObject() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readObject(Unmarshaller) - Method in interface org.jboss.marshalling.ObjectTable
-
Read an instance from the stream.
- readObject() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
-
- readObject() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
-
- readObjectOverride() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readObjectOverride() - Method in class org.jboss.marshalling.MarshallingObjectInputStream
-
- readObjectUnshared() - Method in class org.jboss.marshalling.AbstractUnmarshaller
-
Read and return an unshared object.
- readObjectUnshared() - Method in class org.jboss.marshalling.MarshallingObjectInputStream
-
- readObjectUnshared() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Read and return an unshared object.
- readObjectUnshared() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
-
- readObjectUnshared() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
-
- readObjectUnshared() - Method in interface org.jboss.marshalling.Unmarshaller
-
Read and return an unshared object.
- readResolve(Object) - Method in class org.jboss.marshalling.ChainingObjectResolver
-
Get the original object for a replacement object read from a stream.
- readResolve(Object) - Method in interface org.jboss.marshalling.ObjectResolver
-
Get the original object for a replacement object read from a stream.
- readResolve() - Method in class org.jboss.marshalling.serial.ExternalizedObject
-
Return the externalized object after readExternal()
completes.
- readResolve(Object) - Method in class org.jboss.marshalling.serialization.java.ObjectResolverWrapper
-
- readShort() - Method in class org.jboss.marshalling.AbstractUnmarshaller
- readShort() - Method in class org.jboss.marshalling.MarshallerObjectInput
- readShort() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readShort() - Method in class org.jboss.marshalling.MarshallingObjectInputStream
-
- readShort() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readShort() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
-
- readShort() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
-
- readShort() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationUnmarshaller
- readStreamHeader() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readStreamHeader() - Method in class org.jboss.marshalling.MarshallingObjectInputStream
- readStreamHeader() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationInputStream
-
- readString() - Method in class org.jboss.marshalling.river.RiverUnmarshaller
-
- readUnshared() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readUnshared() - Method in class org.jboss.marshalling.MarshallingObjectInputStream
-
- readUnsignedByte() - Method in class org.jboss.marshalling.AbstractUnmarshaller
- readUnsignedByte() - Method in class org.jboss.marshalling.MarshallerObjectInput
- readUnsignedByte() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readUnsignedByte() - Method in class org.jboss.marshalling.MarshallingObjectInputStream
-
- readUnsignedByte() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readUnsignedByte() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
-
- readUnsignedByte() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
-
- readUnsignedByte() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationUnmarshaller
- readUnsignedByteDirect() - Method in class org.jboss.marshalling.AbstractUnmarshaller
-
- readUnsignedShort() - Method in class org.jboss.marshalling.AbstractUnmarshaller
- readUnsignedShort() - Method in class org.jboss.marshalling.MarshallerObjectInput
- readUnsignedShort() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readUnsignedShort() - Method in class org.jboss.marshalling.MarshallingObjectInputStream
-
- readUnsignedShort() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readUnsignedShort() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
-
- readUnsignedShort() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
-
- readUnsignedShort() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationUnmarshaller
- readUTF() - Method in class org.jboss.marshalling.AbstractUnmarshaller
- readUTF() - Method in class org.jboss.marshalling.MarshallerObjectInput
- readUTF() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- readUTF() - Method in class org.jboss.marshalling.MarshallingObjectInputStream
-
- readUTF() - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- readUTF() - Method in class org.jboss.marshalling.river.BlockUnmarshaller
-
- readUTF() - Method in class org.jboss.marshalling.river.RiverUnmarshaller
-
- readUTF() - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
-
- readUTF() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationUnmarshaller
- readUTFBytes(ByteInput, int) - Static method in class org.jboss.marshalling.UTFUtils
-
Read the given number of characters from the given byte input.
- readUTFBytesByByteCount(ByteInput, long) - Static method in class org.jboss.marshalling.UTFUtils
-
Read the given number of characters from the given byte input.
- readUTFZBytes(ByteInput) - Static method in class org.jboss.marshalling.UTFUtils
-
Read a null-terminated modified UTF-8 string from the given byte input.
- ReflectiveCreator - Class in org.jboss.marshalling.reflect
-
A creator that simply uses reflection to locate and invoke a zero-argument constructor.
- ReflectiveCreator() - Constructor for class org.jboss.marshalling.reflect.ReflectiveCreator
-
- registerValidation(ObjectInputValidation, int) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- registerValidation(ObjectInputValidation, int) - Method in class org.jboss.marshalling.MarshallingObjectInputStream
-
May not be invoked in this context.
- registerValidation(ObjectInputValidation, int) - Method in class org.jboss.marshalling.river.RiverObjectInputStream
-
- registerValidation(ObjectInputValidation, int) - Method in class org.jboss.marshalling.serial.SerialObjectInputStream
-
- replaceObject(Object) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- replaceObject(Object) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- replaceObject(Object) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationOutputStream
-
- reset() - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- reset() - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- reset() - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- resolveClass(Unmarshaller, String, long) - Method in class org.jboss.marshalling.AbstractClassResolver
-
Load the local class for a class descriptor.
- resolveClass(Unmarshaller, String, long) - Method in interface org.jboss.marshalling.ClassResolver
-
Load the local class for a class descriptor.
- resolveClass(ObjectStreamClass) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- resolveClass(ObjectStreamClass) - Method in class org.jboss.marshalling.MarshallingObjectInputStream
- resolveClass(ObjectStreamClass) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationInputStream
-
- resolveObject(Object) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- resolveObject(Object) - Method in class org.jboss.marshalling.MarshallingObjectInputStream
- resolveObject(Object) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationInputStream
-
- resolveProxyClass(Unmarshaller, String[]) - Method in class org.jboss.marshalling.AbstractClassResolver
-
Load a proxy class that implements the given interfaces.
- resolveProxyClass(Unmarshaller, String[]) - Method in interface org.jboss.marshalling.ClassResolver
-
Load a proxy class that implements the given interfaces.
- resolveProxyClass(String[]) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- resolveProxyClass(String[]) - Method in class org.jboss.marshalling.MarshallingObjectInputStream
- resolveProxyClass(String[]) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationInputStream
-
- RiverMarshaller - Class in org.jboss.marshalling.river
-
- RiverMarshaller(RiverMarshallerFactory, SerializableClassRegistry, MarshallingConfiguration) - Constructor for class org.jboss.marshalling.river.RiverMarshaller
-
- RiverMarshallerFactory - Class in org.jboss.marshalling.river
-
The River marshaller factory implementation.
- RiverMarshallerFactory() - Constructor for class org.jboss.marshalling.river.RiverMarshallerFactory
-
Construct a new instance of a River marshaller factory.
- RiverObjectInputStream - Class in org.jboss.marshalling.river
-
- RiverObjectInputStream(RiverUnmarshaller, Unmarshaller) - Constructor for class org.jboss.marshalling.river.RiverObjectInputStream
-
- RiverObjectInputStream.State - Enum in org.jboss.marshalling.river
-
- RiverObjectOutputStream - Class in org.jboss.marshalling.river
-
- RiverObjectOutputStream(Marshaller, RiverMarshaller) - Constructor for class org.jboss.marshalling.river.RiverObjectOutputStream
-
- RiverObjectOutputStream.State - Enum in org.jboss.marshalling.river
-
- RiverPutField - Class in org.jboss.marshalling.river
-
- RiverPutField(FieldPutter[], String[]) - Constructor for class org.jboss.marshalling.river.RiverPutField
-
- RiverUnmarshaller - Class in org.jboss.marshalling.river
-
- RiverUnmarshaller(RiverMarshallerFactory, SerializableClassRegistry, MarshallingConfiguration) - Constructor for class org.jboss.marshalling.river.RiverUnmarshaller
-
- Serial - Class in org.jboss.marshalling.serial
-
- SerializableClass - Class in org.jboss.marshalling.reflect
-
Reflection information about a serializable class.
- SerializableClassDescriptor - Class in org.jboss.marshalling.river
-
- SerializableClassDescriptor(SerializableClass, ClassDescriptor, SerializableField[], int) - Constructor for class org.jboss.marshalling.river.SerializableClassDescriptor
-
- SerializableClassDescriptor(SerializableClass, ClassDescriptor) - Constructor for class org.jboss.marshalling.river.SerializableClassDescriptor
-
- 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.
- SerialMarshaller - Class in org.jboss.marshalling.serial
-
- SerialMarshallerFactory - Class in org.jboss.marshalling.serial
-
- SerialMarshallerFactory() - Constructor for class org.jboss.marshalling.serial.SerialMarshallerFactory
-
Construct a new instance of a River marshaller factory.
- SerialObjectInputStream - Class in org.jboss.marshalling.serial
-
- SerialObjectOutputStream - Class in org.jboss.marshalling.serial
-
- SerialObjectOutputStream(SerialMarshaller, BlockMarshaller) - Constructor for class org.jboss.marshalling.serial.SerialObjectOutputStream
-
- SerialObjectOutputStream.State - Enum in org.jboss.marshalling.serial
-
- SerialUnmarshaller - Class in org.jboss.marshalling.serial
-
- setBoolean(boolean) - Method in class org.jboss.marshalling.util.BooleanFieldPutter
-
- setBoolean(boolean) - Method in class org.jboss.marshalling.util.FieldPutter
-
- setBufferSize(int) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the configured buffer size.
- setByte(byte) - Method in class org.jboss.marshalling.util.ByteFieldPutter
-
- setByte(byte) - Method in class org.jboss.marshalling.util.FieldPutter
-
- setChar(char) - Method in class org.jboss.marshalling.util.CharFieldPutter
-
- setChar(char) - Method in class org.jboss.marshalling.util.FieldPutter
-
- setClassCount(int) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the estimated class count for this configuration.
- setClassExternalizerFactory(ClassExternalizerFactory) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the class externalizer factory.
- setClassResolver(ClassResolver) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the class resolver, or null
to use the default.
- setClassTable(ClassTable) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the class table, or null
to use none.
- setCreator(Creator) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the object creator, or null
to use the default.
- setDouble(double) - Method in class org.jboss.marshalling.util.DoubleFieldPutter
-
- setDouble(double) - Method in class org.jboss.marshalling.util.FieldPutter
-
- setExternalizerFactory(ExternalizerFactory) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
- setFloat(float) - Method in class org.jboss.marshalling.util.FieldPutter
-
- setFloat(float) - Method in class org.jboss.marshalling.util.FloatFieldPutter
-
- setInstanceCount(int) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the estimated instance count for this configuration.
- setInt(int) - Method in class org.jboss.marshalling.util.FieldPutter
-
- setInt(int) - Method in class org.jboss.marshalling.util.IntFieldPutter
-
- setLong(long) - Method in class org.jboss.marshalling.util.FieldPutter
-
- setLong(long) - Method in class org.jboss.marshalling.util.LongFieldPutter
-
- setObject(Object) - Method in class org.jboss.marshalling.util.FieldPutter
-
- setObject(Object) - Method in class org.jboss.marshalling.util.ObjectFieldPutter
-
- setObjectResolver(ObjectResolver) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the object resolver, or null
to use none.
- setObjectTable(ObjectTable) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the object table, or null
to use none.
- setShort(short) - Method in class org.jboss.marshalling.util.FieldPutter
-
- setShort(short) - Method in class org.jboss.marshalling.util.ShortFieldPutter
-
- setStreamHeader(StreamHeader) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the stream header.
- setVersion(int) - Method in class org.jboss.marshalling.MarshallingConfiguration
-
Set the version to use, for protocols with multiple versions.
- SHORT - Static variable in class org.jboss.marshalling.river.ClassDescriptor
-
- SHORT_ARRAY - Static variable in class org.jboss.marshalling.river.ClassDescriptor
-
- SHORT_OBJ - Static variable in class org.jboss.marshalling.river.ClassDescriptor
-
- ShortFieldPutter - Class in org.jboss.marshalling.util
-
- ShortFieldPutter() - Constructor for class org.jboss.marshalling.util.ShortFieldPutter
-
- ShortReadField - Class in org.jboss.marshalling.util
-
- ShortReadField(SerializableField, short) - Constructor for class org.jboss.marshalling.util.ShortReadField
-
- ShortReadField(SerializableField) - Constructor for class org.jboss.marshalling.util.ShortReadField
-
- SimpleClassResolver - Class in org.jboss.marshalling
-
A class resolver which uses a predefined classloader.
- SimpleClassResolver(ClassLoader) - Constructor for class org.jboss.marshalling.SimpleClassResolver
-
Construct a new instance, specifying a classloader.
- SimpleClassResolver(boolean, ClassLoader) - Constructor for class org.jboss.marshalling.SimpleClassResolver
-
Construct a new instance, specifying a classloader and a flag which determines whether serialVersionUID
matching will be enforced.
- skip(long) - Method in class org.jboss.marshalling.AbstractUnmarshaller
-
Skips over and discards up to n
bytes of data from this input stream.
- skip(long) - Method in interface org.jboss.marshalling.ByteInput
-
Skips over and discards up to n
bytes of data from this input stream.
- skip(long) - Method in class org.jboss.marshalling.MarshallerObjectInput
- skip(long) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- skip(long) - Method in class org.jboss.marshalling.MarshallingObjectInputStream
-
- skip(long) - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Skips over and discards up to n
bytes of data from this input stream.
- skip(long) - Method in class org.jboss.marshalling.river.BlockUnmarshaller
-
- skip(long) - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
-
- skip(long) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationUnmarshaller
-
Skips over and discards up to n
bytes of data from this input stream.
- skipBytes(int) - Method in class org.jboss.marshalling.AbstractUnmarshaller
- skipBytes(int) - Method in class org.jboss.marshalling.MarshallerObjectInput
- skipBytes(int) - Method in class org.jboss.marshalling.MarshallerObjectInputStream
- skipBytes(int) - Method in class org.jboss.marshalling.MarshallingObjectInputStream
-
- skipBytes(int) - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
- skipBytes(int) - Method in class org.jboss.marshalling.river.BlockUnmarshaller
-
- skipBytes(int) - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
-
- skipBytes(int) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationUnmarshaller
- start(ByteOutput) - Method in class org.jboss.marshalling.AbstractMarshaller
-
Begin marshalling to a stream.
- start(ByteInput) - Method in class org.jboss.marshalling.AbstractUnmarshaller
-
Begin unmarshalling from a stream.
- start(ByteOutput) - Method in interface org.jboss.marshalling.Marshaller
-
Begin marshalling to a stream.
- start(ByteInput) - Method in class org.jboss.marshalling.ObjectInputStreamUnmarshaller
-
Begin unmarshalling from a stream.
- start(ByteOutput) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
-
Begin marshalling to a stream.
- start(ByteOutput) - Method in class org.jboss.marshalling.river.BlockMarshaller
-
- start(ByteInput) - Method in class org.jboss.marshalling.river.BlockUnmarshaller
-
- start() - Method in class org.jboss.marshalling.river.RiverObjectInputStream
-
- start() - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
-
- start(ByteOutput) - Method in class org.jboss.marshalling.serial.BlockMarshaller
-
- start(ByteInput) - Method in class org.jboss.marshalling.serial.BlockUnmarshaller
-
- start(ByteOutput) - Method in class org.jboss.marshalling.serial.SerialMarshaller
-
- start(ByteInput) - Method in class org.jboss.marshalling.serial.SerialUnmarshaller
-
- start(ByteOutput) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationMarshaller
-
- start(ByteInput) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationUnmarshaller
-
Begin unmarshalling from a stream.
- start(ByteInput) - Method in interface org.jboss.marshalling.Unmarshaller
-
Begin unmarshalling from a stream.
- streamHeader - Variable in class org.jboss.marshalling.AbstractMarshaller
-
The configured stream header.
- streamHeader - Variable in class org.jboss.marshalling.AbstractUnmarshaller
-
The configured stream header.
- streamHeader(byte[]) - Static method in class org.jboss.marshalling.Marshalling
-
Create a stream header that uses the given bytes.
- StreamHeader - Interface in org.jboss.marshalling
-
A producer of stream headers.
- STRING_DESCRIPTOR - Static variable in class org.jboss.marshalling.river.ClassDescriptor
-
- SunReflectiveCreator - Class in org.jboss.marshalling.reflect
-
An object creator that uses methods only found in certain JVMs to create a new constructor if needed.
- SunReflectiveCreator() - Constructor for class org.jboss.marshalling.reflect.SunReflectiveCreator
-
- swapClass(SerializableClassDescriptor) - Method in class org.jboss.marshalling.river.RiverObjectInputStream
-
- swapClass(SerializableClass) - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
-
- swapCurrent(Object) - Method in class org.jboss.marshalling.river.RiverObjectInputStream
-
- swapCurrent(Object) - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
-
- write(int) - Method in class org.jboss.marshalling.AbstractMarshaller
-
Writes to the output stream the eight low-order bits of the argument b
.
- write(byte[]) - Method in class org.jboss.marshalling.AbstractMarshaller
-
Write all the bytes from the given array to the stream.
- write(byte[], int, int) - Method in class org.jboss.marshalling.AbstractMarshaller
-
Write some of the bytes from the given array to the stream.
- write(int) - Method in interface org.jboss.marshalling.ByteOutput
-
Writes to the output stream the eight low-order bits of the argument b
.
- write(byte[]) - Method in interface org.jboss.marshalling.ByteOutput
-
Write all the bytes from the given array to the stream.
- write(byte[], int, int) - Method in interface org.jboss.marshalling.ByteOutput
-
Write some of the bytes from the given array to the stream.
- write(int) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- write(byte[]) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- write(byte[], int, int) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- write(int) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- write(byte[]) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- write(byte[], int, int) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- write(int) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- write(byte[]) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- write(byte[], int, int) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- write(int) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
-
Writes to the output stream the eight low-order bits of the argument b
.
- write(byte[]) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
-
Write all the bytes from the given array to the stream.
- write(byte[], int, int) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
-
Write some of the bytes from the given array to the stream.
- write(int) - Method in class org.jboss.marshalling.river.BlockMarshaller
-
- write(byte[]) - Method in class org.jboss.marshalling.river.BlockMarshaller
-
- write(byte[], int, int) - Method in class org.jboss.marshalling.river.BlockMarshaller
-
- write(ObjectOutput) - Method in class org.jboss.marshalling.river.RiverPutField
-
Deprecated.
- write(Marshaller) - Method in class org.jboss.marshalling.river.RiverPutField
-
- write(int) - Method in class org.jboss.marshalling.serial.BlockMarshaller
-
- write(byte[]) - Method in class org.jboss.marshalling.serial.BlockMarshaller
-
- write(byte[], int, int) - Method in class org.jboss.marshalling.serial.BlockMarshaller
-
- write(int) - Method in class org.jboss.marshalling.serialization.java.ByteOutputStream
-
- write(byte[], int, int) - Method in class org.jboss.marshalling.serialization.java.ByteOutputStream
-
- write(int) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationMarshaller
-
Writes to the output stream the eight low-order bits of the argument b
.
- write(byte[]) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationMarshaller
-
Write all the bytes from the given array to the stream.
- write(byte[], int, int) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationMarshaller
-
Write some of the bytes from the given array to the stream.
- write(Marshaller) - Method in class org.jboss.marshalling.util.BooleanFieldPutter
-
- write(Marshaller) - Method in class org.jboss.marshalling.util.ByteFieldPutter
-
- write(Marshaller) - Method in class org.jboss.marshalling.util.CharFieldPutter
-
- write(Marshaller) - Method in class org.jboss.marshalling.util.DoubleFieldPutter
-
- write(Marshaller) - Method in class org.jboss.marshalling.util.FieldPutter
-
- write(Marshaller) - Method in class org.jboss.marshalling.util.FloatFieldPutter
-
- write(Marshaller) - Method in class org.jboss.marshalling.util.IntFieldPutter
-
- write(Marshaller) - Method in class org.jboss.marshalling.util.LongFieldPutter
-
- write(Marshaller) - Method in class org.jboss.marshalling.util.ObjectFieldPutter
-
- write(Marshaller) - Method in class org.jboss.marshalling.util.ShortFieldPutter
-
- writeBoolean(boolean) - Method in class org.jboss.marshalling.AbstractMarshaller
- writeBoolean(boolean) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- writeBoolean(boolean) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeBoolean(boolean) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeBoolean(boolean) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- writeBoolean(boolean) - Method in class org.jboss.marshalling.river.BlockMarshaller
-
- writeBoolean(boolean) - Method in class org.jboss.marshalling.serial.BlockMarshaller
-
- writeBoolean(boolean) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationMarshaller
- writeByte(int) - Method in class org.jboss.marshalling.AbstractMarshaller
- writeByte(int) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- writeByte(int) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeByte(int) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeByte(int) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- writeByte(int) - Method in class org.jboss.marshalling.river.BlockMarshaller
-
- writeByte(int) - Method in class org.jboss.marshalling.serial.BlockMarshaller
-
- writeByte(int) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationMarshaller
- writeBytes(String) - Method in class org.jboss.marshalling.AbstractMarshaller
- writeBytes(String) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- writeBytes(String) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeBytes(String) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeBytes(String) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- writeBytes(String) - Method in class org.jboss.marshalling.river.BlockMarshaller
-
- writeBytes(String) - Method in class org.jboss.marshalling.serial.BlockMarshaller
-
- writeBytes(String) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationMarshaller
- writeChar(int) - Method in class org.jboss.marshalling.AbstractMarshaller
- writeChar(int) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- writeChar(int) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeChar(int) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeChar(int) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- writeChar(int) - Method in class org.jboss.marshalling.river.BlockMarshaller
-
- writeChar(int) - Method in class org.jboss.marshalling.serial.BlockMarshaller
-
- writeChar(int) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationMarshaller
- writeChars(String) - Method in class org.jboss.marshalling.AbstractMarshaller
- writeChars(String) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- writeChars(String) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeChars(String) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeChars(String) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- writeChars(String) - Method in class org.jboss.marshalling.river.BlockMarshaller
-
- writeChars(String) - Method in class org.jboss.marshalling.serial.BlockMarshaller
-
- writeChars(String) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationMarshaller
- writeClass(Marshaller, Class<?>) - Method in interface org.jboss.marshalling.ClassTable.Writer
-
Write the predefined class reference to the stream.
- writeClass(Class<?>) - Method in class org.jboss.marshalling.river.RiverMarshaller
-
- writeClassClass(Class<?>) - Method in class org.jboss.marshalling.river.RiverMarshaller
-
- writeClassDescriptor(ObjectStreamClass) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeClassDescriptor(ObjectStreamClass) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeClassDescriptor(ObjectStreamClass) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationOutputStream
-
- writeDouble(double) - Method in class org.jboss.marshalling.AbstractMarshaller
- writeDouble(double) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- writeDouble(double) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeDouble(double) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeDouble(double) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- writeDouble(double) - Method in class org.jboss.marshalling.river.BlockMarshaller
-
- writeDouble(double) - Method in class org.jboss.marshalling.serial.BlockMarshaller
-
- writeDouble(double) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationMarshaller
- writeEnumClass(Class<? extends Enum>) - Method in class org.jboss.marshalling.river.RiverMarshaller
-
- writeExternal(Object, ObjectOutput) - Method in interface org.jboss.marshalling.Externalizer
-
Write the external representation of an object.
- writeExternal(ObjectOutput) - Method in class org.jboss.marshalling.serial.ExternalizedObject
- writeExternal(ObjectOutput) - Method in class org.jboss.marshalling.serialization.java.ExternalizableWrapper
-
- writeExternal(ObjectOutput) - Method in class org.jboss.marshalling.serialization.java.ObjectTableWriterWrapper
-
- writeExternalizableClass(Class<?>) - Method in class org.jboss.marshalling.river.RiverMarshaller
-
- writeExternalizerClass(Class<?>, Externalizer) - Method in class org.jboss.marshalling.river.RiverMarshaller
-
- writeFields() - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeFields() - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeFields() - Method in class org.jboss.marshalling.river.RiverObjectOutputStream
-
- writeFields() - Method in class org.jboss.marshalling.serial.SerialObjectOutputStream
-
- writeFloat(float) - Method in class org.jboss.marshalling.AbstractMarshaller
- writeFloat(float) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- writeFloat(float) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeFloat(float) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeFloat(float) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- writeFloat(float) - Method in class org.jboss.marshalling.river.BlockMarshaller
-
- writeFloat(float) - Method in class org.jboss.marshalling.serial.BlockMarshaller
-
- writeFloat(float) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationMarshaller
- writeHeader(ByteOutput) - Method in interface org.jboss.marshalling.StreamHeader
-
Write the stream header to the stream.
- writeInt(int) - Method in class org.jboss.marshalling.AbstractMarshaller
- writeInt(int) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- writeInt(int) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeInt(int) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeInt(int) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- writeInt(int) - Method in class org.jboss.marshalling.river.BlockMarshaller
-
- writeInt(int) - Method in class org.jboss.marshalling.serial.BlockMarshaller
-
- writeInt(int) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationMarshaller
- writeKnownClass(Class<?>) - Method in class org.jboss.marshalling.river.RiverMarshaller
-
- writeLong(long) - Method in class org.jboss.marshalling.AbstractMarshaller
- writeLong(long) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- writeLong(long) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeLong(long) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeLong(long) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- writeLong(long) - Method in class org.jboss.marshalling.river.BlockMarshaller
-
- writeLong(long) - Method in class org.jboss.marshalling.serial.BlockMarshaller
-
- writeLong(long) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationMarshaller
- writeNewClass(Class<?>) - Method in class org.jboss.marshalling.river.RiverMarshaller
-
- writeNewEnumClass(Class<? extends Enum>) - Method in class org.jboss.marshalling.river.RiverMarshaller
-
- writeNewExternalizableClass(Class<?>) - Method in class org.jboss.marshalling.river.RiverMarshaller
-
- writeNewExternalizerClass(Class<?>, Externalizer) - Method in class org.jboss.marshalling.river.RiverMarshaller
-
- writeNewProxyClass(Class<?>) - Method in class org.jboss.marshalling.river.RiverMarshaller
-
- writeNewSerializableClass(Class<?>) - Method in class org.jboss.marshalling.river.RiverMarshaller
-
- writeObject(Object) - Method in class org.jboss.marshalling.AbstractMarshaller
- writeObject(Object) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- writeObject(Object) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- writeObject(Marshaller, Object) - Method in interface org.jboss.marshalling.ObjectTable.Writer
-
Write the predefined object reference to the stream.
- writeObject(Object) - Method in class org.jboss.marshalling.river.BlockMarshaller
-
- writeObject(Object) - Method in class org.jboss.marshalling.serial.BlockMarshaller
-
- writeObjectArrayClass(Class<?>) - Method in class org.jboss.marshalling.river.RiverMarshaller
-
- writeObjectOverride(Object) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeObjectOverride(Object) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeObjectOverride(Object) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationOutputStream
-
- writeObjectUnshared(Object) - Method in class org.jboss.marshalling.AbstractMarshaller
-
Write an object to the underlying storage or stream as a new instance.
- writeObjectUnshared(Object) - Method in interface org.jboss.marshalling.Marshaller
-
Write an object to the underlying storage or stream as a new instance.
- writeObjectUnshared(Object) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
-
Write an object to the underlying storage or stream as a new instance.
- writeObjectUnshared(Object) - Method in class org.jboss.marshalling.river.BlockMarshaller
-
- writeObjectUnshared(Object) - Method in class org.jboss.marshalling.serial.BlockMarshaller
-
- writeProxyClass(Class<?>) - Method in class org.jboss.marshalling.river.RiverMarshaller
-
- 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.
- writeReplace(Object) - Method in class org.jboss.marshalling.serialization.java.ObjectResolverWrapper
-
- writeSerializableClass(Class<?>) - Method in class org.jboss.marshalling.river.RiverMarshaller
-
- writeShort(int) - Method in class org.jboss.marshalling.AbstractMarshaller
- writeShort(int) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- writeShort(int) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeShort(int) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeShort(int) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- writeShort(int) - Method in class org.jboss.marshalling.river.BlockMarshaller
-
- writeShort(int) - Method in class org.jboss.marshalling.serial.BlockMarshaller
-
- writeShort(int) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationMarshaller
- writeStreamHeader() - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeStreamHeader() - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeStreamHeader() - Method in class org.jboss.marshalling.serialization.java.JavaSerializationOutputStream
-
- writeUnshared(Object) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeUnshared(Object) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeUTF(String) - Method in class org.jboss.marshalling.AbstractMarshaller
- writeUTF(String) - Method in class org.jboss.marshalling.MarshallerObjectOutput
- writeUTF(String) - Method in class org.jboss.marshalling.MarshallerObjectOutputStream
- writeUTF(String) - Method in class org.jboss.marshalling.MarshallingObjectOutputStream
- writeUTF(String) - Method in class org.jboss.marshalling.ObjectOutputStreamMarshaller
- writeUTF(String) - Method in class org.jboss.marshalling.river.BlockMarshaller
-
- writeUTF(String) - Method in class org.jboss.marshalling.river.RiverMarshaller
-
- writeUTF(String) - Method in class org.jboss.marshalling.serial.BlockMarshaller
-
- writeUTF(String) - Method in class org.jboss.marshalling.serialization.java.JavaSerializationMarshaller
- 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.