Click or drag to resize

ObjectEditorBaseSerializer Property

The serializer of the object.

Namespace:  Hummingbird.TestFramework.Extensibility
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public AbstractSerializer Serializer { get; set; }

Property Value

Type: AbstractSerializer
Remarks
The editing object must be serialized before it can be saved and represented as text
See Also