Try Catch on Serialize
Better Relation Data
This commit is contained in:
@ -40,4 +40,10 @@ public class Aggregation
|
||||
[JsonSerializable(typeof(Aggregation))]
|
||||
internal partial class AggregationSourceGenerationContext : JsonSerializerContext
|
||||
{
|
||||
}
|
||||
|
||||
[JsonSourceGenerationOptions(WriteIndented = true)]
|
||||
[JsonSerializable(typeof(Aggregation[]))]
|
||||
internal partial class AggregationCollectionSourceGenerationContext : JsonSerializerContext
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user