Commit caa1fde4 authored by David Wilson's avatar David Wilson

Add serialization rules section.

parent 3c8c1f71
......@@ -3,3 +3,26 @@ Getting Started
===============
xxx
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`
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment