I need storing any object in mruby. I’m not using stdio. Marshal is not appear in mruby.
How creating a function .save() for any Object and add it to any objects.
(and load() too 😉 )
Save data to file in C extension mruby.
ruby can storage whole object to file but mruby not directly