Module: Qwirk::MarshalStrategy::BSON

Extended by:
BSON
Included in:
BSON
Defined in:
lib/qwirk/marshal_strategy/bson.rb

Instance Method Summary collapse

Instance Method Details

#marshal_typeObject



6
7
8
# File 'lib/qwirk/marshal_strategy/bson.rb', line 6

def marshal_type
  :bytes
end

#to_symObject



10
11
12
# File 'lib/qwirk/marshal_strategy/bson.rb', line 10

def to_sym
  :bson
end