unmarshalling

XML to DynaBeans from only xsd. Possible ?

Hello, my question seems simple but I'm going crazy :) Is there a way, using JAXB, Castor or XStream to convert XML into DynaBeans, considering that I have the xsd schema but no precompiled mapping classes and no ObjectFactory or similar ? Blaise Doughan suggested to use MOXy (thanks again, Blaise) but unfortunately I have no permissio...

How to Marshall C++ Native Objects to Managed C++ CLI

Hello, I have bunch of native C++ objects and classes contains DTL maps, maps of maps and lists and vectors. I need to call managed C++ functions from C++ native code and need to pass these native objects and STL containers(lists,maps , maps of maps) to C++/CLI. It needs to marshal or some how serialize these objects. How can I do that...