类似于 Castor 的 Delphi 框架
任何人都可以建议:一个用于 Delphi 的 XML / XSD 框架,就像制作 Castor for JAVA 的框架一样?
Borland XML Data Binding 不提供——他不灵活。
Can anyone suggest: a framework for Delphi for work with XML / XSD like the one that makes Castor for JAVA?
Borland XML Data Binding does not offer - he is not flexible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道有什么框架可以像castor一样直接工作,但我知道这个网站http://robstechcorner.blogspot.com/2009/10/xml-serialization-control-via.html 他写这个严格是为了序列化和反序列化。唯一的问题是它只能与 D2010+ 配合使用。
I don't know of any framework that will directly work like castor but I do know of this website http://robstechcorner.blogspot.com/2009/10/xml-serialization-control-via.html he wrote this strictly for serialization and deserialization. the only issue is that it will only work with D2010+.
我并不完全熟悉 Castor,但是查看它的网站,您可能会对以下链接感兴趣:
tiOPF
InstantObjects
此外,DeHL Framework 包含启用对象的 XML 序列化的类。
I'm not totally familear with Castor, but looking at it's website, the following links might be of interest to you:
tiOPF
InstantObjects
In addition, the DeHL Framework contains classes to enable XML serialization of objects.