CogSerializer LoadObjectFromString Method (String)Cognex VisionPro 9.5
Loads an object from a string in a binary format.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax

[ObsoleteAttribute("This method is deprecated.", false)]
public static Object LoadObjectFromString(
	string source
)

Return Value

Type: Object
The loaded object.
Remarks

To learn more about persisting objects, see Persistence in VisionPro
See Also