Holds together all of the information and data needed to serialize or deserialize an object. This class cannot be inherited.
Object
SerializationInfo
[Visual Basic] NotInheritable Public Class SerializationInfo [C#] public sealed class SerializationInfo [C++] public __gc __sealed class SerializationInfo [JScript] public class SerializationInfo
The structure points to the object itself, to a SerializationTypeData that describes the invariant layout of this object class, and to an array of Variants that holds the current values of the object's fields and properties.
Namespace: System.Runtime.Serialization
Assembly: mscorlib.dll
SerializationInfo Members | System.Runtime.Serialization Namespace