JBoss Marshalling 1.3.0.GA

Uses of Package
org.jboss.marshalling

Packages that use org.jboss.marshalling
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
AbstractClassResolver
          A base implementation of ClassResolver which simply resolves the class against a classloader which is specified by the subclass implementation.
AbstractMarshallerFactory
          An abstract implementation of the MarshallerFactory interface.
AbstractObjectInput
           
AbstractObjectOutput
          An abstract object output implementation.
ByteInput
          An input stream of bytes.
ByteInputStream
          An InputStream which implements ByteInput and reads bytes from another ByteInput.
ByteOutput
          An output stream of bytes.
ByteOutputStream
          An OutputStream which implements ByteOutput and writes bytes to another ByteOutput.
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
          An instance creator.
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 of Serializable objects with readObject() methods, even in the presence of final fields.
Marshaller
          An object marshaller for writing objects to byte streams.
MarshallerFactory
          The main marshaller factory.
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 for Pair instances.
SerializabilityChecker
          A checker to determine whether an object class should be treated as serializable.
SimpleByteInput
          A simple byte input which extends InputStream.
SimpleByteOutput
          A simple byte output which extends OutputStream.
SimpleDataInput
           
SimpleDataOutput
           
StreamHeader
          A producer of stream headers.
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.
 

Classes in org.jboss.marshalling used by org.jboss.marshalling.cloner
Creator
          An instance creator.
ObjectResolver
          Resolver for substituting objects in a stream.
SerializabilityChecker
          A checker to determine whether an object class should be treated as serializable.
 

Classes in org.jboss.marshalling used by org.jboss.marshalling.reflect
Creator
          An instance creator.
 

Classes in org.jboss.marshalling used by org.jboss.marshalling.river
AbstractMarshaller
          An abstract implementation of the Marshaller interface.
AbstractMarshallerFactory
          An abstract implementation of the MarshallerFactory interface.
AbstractObjectInput
           
AbstractObjectOutput
          An abstract object output implementation.
AbstractUnmarshaller
          An abstract implementation of the Unmarshaller interface.
ByteInput
          An input stream of bytes.
ByteInputStream
          An InputStream which implements ByteInput and reads bytes from another ByteInput.
ByteOutput
          An output stream of bytes.
ByteOutputStream
          An OutputStream which implements ByteOutput and writes bytes to another ByteOutput.
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 extends InputStream.
SimpleByteOutput
          A simple byte output which extends OutputStream.
SimpleDataInput
           
SimpleDataOutput
           
Unmarshaller
          An unmarshaller which reads objects from a stream.
 

Classes in org.jboss.marshalling used by org.jboss.marshalling.serial
AbstractMarshaller
          An abstract implementation of the Marshaller interface.
AbstractMarshallerFactory
          An abstract implementation of the MarshallerFactory interface.
AbstractObjectInput
           
AbstractObjectOutput
          An abstract object output implementation.
AbstractUnmarshaller
          An abstract implementation of the Unmarshaller interface.
ByteInput
          An input stream of bytes.
ByteInputStream
          An InputStream which implements ByteInput and reads bytes from another ByteInput.
ByteOutput
          An output stream of bytes.
ByteOutputStream
          An OutputStream which implements ByteOutput and writes bytes to another ByteOutput.
Creator
          An instance creator.
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 extends InputStream.
SimpleByteOutput
          A simple byte output which extends OutputStream.
SimpleDataInput
           
SimpleDataOutput
           
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
Marshaller
          An object marshaller for writing objects to byte streams.
 


JBoss Marshalling 1.3.0.GA

Copyright © 2011 JBoss, a division of Red Hat, Inc.