Populates the object using the information in the SerializationInfo.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax
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.
Return Value
Type: ObjectThe populated deserialized object.
Implements
ISerializationSurrogate SetObjectData(Object, SerializationInfo, StreamingContext, ISurrogateSelector)See Also