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

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 69.0.0.0 (69.0.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