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."],[[["The latest version of the `ConverterRegistry` documentation is 3.10.0, with several older versions available for reference, including back to version 2.3.1."],["`ConverterRegistry` is a class used to manage custom converters for Firestore API, avoiding the need for Firestore-specific attributes on potentially non-Firestore-specific types."],["`ConverterRegistry` can be specified when creating a `FirestoreDb` via `FirestoreDbBuilder`, allowing for custom conversion logic within Firestore interactions."],["The `Add\u003cT\u003e(IFirestoreConverter\u003cT\u003e)` method enables adding a custom converter to the registry, where `T` is the type the converter works with, but throws an exception if a converter for that type already exists."],["This class inherits from `object` and implements `IEnumerable`, providing standard object functionalities like `GetHashCode()`, `GetType()`, `ToString()`."]]],[]]