Re: RFH: libs11n (serialisation for C++)

2005-08-12 Thread martin f krafft
also sprach Isaac Clerencia <[EMAIL PROTECTED]> [2005.08.12.0925 +0200]: > Yeah, sure, we were greatly surprised when they started supporting Wesnoth ML > as a serializator [0] ;). Human-readable serialisation formats make for great debugging. s11n also supports some format similar to RFC822, rea

Re: RFH: libs11n (serialisation for C++)

2005-08-12 Thread Isaac Clerencia
On Friday, 12 August 2005 08:52, martin f krafft wrote: > Hi folks, > > libs11n[0] is a nice C++ serialisation library. The author makes no > secrets about shortcomings (e.g. when compared to boost's libs11n), > but also has some funky stuff in place no other serialisation > library offers. Yeah, s

RFH: libs11n (serialisation for C++)

2005-08-11 Thread martin f krafft
Hi folks, libs11n[0] is a nice C++ serialisation library. The author makes no secrets about shortcomings (e.g. when compared to boost's libs11n), but also has some funky stuff in place no other serialisation library offers. Quickly: serialisation is saving and storing data from C++ programmes. 0.