-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathJsonObjectCreationHandling.xml
More file actions
72 lines (72 loc) · 3.8 KB
/
Copy pathJsonObjectCreationHandling.xml
File metadata and controls
72 lines (72 loc) · 3.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<Type Name="JsonObjectCreationHandling" FullName="System.Text.Json.Serialization.JsonObjectCreationHandling">
<TypeSignature Language="C#" Value="public enum JsonObjectCreationHandling" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed JsonObjectCreationHandling extends System.Enum" />
<TypeSignature Language="DocId" Value="T:System.Text.Json.Serialization.JsonObjectCreationHandling" />
<TypeSignature Language="VB.NET" Value="Public Enum JsonObjectCreationHandling" />
<TypeSignature Language="F#" Value="type JsonObjectCreationHandling = " />
<TypeSignature Language="C++ CLI" Value="public enum class JsonObjectCreationHandling" />
<AssemblyInfo>
<AssemblyName>System.Text.Json</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
<AssemblyVersion>10.0.0.1</AssemblyVersion>
<AssemblyVersion>10.0.0.2</AssemblyVersion>
<AssemblyVersion>11.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<summary>Determines how deserialization will handle object creation for fields or properties.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="Populate">
<MemberSignature Language="C#" Value="Populate" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.Text.Json.Serialization.JsonObjectCreationHandling Populate = int32(1)" />
<MemberSignature Language="DocId" Value="F:System.Text.Json.Serialization.JsonObjectCreationHandling.Populate" />
<MemberSignature Language="VB.NET" Value="Populate" />
<MemberSignature Language="F#" Value="Populate = 1" Usage="System.Text.Json.Serialization.JsonObjectCreationHandling.Populate" />
<MemberSignature Language="C++ CLI" Value="Populate" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>System.Text.Json</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
<AssemblyVersion>11.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Text.Json.Serialization.JsonObjectCreationHandling</ReturnType>
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary>Attempt to populate any instances already found on a deserialized field or property.</summary>
</Docs>
</Member>
<Member MemberName="Replace">
<MemberSignature Language="C#" Value="Replace" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.Text.Json.Serialization.JsonObjectCreationHandling Replace = int32(0)" />
<MemberSignature Language="DocId" Value="F:System.Text.Json.Serialization.JsonObjectCreationHandling.Replace" />
<MemberSignature Language="VB.NET" Value="Replace" />
<MemberSignature Language="F#" Value="Replace = 0" Usage="System.Text.Json.Serialization.JsonObjectCreationHandling.Replace" />
<MemberSignature Language="C++ CLI" Value="Replace" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>System.Text.Json</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
<AssemblyVersion>11.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Text.Json.Serialization.JsonObjectCreationHandling</ReturnType>
</ReturnValue>
<MemberValue>0</MemberValue>
<Docs>
<summary>A new instance will always be created when deserializing a field or property.</summary>
</Docs>
</Member>
</Members>
</Type>