Uses of Package
org.jboss.marshalling
Packages that use org.jboss.marshalling
Package
Description
The marshalling API.
Reflection utilities for marshalling users and implementations.
-
Classes in org.jboss.marshalling used by org.jboss.marshallingClassDescriptionA base implementation of
ClassResolverwhich simply resolves the class against a classloader which is specified by the subclass implementation.An abstract implementation of theMarshallerFactoryinterface.An abstract object input implementation.An abstract object output implementation.An input stream of bytes.AnInputStreamwhich implementsByteInputand reads bytes from anotherByteInput.An output stream of bytes.AnOutputStreamwhich implementsByteOutputand writes bytes to anotherByteOutput.A factory for locating custom externalizers.A class name transformer.A class annotator and resolver.A lookup mechanism for predefined classes.The class writer for a specific class.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 ofSerializableobjects withreadObject()methods, even in the presence offinalfields.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 forPairinstances.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 ofDataOutputwhich wraps aByteOutput.A producer of stream headers.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.clonerClassDescriptionResolver for substituting objects in a stream.A checker to determine whether an object class should be treated as serializable.
-
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.util