Hello,<br><br>I am trying to use pb.Copyable to send some python objects back and forth between a client and server. I followed the documentation and quickly got some simple examples working. <br>However i got stuck when i tried sending some python objects which are actually wrappers for stuff written in C. Here is an example of what i am trying to do
<br><br><br>Class C (Wrapper for a c data structure)<br><br>Class B (inherits from class C and from pb.Copyable)<br><br>I have a lot of wrapper functions which give me instances of Class C. Trying to do c_instance.__class__ = B does not work. 
<br>I somehow need to cast those instances into instances of class B so that the jellying/unjellying can take place. What does one do in such a situation ?<br><br>Regards,<br>Deepankar<br>