-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Performance improvents to LiteralSerializer (#265)
- 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
- Loading branch information
1 parent
a000c31
commit cb04589
Showing
12 changed files
with
95 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.