Rebuilding an (Electron) application incrementally in .NET using the strangler pattern, I have the need to load a very large serialized object (JSON, >35MB) into .NET. I've noticed that it ...