On 12 Feb, 15:57, "Ollie Riches" <ollie_ric...@hotmail.com> wrote:
> if you want a serializable (xml) dictionary why not try
>
> http://weblogs.asp.net/pwelter34/arc...03/444961.aspx
>
> HTH
>
> Ollie Riches
Thanks Ollie ,
I have been serializing several objects and I know serialization
basics.
Before I used collections such us hashtables, or Sorted List and I
never had any problem.
Here I am not clear what is the problem Why a typed collection needs a
constructor
while a not typed one doesn't ? It would seem to me that a typed
collection should store more information.
So actually I am lost here, and the examples I have seen so far do not
spread any light ! :-(
Does anyone have an example to understand what is going on here ?
Can anyone show the actual code corrections to my simple snippet ?
-Pam