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.


Comments

Popular posts from this blog

objective c - iPhone and it's wireless area -

multithreading - Do lock objects in Java need to be static? -

Indexing in SQL -