mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 20:58:34 +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>
|
/// <summary>
|
||||||
/// Returns this json type-safe wrapper's value as an <see cref="object"/>.
|
/// Returns this json type-safe wrapper's value as an <see cref="object"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
[JsonIgnore]
|
||||||
public abstract object Value { get; }
|
public abstract object Value { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in a new issue