Knowledge is power. We love to share it.

News related to Mono products, services and latest developments in our community.

khorvat

.NET Binary serialization - the pitfalls

08/10/2011 By khorvat 0
Rated 2.00, 11 vote(s). 
Bookmark and Share
Serialization is the process of converting an object into a form that can be persisted in a storage medium or transported across a communication layer. In the .NET world the you will often use the powerful binary serializer, but it comes with its pitfalls if not used properly. Let's take a look how to overcome some of the issues with binary serialization.