[web2py] Re: jsonpickle instead of pickle

2017-02-09 Thread nexususer68
i modified jsonpickle to support copy_reg() ,dumps(str, protocol version) and load(file) functions and also i made changes to Storage : i removed __getnewargs__ why __getnewargs__ is used in Storage? On Monday, February 6, 2017 at 5:44:03 AM UTC+2, Massimo Di Pierro wrote: > > we do not suppo

[web2py] Re: jsonpickle instead of pickle

2017-02-05 Thread Massimo Di Pierro
we do not support it at this time. On Sunday, 5 February 2017 09:12:29 UTC-6, nexususe...@gmail.com wrote: > > hello > is it possible to use jsonpickle instead of pickle (or cpickle) > when serializing sessions, in order to interchange sessions > between web2py and node.js without overhead > > r