Skip to content

Commit e670d34

Browse files
author
Joshua Jamison (Codemation)
committed
updated docs / readme to remove references mentioning JSON serializable constraint, updated with pickable constraint instead
1 parent bad17cb commit e670d34

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Easily share functions between hosts, processes, containers without the complexi
1414
- Easily group and share functons among hosts / processes using Namespaces / Namespace Groups
1515
- Proxy functions parameters are validated as if defined locally.
1616
- Optional: pre-flight encyrption
17-
- No strict RPC message structure / size limit, within json serializable constraints
17+
- No strict RPC message structure / size limit
18+
- Flexible parameter types within pickable constraint
1819

1920
## Quick Start
2021

docs/generators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
easyrpc can proxy registered generators & async generators with the same constraints as registered functions.
33

44
!!! NOTE Constraints
5-
input arguments / return values should be JSON serializable
5+
input arguments / return values should be pickable objects
66

77

88
Like registered functions, normal generators are converted into async generators at the proxy and must be iterated over using 'async for' or await generator.asend(None)

0 commit comments

Comments
 (0)