S
Stewart
Hi,
I have a class which has 6 automatic properties (6 x 8 bytes). This
means the total size of the class is 48 bytes. I have 15000 of these
in a generic List. When I serialize these to disc using the
BinaryFormatter I get a file which is 970kb. I would have expected
closer to 48 * 15000 / 1000 = 720kb.
Thoughts?
Stewart
I have a class which has 6 automatic properties (6 x 8 bytes). This
means the total size of the class is 48 bytes. I have 15000 of these
in a generic List. When I serialize these to disc using the
BinaryFormatter I get a file which is 970kb. I would have expected
closer to 48 * 15000 / 1000 = 720kb.
Thoughts?
Stewart