jamesharr/jsondto

Void pickling support

Opened this issue · 0 comments

Need support for pickling a Void.

Used in callback for JSONRPC calls that always return null.

Current workaround is to use 'Integer', let it unpickle to null, and document it.