Hash
# File lib/moped/bson/document.rb, line 6 def deserialize(io, document = new) __bson_load__(io, document) end
# File lib/moped/bson/document.rb, line 10 def serialize(document, io = "") document.__bson_dump__(io) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.