ISerializationSurrogate.GetObjectData Method
Populates the provided SerializationInfo with the data needed to serialize the object.
Assembly: mscorlib (in mscorlib.dll)
abstract GetObjectData : obj:Object * info:SerializationInfo * context:StreamingContext -> unit
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 SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.