DESERIALIZATION_FIELD_NOT_FOUND_CWOBJ0011=CWOBJ0011W: Cannot deserialize field {0} in class {1}; using the default value.
Explanation
During the deserialization of an object, an expected field was not found. This field was probably not found because the object was deserialized by a different version of the class than the one that serialized it.
User response
This warning indicates a potential problem. No user action is required unless further errors arise.