|
JBoss Marshalling 1.2.1.GA | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Unmarshaller | |
---|---|
org.jboss.marshalling | The marshalling API. |
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 | |
---|---|
Class<?> |
ClassTable.readClass(Unmarshaller unmarshaller)
Read a class from the stream. |
Class<?> |
ChainingClassTable.readClass(Unmarshaller unmarshaller)
Read a class from the stream. |
Object |
ChainingObjectTable.readObject(Unmarshaller unmarshaller)
Read an instance from the stream. |
Object |
ObjectTable.readObject(Unmarshaller unmarshaller)
Read an instance from the stream. |
Class<?> |
ClassResolver.resolveClass(Unmarshaller unmarshaller,
String name,
long serialVersionUID)
Load the local class for a class descriptor. |
Class<?> |
AbstractClassResolver.resolveClass(Unmarshaller unmarshaller,
String name,
long serialVersionUID)
Load the local class for a class descriptor. |
Class<?> |
ClassResolver.resolveProxyClass(Unmarshaller unmarshaller,
String[] interfaces)
Load a proxy class that implements the given interfaces. |
Class<?> |
AbstractClassResolver.resolveProxyClass(Unmarshaller unmarshaller,
String[] interfaces)
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,
InputStream stream)
Construct a new instance which delegates to the given unmarshaller, reading from the given input. |
|
JBoss Marshalling 1.2.1.GA | |||||||||
PREV NEXT | FRAMES NO FRAMES |