Serial object interface. More...
Public Member Functions | |
_.Library.String | GetSerial (_.Library.Integer force) |
Get Serialized State. More... | |
_.Library.Status | SetSerial (_.Library.String val) |
Set Serialized State. | |
Static Public Member Functions | |
_.Library.String | LogicalToOdbc (_, _.Library.String val) |
LogicalToOdbc() More... | |
Static Public Attributes | |
ODBCDELIMITER = None | |
Serial object interface. | |
STORAGEINTERFACE = None | |
STORAGEINTERFACE defines the type of serialization implemented by this class. More... | |
Serial object interface.
_.Library.String GetSerial | ( | _.Library.Integer | force | ) |
Get Serialized State.
GetSerial() can assume that the ID values have already been
reset for swizzled references since Oid has already called ResetAllObject()
|
static |
Construct a string delimited by ODBCDELIMITER from an object's serialized state.
|
static |
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.