CogSerializationOptionsContext ShouldSerialize Method Cognex VisionPro 9.25 SR1
Returns true if a given field should be serialized.

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

[ObsoleteAttribute("This method is obsolete and will be removed in a future release")]
public bool ShouldSerialize(
	FieldInfo member
)

Parameters

member
Type: System.Reflection FieldInfo
The field to determine whether or not to serialize.

Return Value

Type: Boolean
True if member should be serialized; false otherwise.
See Also