|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::lang::dmi::StandardMarshaler Class Reference#include <Marshaler.h>
Inheritance diagram for acdk::lang::dmi::StandardMarshaler:
List of all members.
Detailed Description
If a BYVAL-call is used locally, the standard marshaler is used to make copies of the objects.
Member Function Documentation
|
Marshals the given obj on basis of given class into the outstore.
- Parameters:
-
cls | The Class, which should be used to marshal |
obj | the Object instance, which should be marshaled. |
outstore | the streamed storage |
mode | On which side and for which purpose the method will be called |
- Exceptions:
-
Implements acdk::lang::dmi::Marshaler. |
|
Unmarshals the on basis of given Class an object using instore.
- Parameters:
-
cls | The template to use |
instore | the buffer, from home to read |
mode | On which side and for which purpose the method will be called |
cachedObject | If the interface cache the object, it may can be reused by the marshaler |
- Returns:
- The Object
- Exceptions:
-
Implements acdk::lang::dmi::Marshaler. |
Member Data Documentation
|
|