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-02 UTC."],[[["This webpage details the `ConverterRegistry` class within the Google Cloud Firestore API, specifically focusing on version 3.8.0."],["`ConverterRegistry` serves as a registry for custom converters, allowing the use of types without Firestore-specific attributes."],["The `ConverterRegistry` can be specified during the creation of a `FirestoreDb` instance."],["The page lists available versions of the Firestore API, ranging from version 2.3.1 to the latest, 3.10.0, all pertaining to `ConverterRegistry` documentation."],["The `Add\u003cT\u003e(IFirestoreConverter\u003cT\u003e)` method is detailed, explaining how to add a converter to the registry, and describes the parameters, type parameters, and exceptions."]]],[]]