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-17 UTC."],[[["This page provides documentation for the `ConverterRegistry` class within the Google Cloud Firestore API, specifically for version 3.7.0, along with links to other versions."],["`ConverterRegistry` is used to manage custom converters, allowing for the conversion of types that are not intended to be Firestore-specific."],["You can add converters to the registry using the `Add\u003cT\u003e(IFirestoreConverter\u003cT\u003e)` method, which will also throw an exception if there is already a converter for the specified type."],["The `ConverterRegistry` class is part of the `Google.Cloud.Firestore` namespace, implemented as `IEnumerable`, and can be used when creating a `FirestoreDb`."],["This document contains a list of all versions of the `ConverterRegistry`, from 3.10.0 (latest) to 2.3.1, along with links to each of their documentation pages."]]],[]]