I have a silverlight assembly which is referenced by a silverlight application and a ASP.Net application.
In the ASP.Net app i need to serialize(Binary) some of the instances of types defined in the silverlight assembly. Can anyone help me with this?
Edit
My problem is that i have a silverlight assembly which is used by a silverilght application, a asp.net app and a winforms app, in my asp.net app and winforms app i need to serialize types defined in the shared silverlight assmebly.
Also on a slightly different note can some one explain why this attribute is needed?
I used something called the sharp serializer which is able to binary serialize types without a serializable attribute.