Concept Framework 1.0 documentation Contents | Index

standard.lang.serialize.SerializeObject

Name Version Deprecated
SerializeObject version 1.0 no

Prototype:
null-returned SerializeObject(object object_to_serialize, string filename="-", encoding="UTF-8");

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

Description:
Serializes an object into a XML file. It's recommended to avoid this low-level API, and use the {RSerializable} class instead.

Returns:
Returns null.

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