9 lines
220 B
C#
9 lines
220 B
C#
|
using System.Text.Json.Serialization;
|
|||
|
|
|||
|
namespace Ryujinx.Common.Logging
|
|||
|
{
|
|||
|
[JsonSerializable(typeof(LogEventArgsJson))]
|
|||
|
internal partial class LogEventJsonSerializerContext : JsonSerializerContext
|
|||
|
{
|
|||
|
}
|
|||
|
}
|