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-03-21 UTC."],[[["The `ConverterRegistry` class, part of the Firestore API, manages custom converters to avoid Firestore-specific attributes on non-Firestore types."],["The latest version of `ConverterRegistry` is 3.10.0, with documentation available for versions ranging from 2.3.1 to 3.10.0."],["`ConverterRegistry` can be specified during the creation of a `FirestoreDb` instance."],["The class inherits from `object` and implements the `IEnumerable` interface."],["You can add custom converters to the registry using the `Add\u003cT\u003e(IFirestoreConverter\u003cT\u003e)` method, but adding a converter for an already-registered type will result in an `ArgumentException`."]]],[]]