Monday, December 30, 2013

Is there a way to serialize my objects to XAML in Windows Store applications?

Hi Shayan,


If you search for "serialize" in the search box in the top right of the Windows Store apps dev center you'll get hits on .Net serialization classes you can use in your Windows Store app. You can also use the Object Browser inside Visual Studio to find such classes.


Likewise if you follow the "samples" link in the dev center and search for "serialize" there are a number of samples available.


--Rob


No comments:

Post a Comment