Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Prepares container content for serialization by storing length and data types together with values.
Syntax
client server private static container prepareForSerialization(container _container)
Run On
Called
Parameters
- _container
Type: container
The container to be serialized.
Return Value
Type: container
The serialized container.
Exceptions
Exception | Condition |
---|---|
Error | Not all values are supported in container. If unsupported values occur, this exception is thrown. |
Remarks
All information that is used for generating message is contained in returned container.