From: Sohail Somani (s.somani_at_[hidden])
Date: 2007-04-02 17:22:19


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