public sealed class ConverterRegistry : IEnumerable
Reference documentation and code samples for the Firestore API class ConverterRegistry.
Registry of custom converters. This is used to avoid requiring Firestore-specific attributes on types
which may be intended to be non-Firestore-specific. The registry may be specified when creating a FirestoreDb
via ConverterRegistry.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-01 UTC."],[[["This webpage provides reference documentation for the `ConverterRegistry` class within the Google Cloud Firestore API for .NET."],["The `ConverterRegistry` class manages custom converters that allow the mapping of non-Firestore-specific types."],["The `ConverterRegistry` can be specified during the creation of a `FirestoreDb` via `FirestoreDbBuilder` to manage custom type mappings."],["The latest version documented is 3.10.0, with additional versions going back to 2.3.1, each with their respective documentation."],["The `Add\u003cT\u003e(IFirestoreConverter\u003cT\u003e)` method is used to add a custom converter for a specific type `T` to the registry."]]],[]]