|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
MarshaledObject
class used
by the client applications.
See:
Description
Interface Summary | |
---|---|
ClassSelector | This interface is is used by MarshaledObject to select those classes,
whose bytecode is to be marshaled together with the object itself. |
Class Summary | |
---|---|
MarshaledClassLoader | Class loader used to resolve required classes during de-serialization. |
MarshaledObject | Wraps an object into a serializable representation. |
MarshaledObjectInputStream | An ObjectInputStream which is resolving needed classes
(during de-serialization) via the supplied classloader. |
MarshaledObjectOutputStream | An ObjectOutputStream which is serializing the object
and its classes in two parallel output stream. |
The package contains the main MarshaledObject
class used
by the client applications.
It contains also the ClassSelector
interface used to select
classes to be marshaled together with the object.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |