Is there a minimal way to use boost for marshalling/unmarshalling as well as pretty-printing structs with their field-names (RTTI?) ? It seems like you could use boost::fusion
and then somehow automatically implement the boost::serialization
interface using the boost::fusion
functions, but I'm not sure how to approach this, or if it is possible.
Asked
Active
Viewed 176 times
0

Ross Rogers
- 23,523
- 27
- 108
- 164
-
Too broad to answer. Have a look here: http://stackoverflow.com/search?q=%5Bc%2B%2B%5D+reflection&submit=search – sehe Nov 21 '12 at 20:17
-
Really. Marshalling/Unmarshalling combined with pretty-printing using the boost library seems broad to you? I know that _reflection_ is a large topic, but this nexus of topics seems rather specific. – Ross Rogers Nov 21 '12 at 21:39