matthewking
Programmer
Hi all,
I have a serializable class 'A', which holds an arraylist.
I add an instance of serializable class 'B' to this arraylist, then attempt to serialize class A using binary formatter, but at that point it dies. I've run it through the debugger and it just stops at the serialization statement, and doesn't complete the statement after.
Both serialization classes are under the same namespace, in the same assembly.
Any ideas on why its not working or what I have to do to make it work?
Thanks,
Matt.
I have a serializable class 'A', which holds an arraylist.
I add an instance of serializable class 'B' to this arraylist, then attempt to serialize class A using binary formatter, but at that point it dies. I've run it through the debugger and it just stops at the serialization statement, and doesn't complete the statement after.
Both serialization classes are under the same namespace, in the same assembly.
Any ideas on why its not working or what I have to do to make it work?
Thanks,
Matt.