From fd2c59b56bef5e80fd7076786cb3a4c7fdfb6717 Mon Sep 17 00:00:00 2001 From: Robert Ramey Date: Sat, 7 Aug 2004 18:50:18 +0000 Subject: [PATCH] added serialization [SVN r24337] --- libs/libraries.htm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/libraries.htm b/libs/libraries.htm index b0add23a23..0006b936ee 100644 --- a/libs/libraries.htm +++ b/libs/libraries.htm @@ -178,6 +178,8 @@ how to download, build, and install the libraries.

  • static_assert - Static assertions (compile time assertions), from John Maddock.
  • +
  • serialization + - Serialization for persistence and marshalling, from Robert Ramey
  • spirit - LL parser framework  represents parsers directly as EBNF grammars in inlined C++, from Joel de Guzman and team.
  • @@ -432,6 +434,8 @@ how to download, build, and install the libraries.

    operations, from Samuel Krempp.
  • io state savers - Save I/O state to prevent jumbled data, from Daryle Walker.
  • +
  • serialization - serialization of arbitrary + data for persistence and marshalling
  • Inter-language support