Concept Framework 1.0 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: Thu Oct 15 20:01:53 2009 GMT | (c)2009 RadGs Software |