Uses of Package
org.jboss.marshalling
Packages that use org.jboss.marshalling
Package
Description
The marshalling API.
Reflection utilities for marshalling users and implementations.
The River protocol implementation package.
-
Classes in org.jboss.marshalling used by org.jboss.marshallingClassDescriptionA base implementation of
ClassResolver
which simply resolves the class against a classloader which is specified by the subclass implementation.An abstract implementation of theMarshallerFactory
interface.An abstract object input implementation.An abstract object output implementation.An input stream of bytes.AnInputStream
which implementsByteInput
and reads bytes from anotherByteInput
.An output stream of bytes.AnOutputStream
which implementsByteOutput
and writes bytes to anotherByteOutput
.A factory for locating custom externalizers.A class annotator and resolver.A lookup mechanism for predefined classes.The class writer for a specific class.Deprecated.This API is deprecated and will be removed in a future version.A listener for exceptions which occur during marshalling or unmarshalling.Indicate that this class should be externalized by an instance of the given externalizer class.A replacement serializer for an object class.A setter for a (possibly final) field, which allows for correct object initialization ofSerializable
objects withreadObject()
methods, even in the presence offinal
fields.An object marshaller for writing objects to byte streams.The main marshaller factory.A Marshaller configuration.A class table which implements an alternate class resolution strategy based on JBoss Modules.A class table which implements an alternate class resolution strategy based on JBoss Modules.Resolver for substituting objects in a stream.A lookup mechanism for predefined object references.The object writer for a specific object.A serializable pair of values.An externalizer forPair
instances.A provider descriptor for automatically-discovered marshalling factory types.A checker to determine whether an object class should be treated as serializable.A simple byte input which extendsInputStream
.A simple byte output which extendsOutputStream
.A simple base implementation ofDataOutput
which wraps aByteOutput
.A producer of stream headers.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.The type of index for a multi-valued collection or map.Information about the circumstances surrounding (un)marshalling.The type of method being executed.An unmarshaller which reads objects from a stream. -
Classes in org.jboss.marshalling used by org.jboss.marshalling.clonerClassDescriptionAn abstract object input implementation.An abstract object output implementation.An input stream of bytes.An
InputStream
which implementsByteInput
and reads bytes from anotherByteInput
.An output stream of bytes.AnOutputStream
which implementsByteOutput
and writes bytes to anotherByteOutput
.Deprecated.This API is deprecated and will be removed in a future version.An object marshaller for writing objects to byte streams.A marshaller's object input stream.A marshaller's object output stream.Resolver for substituting objects in a stream.A checker to determine whether an object class should be treated as serializable.A simple byte input which extendsInputStream
.A simple byte output which extendsOutputStream
.A simple base implementation ofDataOutput
which wraps aByteOutput
.An unmarshaller which reads objects from a stream. -
Classes in org.jboss.marshalling used by org.jboss.marshalling.reflectClassDescriptionDeprecated.This API is deprecated and will be removed in a future version.
-
Classes in org.jboss.marshalling used by org.jboss.marshalling.riverClassDescriptionAn abstract implementation of the
Marshaller
interface.An abstract implementation of theMarshallerFactory
interface.An abstract object input implementation.An abstract object output implementation.An abstract implementation of theUnmarshaller
interface.An input stream of bytes.AnInputStream
which implementsByteInput
and reads bytes from anotherByteInput
.An output stream of bytes.AnOutputStream
which implementsByteOutput
and writes bytes to anotherByteOutput
.The class writer for a specific class.A replacement serializer for an object class.An object marshaller for writing objects to byte streams.The main marshaller factory.A marshaller's object input stream.A marshaller's object output stream.A Marshaller configuration.A provider descriptor for automatically-discovered marshalling factory types.A simple byte input which extendsInputStream
.A simple byte output which extendsOutputStream
.A simple base implementation ofDataOutput
which wraps aByteOutput
.An unmarshaller which reads objects from a stream. -
Classes in org.jboss.marshalling used by org.jboss.marshalling.serialClassDescriptionAn abstract implementation of the
Marshaller
interface.An abstract implementation of theMarshallerFactory
interface.An abstract object input implementation.An abstract object output implementation.An abstract implementation of theUnmarshaller
interface.An input stream of bytes.AnInputStream
which implementsByteInput
and reads bytes from anotherByteInput
.An output stream of bytes.AnOutputStream
which implementsByteOutput
and writes bytes to anotherByteOutput
.Deprecated.This API is deprecated and will be removed in a future version.A replacement serializer for an object class.An object marshaller for writing objects to byte streams.The main marshaller factory.A marshaller's object input stream.A marshaller's object output stream.A Marshaller configuration.A provider descriptor for automatically-discovered marshalling factory types.A simple byte input which extendsInputStream
.A simple byte output which extendsOutputStream
.A simple base implementation ofDataOutput
which wraps aByteOutput
.A producer of stream headers.An unmarshaller which reads objects from a stream. -
Classes in org.jboss.marshalling used by org.jboss.marshalling.util