Class BsonBinaryReaderSettings
Represents settings for a BsonBinaryReader.
[Serializable]
public class BsonBinaryReaderSettings : BsonReaderSettings
- Inheritance
-
BsonBinaryReaderSettings
- Inherited Members
- Extension Methods
Constructors
- BsonBinaryReaderSettings()
Initializes a new instance of the BsonBinaryReaderSettings class.
Properties
- Defaults
Gets or sets the default settings for a BsonBinaryReader.
- Encoding
Gets or sets the Encoding.
- FixOldBinarySubTypeOnInput
Gets or sets whether to fix occurrences of the old binary subtype on input.
- FixOldDateTimeMaxValueOnInput
Gets or sets whether to fix occurrences of the old representation of DateTime.MaxValue on input.
- MaxDocumentSize
Gets or sets the max document size.
Methods
- Clone()
Creates a clone of the settings.
- CloneImplementation()
Creates a clone of the settings.