Click or drag to resize

XmlSerializerWithoutXmlnsCanDeserialize Property

Gets or sets a value indicating whether this instance can be deserialized.

Namespace:  Hummingbird.TestFramework.Serialization
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public override bool CanDeserialize { get; }

Property Value

Type: Boolean
true if this instance can deserialize; otherwise, false.
Exceptions
ExceptionCondition
NotImplementedException
See Also