Method: TypeformData::Client#dump
- Defined in:
- lib/typeform_data/client.rb
#dump(object) ⇒ Object
The goals of this alias are:
1. To bring the serialization process within TypeformData's API, so
we can modify it in the future if needed.
2. Maintain symmetry with #load, which needs to be part of the API.
45 46 47 |
# File 'lib/typeform_data/client.rb', line 45 def dump(object) Marshal.dump(object) end |