ProjectingDeserializer(TFrom, TTo) Class (original) (raw)

ProjectingDeserializerTFrom, TTo Class

Wraps a serializer and projects using a function.

Inheritance Hierarchy

Namespace: MongoDB.Bson.Serialization.Serializers
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

public class ProjectingDeserializer<TFrom, TTo> : SerializerBase

Public Class ProjectingDeserializer(Of TFrom, TTo) Inherits SerializerBase(Of TTo)

type ProjectingDeserializer<'TFrom, 'TTo> =
class inherit SerializerBase<'TTo> end

Type Parameters

TFrom

The type of from.

TTo

The type of to.

The ProjectingDeserializerTFrom, TTo type exposes the following members.

Constructors

Properties

Methods

Extension Methods

See Also

Reference