GitHub user Red-Eyed created a discussion: Replace pickle with fory globally
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, monkeypatching is not very good way of doing so, any 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]
