I'm using ASP.Net with MVC, and would like to have custom SerializeFn for only certain requests. It looks like the JsConfig stuff is static, and I do see the JsConfig.BeginScope() stuff to keep the config scoped, but it doesn't seem to apply to the custom serializers/deserializers. If I define a custom SerializeFn, is it going to stick around across requests because it's static? If so, is there some way to stop that from happening?
Thanks.