vygr/ChrysaLisp

Class serialize/deserialize

FrankC01 opened this issue · 1 comments

Include class objects as part of data serialization and deserialization.

At the moment this may be done by reflection....

Using the new lib/ast/data_ast.inc provides both data structures (lists, arrays, etc.), collections (xmaps, emaps, xsets) and classes to be serialized to an encoded list and then recombobulated back to data structures, collections and classes.

Will now formalize for use in IPC as well as logging