JBoss Marshalling 1.3.0.CR9

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.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.
NioByteInput.BufferReturn
          A handler for returning buffers which are have been exhausted.
NioByteInput.InputHandler
          A handler for events relating to the consumption of data from a NioByteInput instance.
NioByteOutput.BufferWriter
          A buffer writer for an NioByteOutput.
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
           
TraceInformation.Info
          Information about the circumstances surrounding (un)marshalling.
TraceInformation.MethodInfo.Type
           
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.util
Marshaller
          An object marshaller for writing objects to byte streams.
 


JBoss Marshalling 1.3.0.CR9

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