Just found out the hard way that this solution will not work for WindowsRT apps because the .Net portable class libraries do not support the [Serializable] attribute, but instead require the DataContractSerializer.
↧