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.dumps Serialize an object into a byte array. |
|
loads = marshal.loads Deserialize an object from a byte array. |
Properties | |
Inherited from |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jul 4 18:52:26 2014 | http://epydoc.sourceforge.net |