113 lines
5.8 KiB
HTML
113 lines
5.8 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<title>CLiki: serialization</title>
|
||
|
<link rel="alternate" type="application/atom+xml" title="ATOM feed of edits to current article"
|
||
|
href="https://www.cliki.net/site/feed/article.atom?title=serialization">
|
||
|
<link rel="stylesheet" href="static/css/style.css">
|
||
|
<link rel="stylesheet" href="static/css/colorize.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<span class="hidden">CLiki - serialization</span>
|
||
|
<div id="content"><div id="content-area"><div id="article-title">serialization</div><div id="article">Libraries to translate data structures to/from a format which can be stored/retrieved. See also <a href="ObjectStore.html" class="internal">ObjectStore</a> and <a href="database.html" class="internal">database</a>.
|
||
|
<ul>
|
||
|
<li>
|
||
|
<a href="cl-conspack.html" class="internal">cl-conspack</a> -
|
||
|
<a href="https://github.com/conspack/cl-conspack">cl-conspack</a> is a Common Lisp implementation of <a href="CONSPACK.html" class="category">CONSPACK</a>
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="cl-intbytes.html" class="internal">cl-intbytes</a> -
|
||
|
Encode/decode any-base integers and byte arrays interchangeably
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="cl-marshal.html" class="internal">cl-marshal</a> -
|
||
|
Simple and fast marshalling of all kinds of Lisp data structures
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="cl-serializer.html" class="internal">cl-serializer</a> -
|
||
|
<a href="cl-serializer.html" class="internal">cl-serializer</a> reads and writes a graph of objects into a byte stream or vector
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="cl-store.html" class="internal">cl-store</a> -
|
||
|
cl-store serializes and deserializes <a href="Common Lisp.html" class="internal">Common Lisp</a> objects to and from streams
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="cl-walker.html" class="internal">cl-walker</a> -
|
||
|
<a href="http://dwim.hu/darcsweb/darcsweb.cgi?r=HEAD%20hu.dwim.walker;a=summary">cl-walker</a> implements an sexp → <a href="CLOS.html" class="internal">CLOS</a> AST tree transformation (and vice versa)
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="CLLIB.html" class="internal">CLLIB</a> -
|
||
|
CLLIB is a varied collection of Common lisp tools and routines in <a href="CLOCC.html" class="internal">CLOCC</a>
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="clos-diff.html" class="internal">clos-diff</a> -
|
||
|
clos-diff is a library to create and apply diffs of <a href="CLOS.html" class="category">CLOS</a> objects in a compact representation
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="Common Lisp Persistency Manager.html" class="internal">Common Lisp Persistency Manager</a> -
|
||
|
A software package for <a href="serialization.html" class="category">serialization</a> of Common Lisp data structures, much like Python's pickle facility
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="incless.html" class="internal">incless</a> -
|
||
|
A portable, extensible Common Lisp printer
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="plump-sexp.html" class="internal">plump-sexp</a> -
|
||
|
Yet another <a href="s-exp syntax.html" class="internal">SEXP</a> to <a href="HTML.html" class="internal">HTML</a> thing
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="save-object.html" class="internal">save-object</a> -
|
||
|
save-object is a library for object <a href="serialization.html" class="category">serialization</a>
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="spack.html" class="internal">spack</a> -
|
||
|
Structured data <a href="serialization.html" class="category">serialization</a> and deserialization in Common Lisp
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="Storable Functions.html" class="internal">Storable Functions</a> -
|
||
|
Storable Functions implements transformations of functions (including closures) from and to <a href="CLOS.html" class="internal">CLOS</a> instances of some specific classes
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="userial.html" class="internal">userial</a> -
|
||
|
A Common Lisp library for serializing to binary buffers
|
||
|
</li>
|
||
|
</ul></div></div>
|
||
|
<div id="footer" class="buttonbar"><ul><li><a href="serialization.html">Current version</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/history?article=serialization">History</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/backlinks?article=serialization">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=serialization&from-revision=3637877144">Edit</a></li><li><a href="https://www.cliki.net/site/edit-article?create=t">Create</a></li></ul></div>
|
||
|
</div>
|
||
|
<div id="header-buttons" class="buttonbar">
|
||
|
<ul>
|
||
|
<li><a href="https://www.cliki.net/">Home</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/recent-changes">Recent Changes</a></li>
|
||
|
<li><a href="CLiki.html">About</a></li>
|
||
|
<li><a href="Text Formatting.html">Text Formatting</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/tools">Tools</a></li>
|
||
|
</ul>
|
||
|
<div id="search">
|
||
|
<form action="https://www.cliki.net/site/search">
|
||
|
<label for="search_query" class="hidden">Search CLiki</label>
|
||
|
<input type="text" name="query" id="search_query" value="" />
|
||
|
<input type="submit" value="search" />
|
||
|
</form>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div id="pageheader">
|
||
|
<div id="header">
|
||
|
<span id="logo">CLiki</span>
|
||
|
<span id="slogan">the common lisp wiki</span>
|
||
|
<div id="login"><form method="post" action="https://www.cliki.net/site/login">
|
||
|
<label for="login_name" class="hidden">Account name</label>
|
||
|
<input type="text" name="name" id="login_name" class="login_input" />
|
||
|
<label for= "login_password" class="hidden">Password</label>
|
||
|
<input type="password" name="password" id="login_password" class="login_input" />
|
||
|
<input type="submit" name="login" value="login" id="login_submit" /><br />
|
||
|
<div id="register"><a href="https://www.cliki.net/site/register">register</a></div>
|
||
|
<input type="submit" name="reset-pw" value="reset password" id="reset_pw" />
|
||
|
</form>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body></html>
|