Read original post by Joost van Schaik at .NET by Example
I suppose this is part of some FM I did not R, but I would like to point it out in case some other sod wastes just as much time on it as me.
I embarked upon a journey to port SilverlightSerializer and some behaviors to WinRT. All stuff is heavily making use of reflection. Now reflection has been hugely overhauled in WinRT, so I knew I was in for an interesting ride. Recently I was convinced I managed to do it, but it turned out I did not.