1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-15 05:38:46 +02:00

fixed JsonTypeSafeWrapper Value not being ignored when serializing

This commit is contained in:
Ell 2022-11-22 20:43:11 +01:00
parent 3b08b66fa4
commit e812dd7802

View file

@ -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>