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 32 pack directive.
Deserialize an Integer from BSON.
@param [ BSON ] bson The encoded int32.
@return [ Integer ] The decoded Integer.
# File lib/bson/int32.rb, line 44 def self.from_bson(bson) from_bson_int32(bson.read(4)) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.