I guess what I'm asking is
If I have an application called Billwith a class of type Apple and I have another application called Ben with the same class in it, how can I serialize the Apple in Bill and deserialize it in Ben.
Is that possible or should I be using SOAP?
If so, thats a problem because I have a ton of generics...