JsConfig.BeginScope allows me to customize serialization for specific operation without affecting global config. However, how do I provide custom SerializeFn for specific type for the duration of the scope? It seems JsConfig< T > is always static and ignores the scope completely?
Configuration on
JsConfig<T>
is only configurable statically and is not an available option on JsConfigScope.