sharepoint にいくつかのオブジェクト (単純なタイプではない) を保存し、すべてのサイトからそれらにアクセスする必要があります。私の最初の試みは SPPersistedObject で保存することでしたが、リストは保存できません:
he platform does not know how to deserialize an object of type DataItems.SearchResultItem. The platform can deserialize primitive types such as strings, integers, and GUIDs; other SPPersistedObjects or SPAutoserializingObjects; or collections of any of the above. Consider redesigning your objects to store values in one of these supported formats, or contact your software vendor for support.
これどうやってするの?