Class SystemProfileLockStatisticsSerializer
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
Methods
CreateInstance(BsonDocument)
Creates the instance.
protected override SystemProfileLockStatistics CreateInstance(BsonDocument backingDocument)
Parameters
backingDocument
BsonDocumentThe backing document.
Returns
- SystemProfileLockStatistics
A SystemProfileLockStatistics instance.