// Copyright (c) Microsoft. All rights reserved. using System.Text.Json.Serialization; namespace AGUIDojoServer; [JsonSerializable(typeof(WeatherInfo))] [JsonSerializable(typeof(Recipe))] [JsonSerializable(typeof(Ingredient))] [JsonSerializable(typeof(RecipeResponse))] internal sealed partial class AGUIDojoServerSerializerContext : JsonSerializerContext;