Reading Binary Tile Map Data on Windows Phone
When building a tileβmapping engine for Windows Phone, one of the first challenges is reading binary data from the device. Unlike full .NET Framework applications, Windows Phone does not support the System.Runtime.Serialization.Formatters.Binary namespace, which means traditional binary serialization is not available.