ISerializationSurrogate.GetObjectData Method
Populates the provided SerializationInfo with the data needed to serialize the object.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- obj
- Type: System.Object
The object to serialize.
- info
- Type: System.Runtime.Serialization.SerializationInfo
The SerializationInfo to populate with data.
- context
- Type: System.Runtime.Serialization.StreamingContext
The destination (see StreamingContext) for this serialization.
| Exception | Condition |
|---|---|
| SecurityException | The caller does not have the required permission. |
Extracts data from object obj and stores it in the SerializationInfo info parameter.
Having located the surrogate, this method stores information on the object obj in the SerializationInfo info parameter. This information describes its view of that object, including the object's fields, properties, and current values. The SerializationInfo might correspond to the actual object, or it can be a synthesized view of the surrogate.
This method is protected by a SecurityAction.LinkDemand for the SecurityPermission with the SecurityPermissionFlag.SerializationFormatter specified.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.