Framework for Delphi similar to Castor
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.
精彩评论