DataContractSerializerCanDeserialize 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
Syntaxpublic override bool CanDeserialize { get; }Public Overrides ReadOnly Property CanDeserialize As Boolean
	Get
public:
virtual property bool CanDeserialize {
	bool get () override;
}abstract CanDeserialize : bool with get
override CanDeserialize : bool with get
Property Value
Type: 
Booleantrue if this instance can deserialize; otherwise, 
false.
            
See Also