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."],[[["The latest version of the Firestore API class ConverterRegistry is 3.10.0, with 3.9.0 being the currently viewed version."],["ConverterRegistry is a class that manages custom type converters within the Firestore API, allowing for the use of non-Firestore-specific types."],["The class can be implemented with `IEnumerable` and inherits methods from `object` like `GetHashCode()`, `GetType()`, and `ToString()`."],["The `Add\u003cT\u003e(IFirestoreConverter\u003cT\u003e)` method adds a specified converter to the registry, with a possible `ArgumentException` if there is already a converter for the same type."],["The `ConverterRegistry` is specified when creating a `FirestoreDb` via `ConverterRegistry` and is used to avoid needing Firestore-specific attributes on types."]]],[]]