Share via


ReqTraceCrimsonLogger::prepareForSerialization Method [AX 2012]

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.

See Also

Reference

ReqTraceCrimsonLogger Class