Class ProjectingDeserializer<TFrom, TTo>
| MongoDB CSharp Driver API Reference (original) (raw)
Wraps a serializer and projects using a function.
public sealed class ProjectingDeserializer<TFrom, TTo> : SerializerBase<TTo>, IBsonSerializer<TTo>, IBsonSerializer