Search code examples
silverlightbinaryformatter

BinaryFormatter in Silverlight


I am building a WCF RIA service used for Silverlight application. I am using BinaryFormatter.Serialize() to serialize my data to binary array before sending back to client side (silver light).

However, Silverlight 4 doesn't support BinaryFormatter yet, could you advise how to deserialize a byte array back to object at client side as BinaryFormatter.Deserialize() does at service side.

Thanks


Solution

  • I found some links that might help you: