issues
search
CenterEdge
/
Yardarm
OpenAPI 3 SDK Generator for C#
Apache License 2.0
46
stars
6
forks
source link
Performance improvents to LiteralSerializer
#265
Closed
brantburnett
closed
2 weeks ago
brantburnett
commented
2 weeks ago
No longer boxes when serializing some value types such as int, long, and Guid
Don't unnecessarily load CultureInfo.InvariantCulture for Guid
Use "." separator for PathSegmentStyle.Label regardless of the value of "explode" (this correctly follows the specification)
**Breaking changes
LiteralSerializer and HeaderSerializer are now static classes
brantburnett
commented
2 weeks ago
/merge
**Breaking changes