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: 116
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