2017-09-15 06:24:41 +00:00
|
|
|
|
|
|
|
Getting Started
|
|
|
|
===============
|
|
|
|
|
|
|
|
xxx
|
2017-09-21 09:06:20 +00:00
|
|
|
|
|
|
|
|
|
|
|
RPC Serialization Rules
|
|
|
|
-----------------------
|
|
|
|
|
|
|
|
The following built-in types may be used as parameters or return values in
|
|
|
|
remote procedure calls:
|
|
|
|
|
|
|
|
* bool
|
2017-09-21 09:08:11 +00:00
|
|
|
* bytearray
|
|
|
|
* bytes
|
2017-09-21 09:06:20 +00:00
|
|
|
* dict
|
|
|
|
* int
|
|
|
|
* list
|
|
|
|
* long
|
|
|
|
* str
|
|
|
|
* tuple
|
|
|
|
* unicode
|
|
|
|
|
|
|
|
User-defined types may not be used, except for:
|
|
|
|
|
2017-09-27 08:21:43 +00:00
|
|
|
* :py:class:`mitogen.core.CallError`
|
|
|
|
* :py:class:`mitogen.core.Context`
|
|
|
|
* :py:class:`mitogen.core._Dead`
|