M
Mugunth
Is there any special advantage of using Serialization using a
BinaryFormatter over classic Read/Write using BinaryReader and
BinaryWriter?
In my case, Serialization is bloating up the output file size
drastically at least by a factor of 5. Serialization also takes more
time (probably because of the huge size) that BinaryWriter.
Can someone elucidate the differences, advantages/disadvantages of one
over another?
Regards,
Mugunth
BinaryFormatter over classic Read/Write using BinaryReader and
BinaryWriter?
In my case, Serialization is bloating up the output file size
drastically at least by a factor of 5. Serialization also takes more
time (probably because of the huge size) that BinaryWriter.
Can someone elucidate the differences, advantages/disadvantages of one
over another?
Regards,
Mugunth