CWOBJ6329E

XDF_BINARY_SERIALIZATION_FAILED_CWOBJ6329=CWOBJ6329E: Serialization using the C# BinaryFormatter did not serialize the {0} object with the exception={1}

Explanation

The eXtreme scale serializer requested the BinaryFormatter to serialize an object that was provided by the application, and that serialization failed.

User response

Check the error message, and ensure that the object being serialized meets the requirements for serialization as outlined by the Microsoft documentation.