Hello,
I want to serialize some object in a database. This is possible by using the ISerializable interface against a Memory Stream, and then, write the memory steam into a field in database. But, what if I want to serialize each field of my object in a field of the database?
e., I want to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.