Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mitogen
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
mitogen
Commits
caa1fde4
Commit
caa1fde4
authored
Sep 21, 2017
by
David Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add serialization rules section.
parent
3c8c1f71
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
docs/getting_started.rst
docs/getting_started.rst
+23
-0
No files found.
docs/getting_started.rst
View file @
caa1fde4
...
...
@@ -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`
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment