Improved speed of serializeXxx() when writing to a String

This commit is contained in:
Benoit Blanchon
2020-01-14 14:50:44 +01:00
parent 3aebef6d0a
commit 1e3d478998
5 changed files with 73 additions and 16 deletions

View File

@@ -15,6 +15,7 @@ HEAD
(This file is used for syntax highlighting in the Arduino IDE)
* Fixed `variant.is<nullptr_t>()`
* Fixed value returned by `serializeJson()`, `serializeJsonPretty()`, and `serializeMsgPack()` when writing to a `String`
* Improved speed of `serializeJson()`, `serializeJsonPretty()`, and `serializeMsgPack()` when writing to a `String`
> ### BREAKING CHANGES
>