method

encode_with

encode_with(coder)
public

No documentation available.

# File activesupport/lib/active_support/values/time_zone.rb, line 443
    def encode_with(coder) #:nodoc:
      coder.tag ="!ruby/object:#{self.class}"
      coder.map = { 'name' => tzinfo.name }
    end