Concept Framework 1.0 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: Thu Oct 15 20:02:05 2009 GMT(c)2009 RadGs Software