BsonSerializationInfo Class |
Namespace: MongoDB.Bson.Serialization
The BsonSerializationInfo type exposes the following members.
Name | Description | |
---|---|---|
BsonSerializationInfo |
Initializes a new instance of the BsonSerializationInfo class.
|
Name | Description | |
---|---|---|
ElementName |
Gets or sets the dotted element name.
| |
NominalType |
Gets or sets the nominal type.
| |
Serializer |
Gets or sets the serializer.
|
Name | Description | |
---|---|---|
DeserializeValue |
Deserializes the value.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Merge |
Merges the new BsonSerializationInfo by taking its properties and concatenating its ElementName.
| |
SerializeValue |
Serializes the value.
| |
SerializeValues |
Serializes the values.
| |
ToString | (Inherited from Object.) | |
WithNewName |
Creates a new BsonSerializationInfo object using the elementName provided and copying all other attributes.
|
Name | Description | |
---|---|---|
ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) | |
ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) | |
ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |