mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
2fadfa2cfb
e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
16 lines
860 B
Plaintext
16 lines
860 B
Plaintext
s11n (an abbreviation for serialization) is an Open Source project focused
|
|
on the generic serialization of objects (i.e., object persistence) in the
|
|
C++ programming language.
|
|
|
|
The project's flagship library, appropriately named libs11n, can easily
|
|
serialize all manner of PODs (Plain Old Data types), most STL containers,
|
|
and user-defined Serializable types. By taking advantage of relatively
|
|
new, advanced C++ techniques s11n turns this formerly-difficult task into
|
|
child's play. It supports literally hundreds of millions of combinations
|
|
of standard containers out of the box. libs11n is 100% data-format
|
|
agnostic, and currently includes support for many formats, including 3 XML
|
|
flavours. (As far as i am aware, this exceeds support provided by any
|
|
other serialization framework, regardless of the implementation language!)
|
|
|
|
WWW: http://s11n.net
|