Concept Framework 2.0 documentation Contents | Index

standard.lang.serialize

Static library name Version Deprecated
standard.lang.serialize version 1.0 no

Import library : standard.lang.serialize
(you must include this at the top of your source: "import standard.lang.serialize" (no quotes)


Description:
Provides various function needed in object serialization.


Contained static functions:
ASSERT Asserts for a condition
ClsPtr Gets a unique number associated with a given object
GetKeys Get an array of keys for the given array
HasMember Checks if an object has a given member
IsSet Checks whether an array has a specific element identified by its index or key
KeySorted Sorts an array by its keys (if any)
ObjectLinks Gets the link count for an object or array
SerializeObject Serializes an object into a XML file
SetMember Sets the value of a property or a data member of an object by its name
StaticLinks Gets the variable links count
UnSerializeObject Unserializes an object from a XML file




Documented by Eduard Suica, generation time: Fri Jan 21 18:06:20 2011 GMT(c)2011 RadGs Software