CogSerializer SaveObjectToString Method (Object)Cognex VisionPro 9.25 SR1
Saves an object to a string as text.

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

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

Parameters

obj
Type: System Object
The object to save.

Return Value

Type: String
The string containing the saved object.
Remarks

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