顯示具有 marshal 標籤的文章。 顯示所有文章
顯示具有 marshal 標籤的文章。 顯示所有文章

2008年11月14日 星期五

Marshal

http://www.ruby-doc.org/core/classes/Marshal.html

Ruby can take an object and convert it into a stream of bytes that can be stored
outside the application. This process is called marshaling. This saved object
can later be read by another instance of the application (or by a totally separate
application), and a copy of the originally saved object can be reconstituted