Your browser does not support HTML5 canvas. Fork me on GitHub

Available Packages:

Serializable

Source

class 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

function deserialize(ChunkedString input)

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