Click here to Skip to main content
15,892,161 members
Articles / Desktop Programming / WPF

Serializable ObservableCollection alternative

Rate me:
Please Sign up or sign in to vote.
3.60/5 (5 votes)
13 Jan 2011CPOL2 min read 25.6K   3  
Serializable implementation of ICollectionChanged with the same methods and properties as System.Collections.Generic.List

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
11 Jan 2011Liero_
I promised an alternative, so here is a good starting point:http://www.deanchalk.me.uk/post/Thread-Safe-Dispatcher-Safe-Observable-Collection-for-WPF.aspx It is custom implementation of INotifyCollectionChanged. As a bonus, it is thread-safe. :) For serialization support, you have to...

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Slovakia Slovakia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions