Releases: irmen/Pyrolite
Releases · irmen/Pyrolite
release 2.1
- replaced usage of java.beans api by raw reflection, to make this work on Android (fix verification errors)
- stack in unpickler made protected, to make the unpickler better suited for being subclassed
- various small project config and build related tweaks
release 2.0
Support for Serpent serializer added. This is an optional dependency. If you want to use it, you must add the serpent library to your project. See https://github.com/irmen/Serpent
release 1.20
wire protocol v46 (pyro 4.22). Only pickle serializer for now.
release 1.12
Now includes memoization support in the pickler.