Concept Framework 2.2 documentation Contents | Index

standard.lang.serialize.UnSerializeObject

Name Version Deprecated
UnSerializeObject version 1.0 no

Prototype:
object UnSerializeObject(filename)

Parameters:
filename      the filename from which the object will be loaded

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

Returns:
Returns null if the object couldn't be unserialized, or the object if suceeded.

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:17 2013 GMT(c)2013 Devronium Applications