Module Object :: Class Serializer
[show private | hide private]
[frames | no frames]

Class Serializer

Pickler --+
          |
         Serializer


Method Summary
  persistent_id(self, obj)
    Inherited from Pickler
  __init__(self, file, protocol, bin)
This takes a file-like object for writing a pickle data stream.
  clear_memo(self)
Clears the pickler's "memo".
  dump(self, obj)
Write a pickled representation of obj to the open file.
  get(self, i, pack)
  memoize(self, obj)
Store an object in the memo.
  put(self, i, pack)
  save(self, obj)
  save_bool(self, obj)
  save_dict(self, obj)
  save_empty_tuple(self, obj)
  save_float(self, obj, pack)
  save_global(self, obj, name, pack)
  save_inst(self, obj)
  save_int(self, obj, pack)
  save_list(self, obj)
  save_long(self, obj, pack)
  save_none(self, obj)
  save_pers(self, pid)
  save_reduce(self, func, args, state, listitems, dictitems, obj)
  save_string(self, obj, pack)
  save_tuple(self, obj)
  save_unicode(self, obj, pack)
  _batch_appends(self, items)
  _batch_setitems(self, items)

Class Variable Summary
    Inherited from Pickler
dict dispatch = {<type 'NoneType'>: <function save_none at 0x...
int _BATCHSIZE = 1000                                                                  

Generated by Epydoc 2.1 on Thu Aug 31 00:17:50 2006 http://epydoc.sf.net