Class: Transit::Marshaler::MessagePack

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/transit/marshaler/jruby/messagepack.rb

Instance Method Summary collapse

Methods included from Base

#build_handlers, #emit_array, #emit_boolean, #emit_double, #emit_encoded, #emit_map, #emit_nil, #emit_string, #emit_tagged_value, #escape, #find_handler, #marshal, #marshal_top, #parse_options

Constructor Details

#initialize(io, opts) ⇒ MessagePack

Returns a new instance of MessagePack.



20
21
22
# File 'lib/transit/marshaler/jruby/messagepack.rb', line 20

def initialize(io, opts)
  parse_options(opts)
end