How to create a serial class, Extend _____
-
%SerialObject
-
%RegisteredObject
-
%Persistent
-
%Transient
A
Correct answer
Explanation
In Caché ObjectScript, %SerialObject is the base class for serial objects - objects that can be serialized but don't have independent storage. This is the correct inheritance for creating a serial class.