M
Michael Jones
Hello,
We're moving a project from MFC to .net. And we've been able to make some
great improvements on the way - especially on the GUI side (big hurray for
the guys who made the propertyGrid).
But when it comes to Serialization - well I don't know.
Using BinaryFormatter the file is 436 times larger then the file created
with MFC. And just a hint for the problem in this: the file with 2.2 million
objects was 7MB and now it is 3GB. (oh - not to mention that the load time
was 30seconds and now well over 15minutes).
Now I've read a lot about all the different options and have tested quite of
it. I love the way all the formatting stuff fits together e.g. in remoting
and I can see the merits.
But, just in the off chance that I am overlooking something - is there a
better Serialization scheme hidden somewhere in .net or has somebody else
sat down an implemented a "MFC" similar way?
Kind Regards,
Michael
We're moving a project from MFC to .net. And we've been able to make some
great improvements on the way - especially on the GUI side (big hurray for
the guys who made the propertyGrid).
But when it comes to Serialization - well I don't know.
Using BinaryFormatter the file is 436 times larger then the file created
with MFC. And just a hint for the problem in this: the file with 2.2 million
objects was 7MB and now it is 3GB. (oh - not to mention that the load time
was 30seconds and now well over 15minutes).
Now I've read a lot about all the different options and have tested quite of
it. I love the way all the formatting stuff fits together e.g. in remoting
and I can see the merits.
But, just in the off chance that I am overlooking something - is there a
better Serialization scheme hidden somewhere in .net or has somebody else
sat down an implemented a "MFC" similar way?
Kind Regards,
Michael