[cl-store-devel] Serialize to string stream

Saurabh Nanda saurabhnanda at gmail.com
Wed Aug 8 08:16:02 UTC 2007


Hi,

I'm trying to send an object over the wire between two Lisp images.
Right now I have to first serialize, store in file, read file into
string, and send using HTTP. Can CL-Store serialize an object and
store it to a string stream? I've tried the following but I'm getting
"can't write-byte to a string stream" error.

(with-output-to-string (out)
           (cl-store:store "abc" out))

What am I doing wrong?

Thanks,
Saurabh.
-- 
http://nandz.blogspot.com
http://foodieforlife.blogspot.com



More information about the cl-store-devel mailing list