# File lib/bson/bson_ruby.rb, line 392
def
deserialize_oid_data
(
buf
)
ObjectId
.
new
(
buf
.
get
(
12
))
end