views:

74

answers:

1

Hi,

I have been trying to serialize a pretty big object. This object uses dictionaries in order to keep track of various data. I am using the binary formatter, and want to be able to easily serialize the whole object whithout interfering/having to change code in the below layers.

Is there any way fix to this? I don't want to serialize the dictionaries manually(as I've seen others do to solve this issue).

The one who solves this get the golden plate ;)

Best Regards,

Robin

A: 
Kent Boogaart