%Library.SerialState
abstract class %Library.SerialState
Serial object interfaceMethod Inventory (Including Private)
Parameters
parameter ODBCDELIMITER = ,;
parameter SERIALDELIMITER;
parameter STORAGECOMPILERCLASS = %Compiler.Storage.CustomSerial;
parameter STORAGEINTERFACE = serial;
STORAGEINTERFACE defines the type of serialization implemented by this class.
The value has to match the classtype of the class that is inheriting the serialization
interface.
Methods (Including Private)
Get Serialized State. %GetSerial() can assume that the ID values have already been
reset for swizzled references since %Oid has already called %ResetAllObject()
Set Serialized State.
LogicalToOdbc()
Construct a string delimited by ODBCDELIMITER from an object's serialized state.