serializer

WCF DataContracts

I have a WCF service hosted for internal clients - we have control of all the clients. We will therefore be using a data contracts library to negate the need for proxy generation. I would like to use some readonly properties and have some datacontracts without default constructors. Thanks for your help... ...

How to deserialize multiple objects present in a single serialized file in c#???

I have multiple "command objects" serialized on a single file. I need to get those objects back by deserializing so that I could replay those commands. Please, help me do this. ...

Custom WCF DataContractSerializer

Hi, I have a question. Is it possible to replace dataContractSerializer in Windows Communication Foundation with my own serializer. If it is possible, how can I achieve this? ...

NServiceBus Specify BinarySerializer for certain message types but not for all

Does NServiceBus 2.0 allow for defining serializer for given message type? I want for all but one of my messaages to be serialized using XmlSerializer. The remaining one should be serialized using BinarySerializer. Is it possible with NServiceBus 2.0? ...