Hi,
is there a BSON serializer/deserializer library out there for PHP or Java?
Thanks
Hi,
is there a BSON serializer/deserializer library out there for PHP or Java?
Thanks
You might check the MongoDB drivers for those languages, since MongoDB uses BSON. See what they use, or steal their implementation.