CimSerializer.Serialize Method

 

Serializes a CIM class or a CIM instance.

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

Overload List

Name Description
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.

See Also

CimSerializer Class
Microsoft.Management.Infrastructure.Serialization Namespace

Return to top