I have a class that is implementing ISerializable.
I know I override the GetObjectData method and do addvalue to to serialize the variables. What I am having problems with is I have some string arrays an I am not sure how I would do addvalue with them or how to retrieve them in the ISerializable constructor
