Uses of Package
org.jboss.marshalling
-
Packages that use org.jboss.marshalling Package Description org.jboss.marshalling The marshalling API.org.jboss.marshalling.cloner org.jboss.marshalling.reflect Reflection utilities for marshalling users and implementations.org.jboss.marshalling.river The River protocol implementation package.org.jboss.marshalling.serial org.jboss.marshalling.util -
Classes in org.jboss.marshalling used by org.jboss.marshalling Class Description AbstractClassResolver A base implementation ofClassResolver
which simply resolves the class against a classloader which is specified by the subclass implementation.AbstractMarshallerFactory An abstract implementation of theMarshallerFactory
interface.AbstractObjectInput An abstract object input implementation.AbstractObjectOutput An abstract object output implementation.ByteInput An input stream of bytes.ByteInputStream AnInputStream
which implementsByteInput
and reads bytes from anotherByteInput
.ByteOutput An output stream of bytes.ByteOutputStream AnOutputStream
which implementsByteOutput
and writes bytes to anotherByteOutput
.ClassExternalizerFactory A factory for locating custom externalizers.ClassResolver A class annotator and resolver.ClassTable A lookup mechanism for predefined classes.ClassTable.Writer The class writer for a specific class.Creator Deprecated.This API is deprecated and will be removed in a future version.ExceptionListener A listener for exceptions which occur during marshalling or unmarshalling.Externalize Indicate that this class should be externalized by an instance of the given externalizer class.Externalizer A replacement serializer for an object class.FieldSetter A setter for a (possibly final) field, which allows for correct object initialization ofSerializable
objects withreadObject()
methods, even in the presence offinal
fields.FieldSetter.Holder.StackTraceReader Marshaller An object marshaller for writing objects to byte streams.MarshallerFactory The main marshaller factory.Marshalling.OptionalDataExceptionCreateAction MarshallingConfiguration A Marshaller configuration.ModularClassResolver A class table which implements an alternate class resolution strategy based on JBoss Modules.ModularClassTable A class table which implements an alternate class resolution strategy based on JBoss Modules.ObjectResolver Resolver for substituting objects in a stream.ObjectTable A lookup mechanism for predefined object references.ObjectTable.Writer The object writer for a specific object.Pair A serializable pair of values.Pair.Externalizer An externalizer forPair
instances.ProviderDescriptor A provider descriptor for automatically-discovered marshalling factory types.SerializabilityChecker A checker to determine whether an object class should be treated as serializable.SimpleByteInput A simple byte input which extendsInputStream
.SimpleByteOutput A simple byte output which extendsOutputStream
.SimpleDataInput A simple base implementation ofDataInput
which wraps aByteInput
.SimpleDataOutput A simple base implementation ofDataOutput
which wraps aByteOutput
.StreamHeader A producer of stream headers.TraceInformation 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.IndexType The type of index for a multi-valued collection or map.TraceInformation.Info Information about the circumstances surrounding (un)marshalling.TraceInformation.MethodInfo.Type The type of method being executed.Unmarshaller An unmarshaller which reads objects from a stream.UTFUtils.BytesHolder -
Classes in org.jboss.marshalling used by org.jboss.marshalling.cloner Class Description AbstractObjectInput An abstract object input implementation.AbstractObjectOutput An abstract object output implementation.ByteInput An input stream of bytes.ByteInputStream AnInputStream
which implementsByteInput
and reads bytes from anotherByteInput
.ByteOutput An output stream of bytes.ByteOutputStream AnOutputStream
which implementsByteOutput
and writes bytes to anotherByteOutput
.Creator Deprecated.This API is deprecated and will be removed in a future version.Marshaller An object marshaller for writing objects to byte streams.MarshallerObjectInputStream A marshaller's object input stream.MarshallerObjectOutputStream A marshaller's object output stream.ObjectResolver Resolver for substituting objects in a stream.SerializabilityChecker A checker to determine whether an object class should be treated as serializable.SimpleByteInput A simple byte input which extendsInputStream
.SimpleByteOutput A simple byte output which extendsOutputStream
.SimpleDataInput A simple base implementation ofDataInput
which wraps aByteInput
.SimpleDataOutput A simple base implementation ofDataOutput
which wraps aByteOutput
.Unmarshaller An unmarshaller which reads objects from a stream. -
Classes in org.jboss.marshalling used by org.jboss.marshalling.reflect Class Description Creator Deprecated.This API is deprecated and will be removed in a future version. -
Classes in org.jboss.marshalling used by org.jboss.marshalling.river Class Description AbstractMarshaller An abstract implementation of theMarshaller
interface.AbstractMarshallerFactory An abstract implementation of theMarshallerFactory
interface.AbstractObjectInput An abstract object input implementation.AbstractObjectOutput An abstract object output implementation.AbstractUnmarshaller An abstract implementation of theUnmarshaller
interface.ByteInput An input stream of bytes.ByteInputStream AnInputStream
which implementsByteInput
and reads bytes from anotherByteInput
.ByteOutput An output stream of bytes.ByteOutputStream AnOutputStream
which implementsByteOutput
and writes bytes to anotherByteOutput
.ClassTable.Writer The class writer for a specific class.Externalizer A replacement serializer for an object class.Marshaller An object marshaller for writing objects to byte streams.MarshallerFactory The main marshaller factory.MarshallerObjectInputStream A marshaller's object input stream.MarshallerObjectOutputStream A marshaller's object output stream.MarshallingConfiguration A Marshaller configuration.ProviderDescriptor A provider descriptor for automatically-discovered marshalling factory types.SimpleByteInput A simple byte input which extendsInputStream
.SimpleByteOutput A simple byte output which extendsOutputStream
.SimpleDataInput A simple base implementation ofDataInput
which wraps aByteInput
.SimpleDataOutput A simple base implementation ofDataOutput
which wraps aByteOutput
.Unmarshaller An unmarshaller which reads objects from a stream. -
Classes in org.jboss.marshalling used by org.jboss.marshalling.serial Class Description AbstractMarshaller An abstract implementation of theMarshaller
interface.AbstractMarshallerFactory An abstract implementation of theMarshallerFactory
interface.AbstractObjectInput An abstract object input implementation.AbstractObjectOutput An abstract object output implementation.AbstractUnmarshaller An abstract implementation of theUnmarshaller
interface.ByteInput An input stream of bytes.ByteInputStream AnInputStream
which implementsByteInput
and reads bytes from anotherByteInput
.ByteOutput An output stream of bytes.ByteOutputStream AnOutputStream
which implementsByteOutput
and writes bytes to anotherByteOutput
.Creator Deprecated.This API is deprecated and will be removed in a future version.Externalizer A replacement serializer for an object class.Marshaller An object marshaller for writing objects to byte streams.MarshallerFactory The main marshaller factory.MarshallerObjectInputStream A marshaller's object input stream.MarshallerObjectOutputStream A marshaller's object output stream.MarshallingConfiguration A Marshaller configuration.ProviderDescriptor A provider descriptor for automatically-discovered marshalling factory types.SimpleByteInput A simple byte input which extendsInputStream
.SimpleByteOutput A simple byte output which extendsOutputStream
.SimpleDataInput A simple base implementation ofDataInput
which wraps aByteInput
.SimpleDataOutput A simple base implementation ofDataOutput
which wraps aByteOutput
.StreamHeader A producer of stream headers.Unmarshaller An unmarshaller which reads objects from a stream. -
Classes in org.jboss.marshalling used by org.jboss.marshalling.util Class Description Marshaller An object marshaller for writing objects to byte streams.