deep-clone ( obj -- obj' )


Vocabulary
serialize

Inputs
objan object


Outputs
obj'an object


Word description
Deep clones an object by serializing and then deserializing, with the same limitations those words have. For example, certain types like word deep clone as themselves, other types like continuation are not supported, and some objects like f come back as themselves.

Definition