Uri
プロパティを使用してクラスをシリアル化できません。
System.InvalidOperationException was unhandled
Message=There was an error reflecting type 'Foo.Story'.
// ...
InnerException: System.InvalidOperationException
Message=There was an error reflecting property 'MyURI'.
このプロパティをシリアル化したいと思います。これを回避する方法は何ですか?ある種のコンバーターを宣言し、URI の文字列表現を使用する必要がありますか?