jellyfin/Emby.Server.Implementations/LiveTv
Bond_009 a9b497720d Use JsonSerializer.SerializeToUtf8Bytes when doing a round trip
This test uses a very small object (CountryInfo), using a bigger object
would increase the difference in allocated memory.

```
BenchmarkDotNet=v0.12.1, OS=fedora 32
Intel Core i7-6700HQ CPU 2.60GHz (Skylake), 1 CPU, 8 logical and 4 physical cores
.NET Core SDK=5.0.100
  [Host]     : .NET Core 5.0.0 (CoreCLR 5.0.20.51904, CoreFX 5.0.20.51904), X64 RyuJIT
  DefaultJob : .NET Core 5.0.0 (CoreCLR 5.0.20.51904, CoreFX 5.0.20.51904), X64 RyuJIT

|          Method |       Mean |    Error |   StdDev |  Gen 0 | Gen 1 | Gen 2 | Allocated |
|---------------- |-----------:|---------:|---------:|-------:|------:|------:|----------:|
|  RoundTripBytes |   932.0 ns |  5.09 ns |  4.25 ns | 0.1173 |     - |     - |     368 B |
| RoundTripString | 1,114.8 ns | 22.19 ns | 23.74 ns | 0.1469 |     - |     - |     464 B |
```
2021-01-12 15:37:18 +01:00
..
EmbyTV Use UTF8 encoding and async correctly 2020-12-29 00:35:59 +01:00
Listings Merge pull request #4853 from Ullmie02/servicestack-json 2020-12-30 10:33:32 +01:00
TunerHosts Merge pull request #4737 from crobibero/missing-ensure-success 2020-12-11 09:53:43 +01:00
LiveTvConfigurationFactory.cs Address comments 2020-04-01 19:05:41 +02:00
LiveTvDtoService.cs Use nameof where possible 2020-10-17 16:19:57 +02:00
LiveTvManager.cs Use JsonSerializer.SerializeToUtf8Bytes when doing a round trip 2021-01-12 15:37:18 +01:00
LiveTvMediaSourceProvider.cs Updatig netcollection & re-inserting BOM 2020-10-04 09:56:33 +01:00
RefreshChannelsScheduledTask.cs Fix SA1012 and SA1013 warnings 2020-10-12 19:22:33 +02:00