ACTCO0077E: The Active Correlation Technology classes must be deserialized by an ACTObjectInputStream object.
Explanation: Certain software tried to deserialize the IRuleSet object with an ObjectInputStream object that is not an ACTObjectInputStream class. The ACTObjectInputStream class is needed to retrieve additional information during deserialization.
Programmer Response: Deserialize the IRuleSet object with an ACTObjectInputStream object.