Click or drag to resize
IBsonSerializer Interface
An interface implemented by a serializer.

Namespace: MongoDB.Bson.Serialization
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.0.1
Syntax
public interface IBsonSerializer

The IBsonSerializer type exposes the following members.

Methods
  NameDescription
Public methodDeserialize
Deserializes a value.
Public methodSerialize
Serializes a value.
Top
Extension Methods
  NameDescription
Public Extension MethodDeserialize
Deserializes a value.
(Defined by IBsonSerializerExtensions.)
Public Extension MethodSerialize
Serializes a value.
(Defined by IBsonSerializerExtensions.)
Top
Properties
  NameDescription
Public propertyValueType
Gets the type of the value.
Top
See Also