Am 23.02.2014 15:11, schrieb Marenz:

Hello,

I am transferring ulong values using the json (de)serializer and just noticed that it doesn't support values > long.max which is of course a problem if your value is an ulong.
Any idea how this could be solved?

regards,

--Marenz


There has just been a similar fix for the BSON serializer (pull
#539
). I'll make a
similar fix for the JSON one.