Re: Serialization for D. Comments, please!

2009-05-26 Thread BCS
Hello Qian, BCS wrote: I'm planning on taking a crack at a Serialization template library and I'm looking for feed back. My thinking so far is up on my blog here: http://arrayboundserror.blogspot.com/2009/05/serialization-for-d-part- 1-of-n.html Please comment! (here or there, doesn't matt

Re: Serialization for D. Comments, please!

2009-05-26 Thread BCS
Hello Bill, I'll also add that you should be able to properly serialize/deserialize a BaseClass pointer that actually points to a DerivedClass. This is pretty tricky to get working seamlessly when combined with the external serialization requirement. H3r3tic's xpose library has this working IIRC

Re: Serialization for D. Comments, please!

2009-05-26 Thread Bill Baxter
On Tue, May 26, 2009 at 2:26 PM, Denis Koroskin <2kor...@gmail.com> wrote: > On Wed, 27 May 2009 01:23:58 +0400, Bill Baxter wrote: > >> On Tue, May 26, 2009 at 12:19 PM, Denis Koroskin <2kor...@gmail.com> >> wrote: >>> >>> On Tue, 26 May 2009 21:44:49 +0400, Bill Baxter >>> wrote: >>> On Tu

Re: Serialization for D. Comments, please!

2009-05-26 Thread Denis Koroskin
On Wed, 27 May 2009 01:23:58 +0400, Bill Baxter wrote: On Tue, May 26, 2009 at 12:19 PM, Denis Koroskin <2kor...@gmail.com> wrote: On Tue, 26 May 2009 21:44:49 +0400, Bill Baxter wrote: On Tue, May 26, 2009 at 2:35 AM, Denis Koroskin <2kor...@gmail.com> wrote: On Tue, 26 May 2009 13:29:

Re: Serialization for D. Comments, please!

2009-05-26 Thread Bill Baxter
On Tue, May 26, 2009 at 12:19 PM, Denis Koroskin <2kor...@gmail.com> wrote: > On Tue, 26 May 2009 21:44:49 +0400, Bill Baxter wrote: > >> On Tue, May 26, 2009 at 2:35 AM, Denis Koroskin <2kor...@gmail.com> >> wrote: >>> On Tue, 26 May 2009 13:29:39 +0400, Qian Xu >>> >>> wrote: >>> BCS wrote

Re: Serialization for D. Comments, please!

2009-05-26 Thread Denis Koroskin
On Tue, 26 May 2009 21:44:49 +0400, Bill Baxter wrote: > On Tue, May 26, 2009 at 2:35 AM, Denis Koroskin <2kor...@gmail.com> > wrote: >> On Tue, 26 May 2009 13:29:39 +0400, Qian Xu >> >> wrote: >> >>> BCS wrote: >>> I'm planning on taking a crack at a Serialization template library and

Re: Serialization for D. Comments, please!

2009-05-26 Thread Bill Baxter
On Tue, May 26, 2009 at 2:35 AM, Denis Koroskin <2kor...@gmail.com> wrote: > On Tue, 26 May 2009 13:29:39 +0400, Qian Xu > wrote: > >> BCS wrote: >> >>> I'm planning on taking a crack at a Serialization template library and >>> I'm >>> looking for feed back. My thinking so far is up on my blog her

Re: QtD 0.2 release announcement.

2009-05-26 Thread Eldar Insadutdinov
I'm sorry for not putting our web-site, we are here: http://dsource.org/projects/qtd/ There won't be downloads for this release, at this stage we would suggest to checkout trunk, as binding gets improvements every day.

Re: Serialization for D. Comments, please!

2009-05-26 Thread aarti_pl
BCS pisze: I'm planning on taking a crack at a Serialization template library and I'm looking for feed back. My thinking so far is up on my blog here: http://arrayboundserror.blogspot.com/2009/05/serialization-for-d-part-1-of-n.html Please comment! (here or there, doesn't matter, I think I'

QtD 0.2 release announcement.

2009-05-26 Thread Eldar Insadutdinov
Another release of QtD is out. This time, it's Linux-only because OPTLINK refuses to link the project with debug info on Windows (see bug http://d.puremagic.com/issues/show_bug.cgi?id=2436). If anybody wants QtD on Windows, please keep pushing Walter until he does something with OPTLINK (bury i

Re: Serialization for D. Comments, please!

2009-05-26 Thread Denis Koroskin
On Tue, 26 May 2009 13:29:39 +0400, Qian Xu wrote: BCS wrote: I'm planning on taking a crack at a Serialization template library and I'm looking for feed back. My thinking so far is up on my blog here: http://arrayboundserror.blogspot.com/2009/05/serialization-for-d-part-1-of-n.html Pl

Re: Serialization for D. Comments, please!

2009-05-26 Thread Qian Xu
BCS wrote: > I'm planning on taking a crack at a Serialization template library and I'm > looking for feed back. My thinking so far is up on my blog here: > > http://arrayboundserror.blogspot.com/2009/05/serialization-for-d-part-1-of-n.html > > Please comment! (here or there, doesn't matter, I t