NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SerializationInfo Class

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

Remarks

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.

Requirements

Namespace: System.Runtime.Serialization

Assembly: mscorlib.dll

See Also

SerializationInfo Members | System.Runtime.Serialization Namespace