G
greg.merideth
Is it possible to serialize SortedList<T,V> or do I need to come up
with my own method to get the data into and out the list? I'm pretty
sure I know that it's "no" I'm just curious if there are any tricks
around.
Here's the error I get when I attempt to serialize a SortedList<T,V>
Unhandled Exception: System.NotSupportedException: The type
System.Collections.S
ortedList is not supported because it implements IDictionary.
with my own method to get the data into and out the list? I'm pretty
sure I know that it's "no" I'm just curious if there are any tricks
around.
Here's the error I get when I attempt to serialize a SortedList<T,V>
Unhandled Exception: System.NotSupportedException: The type
System.Collections.S
ortedList is not supported because it implements IDictionary.