I am in the process of porting some .net remoting code to WCF.
Can I safely assume that all classes that are Serializable and works as .remoting method parameters will work with WCF using the binary message encode?
If not is there a “rule of thumb” that I can use to estimate what problems I will hit?