Table of Contents

Class SystemProfileInfoSerializer

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

Represents a serializer for SystemProfileInfo.

public class SystemProfileInfoSerializer : BsonDocumentBackedClassSerializer<SystemProfileInfo>, IBsonSerializer<SystemProfileInfo>, IBsonDocumentSerializer, IBsonSerializer
Inheritance
SystemProfileInfoSerializer
Implements
Inherited Members
Extension Methods

Constructors

SystemProfileInfoSerializer()

Initializes a new instance of the SystemProfileInfoSerializer class.

public SystemProfileInfoSerializer()

Properties

Instance

Gets the instance.

[Obsolete("Use constructor instead.")]
public static SystemProfileInfoSerializer Instance { get; }

Property Value

SystemProfileInfoSerializer

Methods

CreateInstance(BsonDocument)

Creates the instance.

protected override SystemProfileInfo CreateInstance(BsonDocument backingDocument)

Parameters

backingDocument BsonDocument

The backing document.

Returns

SystemProfileInfo

A SystemProfileInfo instance.