Concept Framework 2.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: Fri Jan 21 18:06:10 2011 GMT | (c)2011 RadGs Software |