Class: Transit::Marshaler::MessagePack
- Inherits:
-
Object
- Object
- Transit::Marshaler::MessagePack
- Includes:
- Base
- Defined in:
- lib/transit/marshaler/jruby/messagepack.rb
Instance Method Summary collapse
-
#initialize(io, opts) ⇒ MessagePack
constructor
A new instance of MessagePack.
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) (opts) end |