Table of Contents

Class SystemProfileLockStatisticsSerializer

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

Serializer for SystemProfileLockStatistics

public class SystemProfileLockStatisticsSerializer : BsonDocumentBackedClassSerializer<SystemProfileLockStatistics>, IBsonSerializer<SystemProfileLockStatistics>, IBsonDocumentSerializer, IBsonSerializer
Inheritance
SystemProfileLockStatisticsSerializer
Implements
Inherited Members
Extension Methods

Constructors

SystemProfileLockStatisticsSerializer()

Initializes a new instance of the SystemProfileLockStatisticsSerializer class.

public SystemProfileLockStatisticsSerializer()

Properties

Instance

Gets the instance.

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

Property Value

SystemProfileLockStatisticsSerializer

Methods

CreateInstance(BsonDocument)

Creates the instance.

protected override SystemProfileLockStatistics CreateInstance(BsonDocument backingDocument)

Parameters

backingDocument BsonDocument

The backing document.

Returns

SystemProfileLockStatistics

A SystemProfileLockStatistics instance.