JBoss Marshalling 1.3.0.GA

Uses of Interface
org.jboss.marshalling.Unmarshaller

Packages that use Unmarshaller
org.jboss.marshalling The marshalling API. 
org.jboss.marshalling.river The River protocol implementation package. 
org.jboss.marshalling.serial   
 

Uses of Unmarshaller in org.jboss.marshalling
 

Classes in org.jboss.marshalling that implement Unmarshaller
 class AbstractUnmarshaller
          An abstract implementation of the Unmarshaller interface.
 class ObjectInputStreamUnmarshaller
          An Unmarshaller which simply wraps an object stream.
 

Methods in org.jboss.marshalling that return Unmarshaller
 Unmarshaller MarshallerFactory.createUnmarshaller(MarshallingConfiguration configuration)
          Create an unmarshaller from this configuration.
 

Methods in org.jboss.marshalling with parameters of type Unmarshaller
 java.lang.Class<?> ChainingClassTable.readClass(Unmarshaller unmarshaller)
          Read a class from the stream.
 java.lang.Class<?> ModularClassTable.readClass(Unmarshaller unmarshaller)
          Read a class from the stream.
 java.lang.Class<?> ClassTable.readClass(Unmarshaller unmarshaller)
          Read a class from the stream.
 java.lang.Object ChainingObjectTable.readObject(Unmarshaller unmarshaller)
          Read an instance from the stream.
 java.lang.Object ObjectTable.readObject(Unmarshaller unmarshaller)
          Read an instance from the stream.
 java.lang.Class<?> ClassResolver.resolveClass(Unmarshaller unmarshaller, java.lang.String name, long serialVersionUID)
          Load the local class for a class descriptor.
 java.lang.Class<?> AbstractClassResolver.resolveClass(Unmarshaller unmarshaller, java.lang.String name, long serialVersionUID)
          Load the local class for a class descriptor.
 java.lang.Class<?> ModularClassResolver.resolveClass(Unmarshaller unmarshaller, java.lang.String className, long serialVersionUID)
          Load the local class for a class descriptor.
 java.lang.Class<?> ClassResolver.resolveProxyClass(Unmarshaller unmarshaller, java.lang.String[] interfaces)
          Load a proxy class that implements the given interfaces.
 java.lang.Class<?> AbstractClassResolver.resolveProxyClass(Unmarshaller unmarshaller, java.lang.String[] interfaces)
          Load a proxy class that implements the given interfaces.
 java.lang.Class<?> ModularClassResolver.resolveProxyClass(Unmarshaller unmarshaller, java.lang.String[] names)
          Load a proxy class that implements the given interfaces.
 

Constructors in org.jboss.marshalling with parameters of type Unmarshaller
MarshallerObjectInput(Unmarshaller unmarshaller)
          Construct a new instance.
MarshallerObjectInputStream(Unmarshaller input)
          Construct a new instance which delegates to the given unmarshaller.
UnmarshallingObjectInputStream(Unmarshaller unmarshaller, ByteInput byteInput)
          Construct a new instance which delegates to the given unmarshaller, reading from the given input.
UnmarshallingObjectInputStream(Unmarshaller unmarshaller, java.io.InputStream stream)
          Construct a new instance which delegates to the given unmarshaller, reading from the given input.
 

Uses of Unmarshaller in org.jboss.marshalling.river
 

Classes in org.jboss.marshalling.river that implement Unmarshaller
 class BlockUnmarshaller
           
 class RiverUnmarshaller
           
 

Methods in org.jboss.marshalling.river that return Unmarshaller
 Unmarshaller RiverMarshallerFactory.createUnmarshaller(MarshallingConfiguration configuration)
          Create an unmarshaller from this configuration.
 

Uses of Unmarshaller in org.jboss.marshalling.serial
 

Classes in org.jboss.marshalling.serial that implement Unmarshaller
 class SerialUnmarshaller
           
 

Methods in org.jboss.marshalling.serial that return Unmarshaller
 Unmarshaller SerialMarshallerFactory.createUnmarshaller(MarshallingConfiguration configuration)
           
 


JBoss Marshalling 1.3.0.GA

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