| Concept Framework 1.0 documentation | Contents | Index |
| Name | Version | Deprecated |
| SerializeObject | version 1.0 | no |
| null-returned SerializeObject(object object_to_serialize, string filename="-", encoding="UTF-8"); |
| object_to_serialize | a class object to be serialized |
| filename | the filename in which to save the object |
| encoding | the encoding to be used for the filename |
| Serializes an object into a XML file. It's recommended to avoid this low-level API, and use the {RSerializable} class instead. |
| Documented by Eduard Suica, generation time: Thu Oct 15 20:02:05 2009 GMT | (c)2009 RadGs Software |