ReqTraceCrimsonLogger::prepareForSerialization Method [AX 2012]

Prepares container content for serialization by storing length and data types together with values.

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.

ExceptionCondition
Error

Not all values are supported in container. If unsupported values occur, this exception is thrown.

All information that is used for generating message is contained in returned container.

Show: