Desrialization speed
Desrialization speed
(OP)
I use BinaryFormatter.Serialize/Desrialize method to store object collection to file.
Sometimes these files are large (about 100MB).
It takes very long time to deserialize collection (even half an hour).
What is the best way to serialize large collection of objects? After deserialization I need the exact object's structure.
You've already notice I'm a newbee :)
thanks in advance
Sometimes these files are large (about 100MB).
It takes very long time to deserialize collection (even half an hour).
What is the best way to serialize large collection of objects? After deserialization I need the exact object's structure.
You've already notice I'm a newbee :)
thanks in advance