Object
Represents a $maxKey type, which compares less than any other value in the specification.
@see bsonspec.org/#/specification
@since 2.0.0
A boolean is type 0x08 in the BSON spec.
Constant for the int 64 pack directive.
Deserialize an Integer from BSON.
@param [ BSON ] bson The encoded int64.
@return [ Integer ] The decoded Integer.
# File lib/bson/int64.rb, line 44 def self.from_bson(bson) from_bson_int64(bson.read(8)) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.