Table of Contents

Method Deserialize

Namespace
Xunit.Sdk
Assembly
xunit.v3.common.dll

Deserialize(Type, string)

Deserializes a value that was obtained from Serialize(object).

object Deserialize(Type type, string serializedValue)

Parameters

type Type

The type of the original value

serializedValue string

The serialized value

Returns

object

The deserialized value