How do I serialize data with Sequel and Ruby? -
I have a table that should store IDs, a name and a hash. How can I serialize the hash? (I am using it as Ruby and ORM).
If you use Sequel :: Are using, should do the trick.
I have a table that should store IDs, a name and a hash. How can I serialize the hash? (I am using it as Ruby and ORM).
If you use Sequel :: Are using, should do the trick.
Comments
Post a Comment