Uses of Interface
org.jboss.marshalling.Unmarshaller
Packages that use Unmarshaller
Package
Description
The marshalling API.
The River protocol implementation package.
-
Uses of Unmarshaller in org.jboss.marshalling
Classes in org.jboss.marshalling that implement UnmarshallerModifier and TypeClassDescriptionclass
An abstract implementation of theUnmarshaller
interface.class
An Unmarshaller which simply wraps an object stream.Fields in org.jboss.marshalling declared as UnmarshallerModifier and TypeFieldDescriptionprivate final Unmarshaller
MarshallerObjectInputStream.input
private final Unmarshaller
MarshallerObjectInput.unmarshaller
private Unmarshaller
UnmarshallingObjectInputStream.unmarshaller
Methods in org.jboss.marshalling that return UnmarshallerModifier and TypeMethodDescriptionMarshallerFactory.createUnmarshaller
(MarshallingConfiguration configuration) Create an unmarshaller from this configuration.Methods in org.jboss.marshalling with parameters of type UnmarshallerModifier and TypeMethodDescriptionClass<?>
ChainingClassTable.readClass
(Unmarshaller unmarshaller) Read a class from the stream.Class<?>
ClassTable.readClass
(Unmarshaller unmarshaller) Read a class from the stream.Class<?>
ModularClassTable.readClass
(Unmarshaller unmarshaller) Read a class from the stream.ChainingObjectTable.readObject
(Unmarshaller unmarshaller) Read an instance from the stream.ObjectTable.readObject
(Unmarshaller unmarshaller) Read an instance from the stream.Class<?>
AbstractClassResolver.resolveClass
(Unmarshaller unmarshaller, String name, long serialVersionUID) Load the local class for a class descriptor.Class<?>
ClassResolver.resolveClass
(Unmarshaller unmarshaller, String name, long serialVersionUID) Load the local class for a class descriptor.Class<?>
ModularClassResolver.resolveClass
(Unmarshaller unmarshaller, String className, long serialVersionUID) Load the local class for a class descriptor.Class<?>
AbstractClassResolver.resolveProxyClass
(Unmarshaller unmarshaller, String[] interfaces) Load a proxy class that implements the given interfaces.Class<?>
ClassResolver.resolveProxyClass
(Unmarshaller unmarshaller, String[] interfaces) Load a proxy class that implements the given interfaces.Class<?>
ModularClassResolver.resolveProxyClass
(Unmarshaller unmarshaller, String[] names) Load a proxy class that implements the given interfaces.Constructors in org.jboss.marshalling with parameters of type UnmarshallerModifierConstructorDescriptionMarshallerObjectInput
(Unmarshaller unmarshaller) Construct a new instance.protected
Construct a new instance which delegates to the given unmarshaller.UnmarshallingObjectInputStream
(Unmarshaller unmarshaller, InputStream stream) Construct a new instance which delegates to the given unmarshaller, reading from the given input.UnmarshallingObjectInputStream
(Unmarshaller unmarshaller, ByteInput byteInput) Construct a new instance which delegates to the given unmarshaller, reading from the given input. -
Uses of Unmarshaller in org.jboss.marshalling.cloner
Classes in org.jboss.marshalling.cloner that implement Unmarshaller -
Uses of Unmarshaller in org.jboss.marshalling.river
Classes in org.jboss.marshalling.river that implement UnmarshallerMethods in org.jboss.marshalling.river that return UnmarshallerModifier and TypeMethodDescriptionRiverMarshallerFactory.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 UnmarshallerMethods in org.jboss.marshalling.serial that return UnmarshallerModifier and TypeMethodDescriptionSerialMarshallerFactory.createUnmarshaller
(MarshallingConfiguration configuration)