Libraries
»
panda_pal
(5.13.1)
»
Index
»
PandaPal
»
Session
»
DataSerializer
»
dump
Method: PandaPal::Session::DataSerializer.dump
Defined in:
app/models/panda_pal/session.rb
.
dump
(obj) ⇒
Object
203 204 205
# File 'app/models/panda_pal/session.rb', line 203
def
self
.
dump
(
obj
)
JSON
.
dump
(
obj
)
end