standard.lang.serialize.UnSerializeObject

UnSerializeObject is available since version 1.0.

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.

Return value:

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