CimDeserializer Class

 

Represents a CIM deserializer.

Namespace:   Microsoft.Management.Infrastructure.Serialization
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Management.Infrastructure.Serialization.CimDeserializer

Syntax

public sealed class CimDeserializer : IDisposable
public ref class CimDeserializer sealed : IDisposable
[<Sealed>]
type CimDeserializer = 
    class
        interface IDisposable
    end
Public NotInheritable Class CimDeserializer
    Implements IDisposable

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Create()

Creates and initializes a default deserializer.

System_CAPS_pubmethodSystem_CAPS_static Create(String, UInt32)

Creates and initializes a custom deserializer.

System_CAPS_pubmethod DeserializeClass(Byte[], UInt32)

Deserializes a CIM class based on serialized data.

System_CAPS_pubmethod DeserializeClass(Byte[], UInt32, CimClass)

Deserializes a CIM class based on serialized data and a parent class.

System_CAPS_pubmethod DeserializeClass(Byte[], UInt32, CimClass, String, String)

Deserializes a CIM class based on serialized data, a parent class, the computer name, and the namespace name.

System_CAPS_pubmethod DeserializeInstance(Byte[], UInt32)

Deserializes a CIM instance based on serialized data.

System_CAPS_pubmethod DeserializeInstance(Byte[], UInt32, IEnumerable<CimClass>)

Deserializes a CIM class based on serialized data and a collection of CIM classes.

System_CAPS_pubmethod Dispose()

Releases resources associated with this object.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Management.Infrastructure.Serialization Namespace

Return to top