Table of Contents

Namespace FlameCsv.Converters

Classes

ConverterCreationExtensions

Provides extensions to create converters for the source generator.

CsvPoolingStringTextConverter

Pooling string converter for UTF-16. This converter uses a StringPool to manage string instances, which will lower raw parsing throughput but reduce memory usage when parsing many strings with the same values.

CsvPoolingStringUtf8Converter

Pooling string converter for UTF-8. This converter uses a StringPool to manage string instances, which will lower raw parsing throughput but reduce memory usage when parsing many strings with the same values.