Re: [DOTNET] ISerializable and CollectionBase

2002-06-10 Thread Keith Franklin
Mitch, That's sounds better...I will give it a try... Later -Original Message- From: Mitch Denny [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 8:44 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] ISerializable and CollectionBase Hiya Keith, You could possibly serializ

Re: [DOTNET] ISerializable and CollectionBase

2002-06-10 Thread Mitch Denny
Denny - [EMAIL PROTECTED] - +61 (414) 610-141 - -Original Message- From: The DOTNET list will be retired 7/1/02 [mailto:[EMAIL PROTECTED]] On Behalf Of Keith Franklin Sent: Tuesday, 11 June 2002 10:35 To: [EMAIL PROTECTED] Subject: [DOTNET] ISerializable and CollectionBase Hi All, Been

[DOTNET] ISerializable and CollectionBase

2002-06-10 Thread Keith Franklin
Hi All, Been exploring a technique that utilizes CollectionBase. Because of a need I need to use manual Serialization and ISerializable rather then simply the Serializable attribute. Now the collection (The internal list) normally serializes no problem with serializable attribute. But with ISeri