Are there still known memory leaks with XML serialization in .NET 4? -
our application leaking memory. did not yet run memory profiler on it. found plenty of blog posts , other leak in clr 2 (.net 2, .net 3.5). wondering if knows if still issue in clr 4 (.net 4)..
(i found on so: are there still known memory leaks xmlserialization in .net 3.5?)
i can confirm xmlserializer still behaving same in older .net versions. way around leak implement small caching mechanism described here:
xmlserializer performance issue when specifying xmlrootattribute
Comments
Post a Comment