2 Apr
2007
2 Apr
'07
9:22 p.m.
Hi, Is it possible to serialize function pointers? I'm trying to serialize this guy: struct f { typedef void(*function_t)(); function_t the_ptr_; }; Thanks, Sohail