tags:

views:

25

answers:

1

Hi,

is there a BSON serializer/deserializer library out there for PHP or Java?

Thanks

A: 

You might check the MongoDB drivers for those languages, since MongoDB uses BSON. See what they use, or steal their implementation.

David M.