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; }
Public Property Serializer As AbstractSerializer
Get
Set
public:
property AbstractSerializer^ Serializer {
AbstractSerializer^ get ();
void set (AbstractSerializer^ value);
}
member Serializer : AbstractSerializer with get, set
Property Value
Type:
AbstractSerializerRemarks The editing object must be serialized before it can be saved and represented as text
See Also