Click or drag to resize

BsonSerializationInfo Class

Represents the information needed to serialize a member.
Inheritance Hierarchy
SystemObject
  MongoDB.Bson.SerializationBsonSerializationInfo

Namespace:  MongoDB.Bson.Serialization
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
public class BsonSerializationInfo

The BsonSerializationInfo type exposes the following members.

Constructors
  NameDescription
Public methodBsonSerializationInfo
Initializes a new instance of the BsonSerializationInfo class.
Top
Properties
  NameDescription
Public propertyElementName
Gets or sets the dotted element name.
Public propertyNominalType
Gets or sets the nominal type.
Public propertySerializer
Gets or sets the serializer.
Top
Methods
  NameDescription
Public methodDeserializeValue
Deserializes the value.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMerge
Merges the new BsonSerializationInfo by taking its properties and concatenating its ElementName.
Public methodSerializeValue
Serializes the value.
Public methodSerializeValues
Serializes the values.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWithNewName
Creates a new BsonSerializationInfo object using the elementName provided and copying all other attributes.
Top
Extension Methods
  NameDescription
Public Extension MethodToBson
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.)
Public Extension MethodToBsonDocument
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.)
Public Extension MethodToJson
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.)
Top
See Also