Hi list,
How do I tell Boost.Serialization to serialize a wrapper as the primitive type, without requiring an nvp wrapper? I specifically don't want an extra level in the xml output.
Example:
given
BOOST_STRONG_TYPEDEF(int, myInt);
I'd like myInt to be serialized as an int.
Thanks!