| Age | Commit message (Collapse) | Author |
|
* Make the JsonConverters for delimited arrays more generic
Also adds some tests for serialization (with different types) as we didn't have any before.
* Ignore warnings
|
|
Found via `codespell -q 3 -D ../../dictionary.txt -S "./Emby.Server.Implementations/Localization" -L allready,childrens,groupe,inh,raisons,re-use,som,supercede,superceded,thirdparty,whoknows`
|
|
Fix json array string writer in JsonDelimitedArrayConverter
Original-merge: 3089e9e40aea4bfe2b99d8b8bd5fdf1dd9d37984
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
|
|
|
|
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
|
JsonDelimitedArrayConverter.Write
|
|
I think some people need to change their IDE configuration ;)
|
|
|
|
* If the type is a reference type we don't have to handle null ourselves
* reader.ValueSpan is only valid if reader.HasValueSequence is false
|
|
|
|
|
|
|