PSSerializer.Deserialize(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.