开发者

Framework for Delphi similar to Castor

开发者 https://www.devze.com 2022-12-19 11:29 出处:网络
Can anyone suggest: a framework for Delphi for work with XML / XSD like the one that makes Castor for JAVA?开发者_StackOverflow

Can anyone suggest: a framework for Delphi for work with XML / XSD like the one that makes Castor for JAVA?

开发者_StackOverflow Borland XML Data Binding does not offer - he is not flexible.


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+.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消