Hi, I need to transfer arbitrary v8::Value between two processes(in
fact, two node.js instances), currently I'm using JSON.stringify to
convert v8::Value to a string in one process, and then use JSON.parse
to restore it. It's rather ugly.

Is there a way to directly transfer the the underlying data of
v8::Value between processes?

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to