Serializing Data
Summary In this blog post I’m going to talk about some tricky problems with serializing and deserializing data. In particular, I’m going to demonstrate a problem with the BinaryFormatter used in C# to turn an object into a byte array of data. Using the BinaryFormatter Serializer If you are serializing an object inside your project … Read moreSerializing Data