Return a string containing the serialized content of the receiver.
630 631 632
# File 'lib/forme.rb', line 630 def to_s _form.serialize(self) end