Concept Framework 1.0 documentation | Contents | Index |
Name | Type | Access | Version | Deprecated |
Serialize | function | public | version 1.0 | no |
public function Serialize(filename="-",encoding="UTF-8") |
filename | the name of the XML file to save to |
encoding | the encoding used for the XML file |
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. |
Documented by Eduard Suica, generation time: Thu Oct 15 20:01:53 2009 GMT | (c)2009 RadGs Software |