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.loads Deserialize 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 Fri Jul 4 18:52:26 2014 | http://epydoc.sourceforge.net |