Are there any data-binding solution that works in C++ and GWT and supports structures polymorphism?

Posted by user116854 on Stack Overflow See other posts from Stack Overflow or by user116854
Published on 2010-08-19T12:54:24Z Indexed on 2010/12/22 13:54 UTC
Read the original article Hit count: 102

Filed under:
|
|
|
|

I expect it should share a common description, like XmlSchema or IDL and should generate classes for target language.

I found Thrift and it's really nice solution, but it doesn't support structures polymorphism. I would like to have collections of base class objects, where I could place instances of subclasses, serialize this and deserialize at the opposite side. Some mechanism of polymorphic behavior support, like Visitor, would be a perfect.

Does anybody know something suitable for these requirements?

© Stack Overflow or respective owner

Related posts about java

Related posts about c++