Click or drag to resize

AggregateBucketAutoResultIdSerializerTValueSerializeValue Method

Serializes a value of type {TValue}.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax
protected override void SerializeValue(
	BsonSerializationContext context,
	BsonSerializationArgs args,
	AggregateBucketAutoResultId<TValue> value
)

Parameters

context
Type: MongoDB.Bson.SerializationBsonSerializationContext
The serialization context.
args
Type: MongoDB.Bson.SerializationBsonSerializationArgs
The serialization args.
value
Type: MongoDB.DriverAggregateBucketAutoResultIdTValue
The value.
See Also