Data Serialisation
Fri, 07/01/2011 - 06:16
Hi. After a lot of hair pulling, I think I've come to the conclusion that any data stored in membase has to be serialisable?
Note, I am using C# and Enyim - perhaps it is Enyim that has the serialisation requirement? I'd rather not have to go through all my classes and mark them as serialisable.
Hi,
Sorry for the pulled hair, but that is correct -- your objects need to be seralizable. Membase actually can store any binary bytes, and Enyim uses obj serialization to turn objects into binary bytes (and back again).
Cheers,
Steve