11.0.0-preview.2.26159.112
10 Mar 26
Toggle Dropdown
Version 11
11.0.0-preview.2.26159.112
10 Mar 26
11.0.0-preview.1.26104.118
10 Feb 26
Version 10
10.0.5
12 Mar 26
10.0.4
10 Mar 26
10.0.3
10 Feb 26
10.0.2
13 Jan 26
10.0.1
9 Dec 25
10.0.0
11 Nov 25
10.0.0-rc.2.25502.107
14 Oct 25
10.0.0-rc.1.25451.107
9 Sep 25
Compare to version...
with 10.0.3
Toggle Dropdown
Version 11
11.0.0-preview.2.26159.112
10 Mar 26
11.0.0-preview.1.26104.118
10 Feb 26
Version 10
10.0.5
12 Mar 26
10.0.4
10 Mar 26
10.0.3
10 Feb 26
10.0.2
13 Jan 26
10.0.1
9 Dec 25
10.0.0
11 Nov 25
10.0.0-rc.2.25502.107
14 Oct 25
10.0.0-rc.1.25451.107
9 Sep 25
Download Package
Open in NuGet
<
PackageReference
Include
=
"System.Text.Json"
Version
=
"11.0.0-preview.2.26159.112"
/>
API Differences between 11.0.0-preview.2.26159.112 and 10.0.3
3
Additions
0
Removals
System.Text.Json
public
sealed
class
JsonSerializerOptions
public
JsonTypeInfo
<
T
>
GetTypeInfo
<
T
>()
public
bool
TryGetTypeInfo
<
T
>(
out
JsonTypeInfo
typeInfo
)
System.Text.Json.Serialization.Metadata
public
static
class
JsonMetadataServices
public
static
JsonTypeInfo
<
TCollection
>
CreateIReadOnlySetInfo
<
TCollection
,
TElement
>(
JsonSerializerOptions
options
,
JsonCollectionInfoValues
<
TCollection
>
collectionInfo
) where
TCollection
:
IReadOnlySet
<
TElement
>