On 2013-08-29 10:15, Robert Schadek wrote:
I think, this even extends to access to all semi- and structured-data. Think csv, sql nosql, you name it. Something which deserves a name like Uniform Access. I don't want to care if data is laid out differently. I want to define my struct or class mark the members to fill a pass it to somebodies code and don't want to care if its xml, sql or whatever.
So you want serialization :). Which we currently are reviewing. Unfortunately there might be too many changes needed to get it in Phobos this time.
-- /Jacob Carlborg