serialization library

Robert Ramey ramey at rrsd.com
Tue Dec 1 10:48:17 PST 2009


boost serialization has an object wrapper for binary data - called (surprise)
binary_object.  On text based formats, it uses base64 encoding it's in the
documentation and also there is a specific test which shows how to use it.  And
its extremely easy to use.

Robert Ramey


More information about the Digitalmars-d-announce mailing list