 
    
        
        Serializable
Sourceclass Serializable
Source
int hash
Source
 function addProperty(string name, int value)
Source
 function addProperty(string name, real value)
Source
 function addProperty(string name, string value)
Source
Source
 function deserializeProperties()
Source
 function getIntProperty(string name) returns int
Source
 function getRealProperty(string name) returns real
Source
 function getStringProperty(string name) returns string
Source
 function padHash() returns string
Source
 function serialize() returns ChunkedString
Source
 function serializeProperties()
Source