irmen / pickle

Java and .NET implementation of Python's pickle serialization protocol
MIT License
80 stars 6 forks source link

.net pickle should support System.Numerics.BigInteger #10

Closed irmen closed 1 year ago

irmen commented 2 years ago

currently, integers are limited to the primitive long size.

don't forget to update the conversion table in the readme.