Serialization of char*

The code below won't compile for me using VC8. Can someone explain? I'm
sure I'm doing something dumb, but I'm too dumb to know what.
#include

So after banging my head against a wall for the last two days, I have finally discovered that direct serialization of char* is not allowed, but you can do it if you use "make_binary_object". I am just curious about where this is stated in the documentation.
participants (1)
-
Deane Yang