Struct BsonSerializationArgs
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Bson.dll
Represents args common to all serializers.
public struct BsonSerializationArgs
Inherited Members
Extension Methods
Constructors
BsonSerializationArgs(Type, bool, bool)
Initializes a new instance of the BsonSerializationArgs struct.
Properties
Gets or sets the nominal type.
Gets or sets a value indicating whether to serialize the value as if it were an instance of the nominal type.
Gets or sets a value indicating whether to serialize the id first.