|
Marshals an entity object to the CORBA struct used for transport. Unlike in serializeEntity(Object, EntityT), the child of type EntityT that has the administrational information about the entity object, is not given as a parameter. It will be accessed dynamically using EntityTFinder, which makes this method slightly slower than its 2-parameter companion. It's meant to be used rather by generic code that doesn't know about particular entity classes.
- Parameters:
-
| entityObject | the entity object as a binding class |
- Returns:
- the struct that contains the stringified xml and some other data; null if
entityObject is null.
|