I think, as far as usage is concerned, Nim's `marshal` module corresponds more to Python's `pickle` module. Compared to the `pickle` module, the `marshal` module has quite a few caveats: [https://docs.python.org/3/library/pickle.html#comparison-with-marshal](https://docs.python.org/3/library/pickle.html#comparison-with-marshal)
- Marshal and friends Stefan_Salewski
- Re: Marshal and friends juancarlospaco
- Re: Marshal and friends Stefan_Salewski
- Re: Marshal and friends Vindaar
- Re: Marshal and friends mratsim
- Re: Marshal and friends cblake
- Re: Marshal and friends sschwarzer
- Re: Marshal and friends cblake
- Re: Marshal and friends mratsim