fix copy-pasta
This commit is contained in:
parent
384a62dc08
commit
d951554779
|
@ -7,7 +7,7 @@ using System.Text.Json.Serialization;
|
|||
namespace MediaBrowser.Common.Json.Converters
|
||||
{
|
||||
/// <summary>
|
||||
/// Converts a GUID object or value to/from JSON.
|
||||
/// Converts a int32 object or value to/from JSON.
|
||||
/// </summary>
|
||||
public class JsonInt32Converter : JsonConverter<int>
|
||||
{
|
||||
|
|
|
@ -7,7 +7,7 @@ using System.Text.Json.Serialization;
|
|||
namespace MediaBrowser.Common.Json.Converters
|
||||
{
|
||||
/// <summary>
|
||||
/// Converts a GUID object or value to/from JSON.
|
||||
/// Converts a nullable int32 object or value to/from JSON.
|
||||
/// </summary>
|
||||
public class JsonNullableInt32Converter : JsonConverter<int?>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user