abstract class %Storage.Serial
extends %SerialState
Serial object interface
parameter STORAGECOMPILERCLASS = "%Compiler.Storage.Serial";
method %IsNull()
as %Boolean
classmethod %ObjectIsNull(pOID As %ObjectIdentity)
as %Boolean
Return true if pOID is a null object and false if the object is not null
classmethod LogicalToOdbc(val As %String = "")
as %String
LogicalToOdbc()
Construct a string delimited by ODBCDELIMITER from an object's serialized state.
classmethod OdbcToLogical(val As %String = "")
as %String