Click or drag to resize
IGridFSFileInfoSerializerTFileId Interface
Represents a serializer for a GridFSFileInfo.

Namespace: MongoDB.Driver.GridFS
Assembly: MongoDB.Driver.GridFS (in MongoDB.Driver.GridFS.dll) Version: 2.3.0
Syntax
public interface IGridFSFileInfoSerializer<TFileId> : IBsonSerializer<GridFSFileInfo<TFileId>>, 
	IBsonSerializer, IBsonDocumentSerializer

Type Parameters

TFileId
The type of the file identifier.

The IGridFSFileInfoSerializerTFileId type exposes the following members.

Properties
  NameDescription
Public propertyValueType
Gets the type of the value.
(Inherited from IBsonSerializer.)
Top
Methods
Extension Methods
See Also