Deserialize NilClass from BSON.
@param [ BSON ] bson The encoded Null value.
@return [ nil ] The decoded nil value.
@see bsonspec.org/#/specification
@since 2.0.0
# File lib/bson/nil_class.rb, line 54 def from_bson(bson) nil end
Generated with the Darkfish Rdoc Generator 2.