我存储的项目包含像字典这样的字段在 mongo 这个字段有 _t = System.Collections.Generic.Dictionary`2[System.String,[Namespace.MyType, Namespace, Version=1.0.0.0, Culture=neutral, PublicKeyToken=89b48272fdae8cae] ]
我不需要 Version 和 PublicKeyToken 并且这对下一个版本的程序集来说是个问题如何使用 System.Collections.Generic.Dictionary`2[System.String,[Namespace.MyType]] 之类的 _t 属性存储数据?