Skip to content

fix for android #53

Compare
Choose a tag to compare
@RuedigerMoeller RuedigerMoeller released this 08 Feb 20:34
· 368 commits to master since this release
  • added nicoruti's custom serializer for biginteger to default init. (see #53). It turned out the way android implements serialization for this class can only be covered by writing full field names which would be a huge performance hit, so this case is fixed via custom serializer instead of "generic" fix. Added ignored testcase though.