DataContracts Archive

  • Unlike in the desktop framework, Silverlight doesn’t have a good extensibility point for replacing the serializer which is used to serialize / deserialize operation parameters (since the class DataContractSerializerOperationBehavior is not...

    Custom serialization in Silverlight

    Unlike in the desktop framework, Silverlight doesn’t have a good extensibility point for replacing the serializer which is used to serialize / deserialize operation parameters (since the class DataContractSerializerOperationBehavior is not...

    Continue Reading...

  • A few folks have been asking if it is possible to serialize/deserialize using the DataContractSerializer. Rest assured, yes it is possible. Now whether or not it is the easiest/most intuitive...

    Using DataContracts with WCF Web API

    A few folks have been asking if it is possible to serialize/deserialize using the DataContractSerializer. Rest assured, yes it is possible. Now whether or not it is the easiest/most intuitive...

    Continue Reading...