encode_with(coder)
Serializes the relation objects Array.
# File activerecord/lib/active_record/relation.rb, line 205 def encode_with(coder) coder.represent_seq(nil, records) end