src/ServiceProfiler.EventPipe.Otel/Microsoft.ApplicationInsights.Profiler.Shared/Services.Abstractions/ISerializationOptionsProvider.cs (5 lines of code) (raw):

namespace Microsoft.ApplicationInsights.Profiler.Shared.Services.Abstractions; internal interface ISerializationOptionsProvider<T> { T Options { get; } }