| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| 
       | 
  
  object --+        
           |        
  Serializer --+    
               |    
FramedSerializer --+
                   |
                  PickleSerializer
Serializes objects using Python's cPickle serializer:
    http://docs.python.org/2/library/pickle.html
This serializer supports nearly any Python object, but may
not be as fast as more specialized serializers.
| Instance Methods | |||
      
  | 
  |||
| 
     Inherited from  Inherited from  Inherited from   | 
  |||
| Class Variables | |
        loads = cPickle.loadsDeserialize an object from a byte array.  | 
  |
| Properties | |
| 
     Inherited from   | 
  
| Method Details | 
  
 Serialize an object into a byte array. When batching is used, this will be called with an array of objects. 
  | 
| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| Generated by Epydoc 3.0.1 on Thu Sep 11 01:19:40 2014 | http://epydoc.sourceforge.net |