Package parpg :: Module serializers :: Class SerializableRegistry
[hide private]
[frames] | no frames]

Class SerializableRegistry

source code

object --+
         |
        SerializableRegistry

Class holding the data used to serialize and deserialize a particular Python object.

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]
 
registerClass(cls, name, class_, init_args=None, attributes=None) source code
Class Variables [hide private]
  registered_classes = {}
Properties [hide private]

Inherited from object: __class__