ACTCO0076E: The Active Correlation Technology classes must be serialized by an ACTObjectOutputStream object.

Explanation: Certain software tried to serialize the IRuleSet object with an ObjectOutputStream object that is not an ACTObjectOutputStream class. The ACTObjectOutputStream class is needed to save additional information during serialization.

Programmer Response: Serialize the IRuleSet object with an ACTObjectOutputStream object.