Search code examples
javaphpbson

BSON serializer/deserializer


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


Solution

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