jellyfin/Emby.Server.Implementations/LiveTv/EmbyTV
Bond_009 1ea2b200c0 JsonSerializer deserialize from bytes where possible
This is faster and uses way less 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 |
|------- |---------:|--------:|--------:|--------:|------:|------:|----------:|
|  Bytes | 158.4 us | 2.56 us | 2.14 us | 16.8457 |     - |     - |  52.08 KB |
| String | 172.8 us | 0.78 us | 0.70 us | 41.5039 |     - |     - | 127.82 KB |
| Custom | 155.5 us | 2.95 us | 2.76 us | 10.0098 |     - |     - |  31.27 KB |
```
2021-01-12 15:28:02 +01:00
..
DirectRecorder.cs Pass cancellation where possible 2020-11-17 19:43:00 +01:00
EmbyTV.cs Remove custom Json serializer from Emby.Server.Implementations 2020-12-23 13:14:40 +01:00
EncodedRecorder.cs Code revie 2020-12-27 11:15:46 +01:00
EntryPoint.cs Make MediaBrowser.MediaEncoding warnings free 2020-08-20 12:16:24 +02:00
EpgChannelData.cs Fix some warnings 2020-02-23 12:11:43 +01:00
IRecorder.cs Address comments 2020-04-01 19:05:41 +02:00
ItemDataProvider.cs JsonSerializer deserialize from bytes where possible 2021-01-12 15:28:02 +01:00
NfoConfigurationExtensions.cs Clean up Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs 2019-12-04 21:39:27 +01:00
RecordingHelper.cs fix SA1510 2020-06-15 10:40:57 +12:00
SeriesTimerManager.cs Remove custom Json serializer from Emby.Server.Implementations 2020-12-23 13:14:40 +01:00
TimerManager.cs Remove custom Json serializer from Emby.Server.Implementations 2020-12-23 13:14:40 +01:00