mitogen/docs/getting_started.rst

29 lines
411 B
ReStructuredText
Raw Normal View History

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
* dict
* int
* list
* long
* set
* str
* tuple
* unicode
User-defined types may not be used, except for:
* :py:class:`econtext.core.CallError`
* :py:class:`econtext.core.Context`
* :py:class:`econtext.core._Dead`