I am writing this question as a complete **naive** in this field of "Use of data binding and parsing in c++". So, please bear with me . :)
You may find this question as duplicate of THIS
After doing a bit of googling I found that what C++ has similar library to JAXB for java for object representation of an XML in the form of "Code Synthesis xsd" and "Boost Serialization"
1) Now what I want to ask is that can "Boost Serialization" perform all the functions that CodeSynthesis is able to do ?
2) If yes, which one of it would be better to use if we take into account
1) Dependency 2) Performance 3) Ease of use
3) What would be its performance if we compare with Java JAXB ? [Optional question...only if someone have a link to the benchmarks]
Thanks.