| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| 
       | 
  
  object --+        
           |        
  Serializer --+    
               |    
FramedSerializer --+
                   |
                  MarshalSerializer
Serializes objects using Python's Marshal serializer:
    http://docs.python.org/2/library/marshal.html
This serializer is faster than PickleSerializer but supports fewer datatypes.
| Instance Methods | |
| 
     Inherited from  Inherited from  Inherited from   | 
  
| Class Variables | |
        dumps = marshal.dumpsSerialize an object into a byte array.  | 
  |
        loads = marshal.loadsDeserialize an object from a byte array.  | 
  |
| Properties | |
| 
     Inherited from   | 
  
| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| Generated by Epydoc 3.0.1 on Thu Sep 11 01:19:40 2014 | http://epydoc.sourceforge.net |