PSSerializer.Deserialize(String) Method

Definition

Deserializes PowerShell CliXml into an object.

public:
 static System::Object ^ Deserialize(System::String ^ source);
public:
 static Platform::Object ^ Deserialize(Platform::String ^ source);
 static winrt::Windows::Foundation::IInspectable Deserialize(std::wstring const & source);
public static object Deserialize (string source);
static member Deserialize : string -> obj
Public Shared Function Deserialize (source As String) As Object

Parameters

source
String

The CliXml the represents the object to deserialize.

Returns

An object that represents the serialized content.

Applies to