jellyfin/MediaBrowser.Common/Json/Converters
Bill Thornton 42e90893cd
Merge pull request #4517 from BaronGreenback/pluginMessageFix
[Fix] Fixed Plugin versioning in browser notifications
2020-11-24 20:35:40 -05:00
..
JsonCommaDelimitedArrayConverter.cs Update exception handle comment 2020-11-17 09:57:08 -07:00
JsonCommaDelimitedArrayConverterFactory.cs Support IReadOnlyList for JsonCommaDelimitedArrayConverter 2020-10-29 11:32:02 -06:00
JsonDateTimeIso8601Converter.cs Write DateTimes in ISO8601 format for backwards compatibility. 2020-11-19 17:33:51 -07:00
JsonGuidConverter.cs Serialize Guid.Empty to null 2020-11-23 16:07:15 -07:00
JsonNullableStructConverter.cs Properly handle null structs in json 2020-09-27 09:45:11 -06:00
JsonNullableStructConverterFactory.cs Properly handle null structs in json 2020-09-27 09:45:11 -06:00
JsonPipeDelimitedArrayConverter.cs Update exception handle comment 2020-11-17 09:57:08 -07:00
JsonPipeDelimitedArrayConverterFactory.cs Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage. 2020-11-16 20:29:46 -07:00
JsonVersionConverter.cs Fixed notification 2020-11-19 17:55:31 +00:00