Concept Framework 2.2 documentation | Contents | Index |
Name | Type | Access | Version | Deprecated |
Unserialize | function | public | version 1.0 | no |
public function Unserialize(filename="-", is_buffer=false) |
filename | the name of the XML file to load from |
is_buffer | a flag. If set to true, the filename parameter shoudl contain a data buffer instead of the file. This parameter is optional, and is false by default. |
This function unserializes an Serializable derived object. When unserializing an object, all the data contained into the XML will be loaded by the object. To serialize an object you can use Serialize. |
Documented by Eduard Suica, generation time: Sun Jan 27 18:15:05 2013 GMT | (c)2013 Devronium Applications |