GitHub user Red-Eyed edited a discussion: Replace pickle with fory globally

Hello!

If fory is so cool, what are the ways to replace pickle with fory globally?

For example, many libraries using `pickle.dumps` / `pickle.loads`, I think it 
would be nice to monkeypatch it so that `pickle.dumps` / `pickle.loads` are 
actually `fory.dumps` / `fory.loads`.

Any reliable ideas of doing so?
The best what I can think of is monkeypatch it in `sitecustomize.py`

Also, I don't really like monkeypatching, maybe there are other alternatives?

PS: Thanks for this cool project!

GitHub link: https://github.com/apache/fory/discussions/3008

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to