mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 12:58:33 +01:00
fixed JsonTypeSafeWrapper Value not being ignored when serializing
This commit is contained in:
parent
3b08b66fa4
commit
e812dd7802
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ namespace MLEM.Data.Json {
|
|||
/// <summary>
|
||||
/// Returns this json type-safe wrapper's value as an <see cref="object"/>.
|
||||
/// </summary>
|
||||
[JsonIgnore]
|
||||
public abstract object Value { get; }
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in a new issue