Module: Qwirk::MarshalStrategy::JSON
Instance Method Summary collapse
Instance Method Details
#marshal_type ⇒ Object
6 7 8 |
# File 'lib/qwirk/marshal_strategy/json.rb', line 6 def marshal_type :text end |
#to_sym ⇒ Object
10 11 12 |
# File 'lib/qwirk/marshal_strategy/json.rb', line 10 def to_sym :json end |