|
|
|
|
|
__init__(self,
*args,
**kwds)
Constructor. |
|
|
|
|
|
|
|
|
|
|
|
deserialize(self,
str)
unpack serialized message in str into this message instance :param
str: byte array of serialized message, ``str`` |
|
|
|
deserialize_numpy(self,
str,
numpy)
unpack serialized message in str into this message instance using
numpy for array types :param str: byte array of serialized message,
``str`` :param numpy: numpy python module |
|
|
|
serialize(self,
buff)
serialize message into buffer :param buff: buffer, ``StringIO`` |
|
|
|
serialize_numpy(self,
buff,
numpy)
serialize message with numpy array types into buffer :param buff:
buffer, ``StringIO`` :param numpy: numpy python module |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|