AbstractSerializerDeserialize Method (String, Type) |
Deserializes the specified value.
Namespace:
Hummingbird.TestFramework.Serialization
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public Object Deserialize(
string value,
Type objectType
)
Public Function Deserialize (
value As String,
objectType As Type
) As Object
public:
Object^ Deserialize(
String^ value,
Type^ objectType
)
member Deserialize :
value : string *
objectType : Type -> Object
Parameters
- value
- Type: SystemString
The value. - objectType
- Type: SystemType
Type of the object.
Return Value
Type:
ObjectA Object deserialized from the given string.
See Also