method

encode_with

encode_with(coder)
public

No documentation available.

# File activesupport/lib/active_support/ordered_hash.rb, line 28
    def encode_with(coder)
      coder.represent_seq '!omap', map { |k,v| { k => v } }
    end