
ISerializationSurrogate.SetObjectData Method
.NET Framework 4
Populates the object using the information in the SerializationInfo.
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration Function SetObjectData ( _ obj As Object, _ info As SerializationInfo, _ context As StreamingContext, _ selector As ISurrogateSelector _ ) As Object
Parameters
- obj
- Type: System.Object
The object to populate.
- info
- Type: System.Runtime.Serialization.SerializationInfo
The information to populate the object.
- context
- Type: System.Runtime.Serialization.StreamingContext
The source from which the object is deserialized.
- selector
- Type: System.Runtime.Serialization.ISurrogateSelector
The surrogate selector where the search for a compatible surrogate begins.
Remarks
The SetObjectData method is called during deserialization. With this method, you can take the empty Objectobj that has already been created, and enter SerializationInfoinfo data into that object. Constructors are not invoked during deserialization of information and reconstruction of the object.
This method is protected by a SecurityAction.LinkDemand for the SecurityPermission with the SecurityPermissionFlag.SerializationFormatter specified.
Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), 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.