digitalmars.D.learn - Serialization libs?
- Nick Sabalausky (3/3) Jun 10 2011 Are there any good D2 serialization libs out there that utilize
- Robert Clipsham (7/10) Jun 10 2011 I've never used it, and I don't know if it's any good or even does what
- David Nadlinger (4/11) Jun 10 2011 Another library out there is part of Fawzi's blip, although it's
- Jacob Carlborg (6/13) Jun 16 2011 Don't know if it works with the current DMD. I'm also in the middle of a...
Are there any good D2 serialization libs out there that utilize introspecition (ie, don't have to manually specify all the member of each type), handle cyclic graphs and have flexible output?
Jun 10 2011
On 10/06/2011 08:30, Nick Sabalausky wrote:Are there any good D2 serialization libs out there that utilize introspecition (ie, don't have to manually specify all the member of each type), handle cyclic graphs and have flexible output?I've never used it, and I don't know if it's any good or even does what you need, but: http://dsource.org/projects/orange/ -- Robert http://octarineparrot.com/
Jun 10 2011
On 6/10/11 2:07 PM, Robert Clipsham wrote:On 10/06/2011 08:30, Nick Sabalausky wrote:Another library out there is part of Fawzi's blip, although it's D1/Tango: https://github.com/fawzi/blip/tree/master/blip/serialization DavidAre there any good D2 serialization libs out there that utilize introspecition (ie, don't have to manually specify all the member of each type), handle cyclic graphs and have flexible output?I've never used it, and I don't know if it's any good or even does what you need, but: http://dsource.org/projects/orange/
Jun 10 2011
On 2011-06-10 14:07, Robert Clipsham wrote:On 10/06/2011 08:30, Nick Sabalausky wrote:Don't know if it works with the current DMD. I'm also in the middle of a complete rewrite of the library. But version 0.0.1 should at least work with some version of DMD. -- /Jacob CarlborgAre there any good D2 serialization libs out there that utilize introspecition (ie, don't have to manually specify all the member of each type), handle cyclic graphs and have flexible output?I've never used it, and I don't know if it's any good or even does what you need, but: http://dsource.org/projects/orange/
Jun 16 2011