Persistent

From Web Computing Documentation
Revision as of 18:01, 11 August 2011 by Admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

interface Persistent

  • web2grid
    • web2grid.core
      • web2grid.core.iface
        • web2grid.core.iface.Persistent


Interface overview

The Persistent interface enables the class to be serialized and unserialized thus saved to and restored from persistent storage.

Public functions

isChanged () : Bool

Returns true if the object has been changed since the last serialization (save).

hxSerialize (s : haxe.Serializer)

s A Serializer object in which the object's content will be serialized.

Passes the object for serialization to the Serializer object.

unSerialize (s : haxe.Unserializer)

s An Unserializer from which the object can be retrieved.

Retrieves the object from the Unserializer.

Personal tools
Modules