【发布时间】:2011-09-12 22:55:08
【问题描述】:
我所知道的所有开源对象序列化库(JvAppStorage、NativeXml、OmniXML、SuperObject、lkJSON)似乎还不支持泛型属性。 (如果我错了,请纠正我)。
您知道具有此功能或计划添加它的库吗? Delphi 2010中的JSON序列化库怎么样(我还在用Delphi 2009)
例子
...
published
property Prop1: TObjectList<TMyPersistent> read GetProp1 write SetProp1;
...
【问题讨论】:
标签: xml json delphi generics serialization