<PackageReference Include="System.Text.Json" Version="10.0.9" />
API Differences between 10.0.9 and 11.0.0-preview.5.26302.115
0 Additions
11 Removals
System.Text.Json
-
public abstract class JsonNamingPolicy
-
public static class JsonSerializer
- public static Task SerializeAsyncEnumerable<TValue>(Stream utf8Json, IAsyncEnumerable<TValue> value, bool topLevelValues = false, JsonSerializerOptions options = null, CancellationToken cancellationToken = default)
- public static Task SerializeAsyncEnumerable<TValue>(Stream utf8Json, IAsyncEnumerable<TValue> value, JsonTypeInfo<TValue> jsonTypeInfo, bool topLevelValues = false, CancellationToken cancellationToken = default)
- public static Task SerializeAsyncEnumerable<TValue>(PipeWriter utf8Json, IAsyncEnumerable<TValue> value, bool topLevelValues = false, JsonSerializerOptions options = null, CancellationToken cancellationToken = default)
- public static Task SerializeAsyncEnumerable<TValue>(PipeWriter utf8Json, IAsyncEnumerable<TValue> value, JsonTypeInfo<TValue> jsonTypeInfo, bool topLevelValues = false, CancellationToken cancellationToken = default)
-
public sealed class JsonSerializerOptions
-
public sealed class Utf8JsonWriter : IDisposable, IAsyncDisposable
System.Text.Json.Serialization