I forgot to note that the code I pasted in the emails can be cut and pasted into a new
winform project and ran to illustrate what I am talking about.
You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.
Only difference with this and the broke example is the type of object added to the
arraylist in the sub New. Why is it that a simple custom object will not serialize,
but a string will when added to a custom arraylist?
Imports System.ComponentModel
Public Class C
Inherits ArrayList
Im