Concept Framework 2.2 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: Sun Jan 27 18:15:16 2013 GMT | (c)2013 Devronium Applications |