I'm trying to write out an object in Silverlight (2) as Xaml. http://www.codeplex.com/silverlightcontrib won't work for me because it's not a FrameworkElement that I'm dealing with. Does anyone know if XamlWriter exists in Silverlight 3?
+1
A:
Unfortunately it's not in current version of SL3 and it seems that it won't make it to the final version either.
jarek
2009-05-13 13:05:45
A:
This might be a useful substitute for serializing to Xaml however: http://www.davidpoll.com/2010/07/25/to-xaml-with-love-an-experiment-with-xaml-serialization-in-silverlight/
bennage
2010-08-17 18:26:37