Provide System.Xaml Serialzation
Building on top of XML serialzation, it would be great to have 100% System.Xaml parity so that the same serialization available in this assembly (along with System.Windows.Markup) is enabled and available for CSHTML5. This includes enabling support for:
- Custom Markup Extensions
- XamlServices.Load and Save
- All default system markup extensions "{x:Null}, {x:Static}, etc." found in WPF/Silverlight5.
- IProvideValueTarget interface
- INameScope interface
- ... and more!
15
votes