M
Martin
how to serialize a collection in my custom object? i marked my typed
collection as Serializable. the objects in the collection have an own
TypeConverter. do i have to write a type converter for my list (which
inherits from List<>) too?
do i have to implement ISupportInitialize in my object which holds the
collection?
collection as Serializable. the objects in the collection have an own
TypeConverter. do i have to write a type converter for my list (which
inherits from List<>) too?
do i have to implement ISupportInitialize in my object which holds the
collection?