Inserting an Object in Membase
Thu, 12/30/2010 - 04:12
Hi all,
Can anyone please help me out with these issues ?
I am unable to store a Object in Membase. Though I have defined Data Contracts and rest of the parameteres required for serialization.
No exception is thrown if the object is not inserted.
Is there anything else I need to do ?
Love & Peace
Sushant Chavan
The client does not use the DataContractSerializer but the standard BinarySerializer.
You need to add the [Serializable] attribute to your classes or implement a custom transcoder whihc uses the DataContractSerializer.