I have an app that needs some custom serialization.  I tried to use 
IExternalizeable.  If it worked that would be exactly what I need.  But the 
issue is that I need to do this custom serialization on the client only.  To 
get the IExternalizeableized classes read/write methods called the server also 
has to implement the interface.  But the server already has all of the 
customization that it can handle; that is unfortunately not an option.

I tried to dig into the RPC classes.  I was gonna monkey-patch what I needed.  
But I could only see the classes to handle the (AMF)XML data whereas I have the 
binary bits flowing.

I've hunted everywhere for an answer to this.  Any ideas?

Reply via email to