Concept Framework 1.0 documentation Contents | Index

Serializable.Unserialize

Name Type Access Version Deprecated
Unserialize function public version 1.0 no

Prototype:
public function Unserialize(filename="-", is_buffer=false)

Parameters:
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.

Description:
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.

Returns:
This function returns null.

Documented by Eduard Suica, generation time: Thu Oct 15 20:01:53 2009 GMT(c)2009 RadGs Software