Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JsConfig.BeginScope 允许我为特定操作自定义序列化而不影响全局配置。但是,如何在范围内为特定类型提供自定义 SerializeFn?似乎 JsConfig< T > 总是静态的并且完全忽略了范围?
配置 onJsConfig<T>只能静态配置,不是JsConfigScope上的可用选项。
JsConfig<T>