DeserializingTypeConverter Class

Definition

Rehydrating type converter used during deserialization. It takes results of serializing some common types and rehydrates them back from property bags into live objects.

public ref class DeserializingTypeConverter sealed : System::Management::Automation::PSTypeConverter
public sealed class DeserializingTypeConverter : System.Management.Automation.PSTypeConverter
type DeserializingTypeConverter = class
    inherit PSTypeConverter
Public NotInheritable Class DeserializingTypeConverter
Inherits PSTypeConverter
Inheritance
DeserializingTypeConverter

Constructors

DeserializingTypeConverter()

Methods

CanConvertFrom(Object, Type)

This method is not implemented - an overload taking a PSObject is implemented instead.

CanConvertFrom(PSObject, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

CanConvertTo(Object, Type)

Returns true if the converter can convert the sourceValue parameter to the destinationType parameter.

CanConvertTo(PSObject, Type)

This method is not implemented - an overload taking a PSObject is implemented instead.

ConvertFrom(Object, Type, IFormatProvider, Boolean)

This method is not implemented - an overload taking a PSObject is implemented instead.

ConvertFrom(PSObject, Type, IFormatProvider, Boolean)

Converts the sourceValue parameter to the destinationType parameter using formatProvider and ignoreCase.

ConvertTo(Object, Type, IFormatProvider, Boolean)

Converts the sourceValue parameter to the destinationType parameter using formatProvider and ignoreCase.

ConvertTo(PSObject, Type, IFormatProvider, Boolean)

This method is not implemented - an overload taking a PSObject is implemented instead.

GetFormatViewDefinitionInstanceId(PSObject)

Gets the boolean properties of ParameterSetMetadata object encoded as an integer.

GetInvocationInfo(PSObject)

Gets the full remoting serialized PSObject for the InvocationInfo property of the DebuggerStopEventArgs type.

GetParameterSetMetadataFlags(PSObject)

Gets the boolean properties of ParameterSetMetadata object encoded as an integer.

Applies to