DeserializingTypeConverter Class
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.
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
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 |
CanConvertTo(Object, Type) |
Returns true if the converter can convert the |
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 |
ConvertTo(Object, Type, IFormatProvider, Boolean) |
Converts the |
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. |