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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eConverterRegistry\u003c/code\u003e class, part of the Firestore API, manages custom converters for Firestore data types to avoid the need for Firestore-specific attributes.\u003c/p\u003e\n"],["\u003cp\u003eThe registry can be assigned when creating a \u003ccode\u003eFirestoreDb\u003c/code\u003e using the \u003ccode\u003eConverterRegistry\u003c/code\u003e property of the \u003ccode\u003eFirestoreDbBuilder\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAdd<T>\u003c/code\u003e method allows users to add a custom \u003ccode\u003eIFirestoreConverter<T>\u003c/code\u003e to the registry, but it throws an \u003ccode\u003eArgumentException\u003c/code\u003e if a converter for the specified type already exists.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eConverterRegistry\u003c/code\u003e class has links to various versioned documentation, with version 3.10.0 being the latest.\u003c/p\u003e\n"]]],[],null,[]]