# File lib/mongoid/fields/serializable/localized.rb, line 21
        def deserialize(object)
          object[::I18n.locale.to_s]
        end