fix for android #53
- 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.