Dont serialize delegates
This commit is contained in:
parent
d6135116f1
commit
7abfe28e9b
@ -4,6 +4,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace imm;
|
||||
|
||||
@ -51,6 +52,7 @@ public interface Obj<T> : Obj where T : Obj<T>
|
||||
/// <summary>
|
||||
/// Gets the change delegate associated with this object.
|
||||
/// </summary>
|
||||
[JsonIgnore]
|
||||
ChangeDelegate<T> OnChange { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user