Browse thread
Persistent storage and stability of Marshal?
-
David MENTRE
-
Xavier Leroy
- N. Owen Gunden
- Florian Weimer
-
Xavier Leroy
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | N. Owen Gunden <ogunden@p...> |
| Subject: | Re: [Caml-list] Persistent storage and stability of Marshal? |
On Tue, Dec 27, 2005 at 11:17:13AM +0100, Xavier Leroy wrote: > For 1-, in addition to the Marshal module, you can also use textual > formats: key-value pairs, XML, Lisp S-expressions, etc. Other > options are XDR or ASN1 encodings. You could consider using the fantastic S-expression library, developed at Jane Street Capital, for this step. Here's the thread where sexplib was introduced: http://tinyurl.com/9m4s4 - O