- cl-marshal - Simple and fast marshalling of all kinds of Lisp data structures
- cl-serializer - cl-serializer reads and writes a graph of objects into a byte stream or vector
- cl-store - cl-store serializes and deserializes Common Lisp objects to and from streams
- cl-walker - cl-walker (home page) implements an sexp => CLOS AST tree transformation (and vice versa)
- CLLIB - CLLIB is a varied collection of Common lisp tools and routines in CLOCC
- clos-diff - clos-diff is a library to create and apply diffs of CLOS objects in a compact representation
- rdf-serialiser - rdf-serialiser is, as you might guess, an RDF serialization library for the Wilbur Semantic Web toolkit
- save-object - save-object is a library for object serialization
- Storable Functions - Storable Functions implements transformations of functions (including closures) from and to CLOS instances of some specific classes
- userial - A Common Lisp library for serializing to binary buffers
serialization
Libraries to translate data structures to/from a format which can be stored/retrieved. See also ObjectStore and database. The latter has the same list, is this page worth keeping? -- Roland Kaufmann