module BSON::NilClass
Injects behaviour for encoding and decoding nil values to and from raw bytes as specified by the BSON
spec.
@see bsonspec.org/#/specification
@since 2.0.0
Constants
- BSON_TYPE
A nil is type 0x0A in the
BSON
spec.@since 2.0.0