j
k
j a
j l
On Feb 3, 2010, at 2:47 PM, Ernest N. Prabhakar, Ph.D. wrote:
require 'dispatch' serialized_array = Dispatch.wrap(Array) Would that do it for you?
require 'dispatch'
serialized_array = Dispatch.wrap(Array)
Would that do it for you?
Given that this works for any object, yes! That's perfect! Thanks, - Jordan
Back to the thread
Back to the list