Concept Framework 2.0 documentation Contents | Index

Serializable.Serialize

Name Type Access Version Deprecated
Serialize function public version 1.0 no

Prototype:
public function Serialize(filename="-",encoding="UTF-8")

Parameters:
filename      the name of the XML file to save to
encoding      the encoding used for the XML file

Description:
This function serializes an Serializable derived object. When serializing an object, all the data contained will be saved into an XML file. Then, you can use the Unserialize method to restore that data.

Returns:
This function returns null. If the filename parameter is an empty string, returns a string containing the serialization.

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