Click or drag to resize

DataContractSerializerDeserialize Method (String, Type, AbstractMetadata, ListSerializationException)

Deserializes the specified value.

Namespace:  Hummingbird.TestFramework.Serialization
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public override Object Deserialize(
	string value,
	Type objectType,
	AbstractMetadata metadata,
	List<SerializationException> serializationExceptions = null
)

Parameters

value
Type: SystemString
The value.
objectType
Type: SystemType
Type of the object.
metadata
Type: Hummingbird.TestFramework.ServicesAbstractMetadata
The metadata.
serializationExceptions (Optional)
Type: System.Collections.GenericListSerializationException
The serialization exceptions.

Return Value

Type: Object
A Object deserialized from the given string.
See Also