Azure.Messaging.CloudEventConverter
A custom converter that attributes the CloudEvent type.
This allows System.Text.Json to serialize and deserialize CloudEvents by default.
namespace Azure.Messaging
{
internal class CloudEventConverter : JsonConverter<CloudEvent>
{
public CloudEventConverter();
}
}