XAML in .Net 4.0: Serialization and Deserialization using XamlServices
In order to deserialize an object graph from .xaml file, we can use XamlServices.Load method: using (TextReader reader = File.OpenText(bookFileName)). {. Book book = (Book)XamlServices.Load(reader);. Console. ...
Original post: XAML in .Net 4.0: Serialization and Deserialization using XamlServices by at xaml .net - Google Blog Search
Blog tag: Xaml control
Technorati tag: Xaml control