Monday, December 30, 2013

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

You'll have to implement it yourself. You'll need to iterate the visual tree to find the controls and then can serialize them with XML classes. The big trick will be determining which properties are essential to set and which can be left for default.


--Rob


No comments:

Post a Comment