11 lines
252 B
C#
11 lines
252 B
C#
using System.Text.Json.Serialization;
|
|
using Overflow.SouthernWater;
|
|
|
|
namespace Overflow;
|
|
|
|
[JsonSourceGenerationOptions(WriteIndented = true)]
|
|
[JsonSerializable(typeof(PagedItems<Spill>))]
|
|
public partial class JsonSerialiser : JsonSerializerContext
|
|
{
|
|
|
|
} |