CenterEdge / Yardarm

OpenAPI 3 SDK Generator for C#
Apache License 2.0
46 stars 6 forks source link

Support for extending LiteralSerializer #268

Closed brantburnett closed 1 week ago

brantburnett commented 1 week ago

Extensions or SDK consumers may want to customize how types are formatted into strings when placed on query strings, headers, and path parameters. This is especially true if support for new types is desired for deserialization, which only has limited type support, or for types that don't support IFormattable for serialization.