CimSerializer Class

 

Represents a CIM serializer.

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

Inheritance Hierarchy

System.Object
  Microsoft.Management.Infrastructure.Serialization.CimSerializer

Syntax

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

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Create()

Creates and initializes a default serializer.

System_CAPS_pubmethodSystem_CAPS_static Create(String, UInt32)

Creates and initializes a custom serializer.

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 Serialize(CimClass, ClassSerializationOptions)

Serializes a CIM class.

System_CAPS_pubmethod Serialize(CimClass, ClassSerializationOptions, Byte[], UInt32)

Serializes a CIM class and reports whether the serialized data fits into the specified buffer.

System_CAPS_pubmethod Serialize(CimInstance, InstanceSerializationOptions)

Serializes a CIM instance.

System_CAPS_pubmethod Serialize(CimInstance, InstanceSerializationOptions, Byte[], UInt32)

Serializes a CIM instance and reports whether the serialized data fits into the specified buffer.

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