Hi!
I wrote a script for serializing any rebol code. It also serializies
values and bindings of words and can serialize recursions. It also
serializes something like "^"{" correctly.
If someone wants to try it out, send an email to [EMAIL PROTECTED]
Greetings,
Frank
On Wed, 13 Sep 2000 [EMAIL PROTECTED] wrote:
> I've created an object in my source file. I would like to save this object to a text
>file, and
> later, retrieve this object and use it.
>
> This is called serialization of an object. Is there an easy way to do this in rebol?
>
> Rishi O.
>