<PackageReference Include="System.Text.Json" Version="11.0.0-preview.3.26207.106" />
API Differences between 11.0.0-preview.3.26207.106 and 11.0.0-preview.6.26359.118
0 Additions
31 Removals
System.Runtime.CompilerServices
System.Text.Json
-
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
System.Text.Json.Serialization.Metadata