Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ s_knownSerializableTypeInfos

readonly Dictionary<string, string[]> System.Runtime.Serialization.ClassDataContract.s_knownSerializableTypeInfos
staticprivate
Initial value:
{
{
"System.Collections.Generic.KeyValuePair`2",
Array.Empty<string>()
},
{
"System.Collections.Generic.Queue`1",
new string[1] { "_syncRoot" }
},
{
"System.Collections.Generic.Stack`1",
new string[1] { "_syncRoot" }
},
{
"System.Collections.ObjectModel.ReadOnlyCollection`1",
new string[1] { "_syncRoot" }
},
{
"System.Collections.ObjectModel.ReadOnlyDictionary`2",
new string[3] { "_syncRoot", "_keys", "_values" }
},
{
"System.Tuple`1",
Array.Empty<string>()
},
{
"System.Tuple`2",
Array.Empty<string>()
},
{
"System.Tuple`3",
Array.Empty<string>()
},
{
"System.Tuple`4",
Array.Empty<string>()
},
{
"System.Tuple`5",
Array.Empty<string>()
},
{
"System.Tuple`6",
Array.Empty<string>()
},
{
"System.Tuple`7",
Array.Empty<string>()
},
{
"System.Tuple`8",
Array.Empty<string>()
},
{
"System.Collections.Queue",
new string[1] { "_syncRoot" }
},
{
"System.Collections.Stack",
new string[1] { "_syncRoot" }
},
{
"System.Globalization.CultureInfo",
Array.Empty<string>()
},
{
"System.Version",
Array.Empty<string>()
}
}

Definition at line 897 of file ClassDataContract.cs.

898 {
899 {
900 "System.Collections.Generic.KeyValuePair`2",
901 Array.Empty<string>()
902 },
903 {
904 "System.Collections.Generic.Queue`1",
905 new string[1] { "_syncRoot" }
906 },
907 {
908 "System.Collections.Generic.Stack`1",
909 new string[1] { "_syncRoot" }
910 },
911 {
912 "System.Collections.ObjectModel.ReadOnlyCollection`1",
913 new string[1] { "_syncRoot" }
914 },
915 {
916 "System.Collections.ObjectModel.ReadOnlyDictionary`2",
917 new string[3] { "_syncRoot", "_keys", "_values" }
918 },
919 {
920 "System.Tuple`1",
921 Array.Empty<string>()
922 },
923 {
924 "System.Tuple`2",
925 Array.Empty<string>()
926 },
927 {
928 "System.Tuple`3",
929 Array.Empty<string>()
930 },
931 {
932 "System.Tuple`4",
933 Array.Empty<string>()
934 },
935 {
936 "System.Tuple`5",
937 Array.Empty<string>()
938 },
939 {
940 "System.Tuple`6",
941 Array.Empty<string>()
942 },
943 {
944 "System.Tuple`7",
945 Array.Empty<string>()
946 },
947 {
948 "System.Tuple`8",
949 Array.Empty<string>()
950 },
951 {
952 "System.Collections.Queue",
953 new string[1] { "_syncRoot" }
954 },
955 {
956 "System.Collections.Stack",
957 new string[1] { "_syncRoot" }
958 },
959 {
960 "System.Globalization.CultureInfo",
961 Array.Empty<string>()
962 },
963 {
964 "System.Version",
965 Array.Empty<string>()
966 }
967 };

Referenced by System.Runtime.Serialization.ClassDataContract.IsKnownSerializableType(), and System.Runtime.Serialization.ClassDataContract.IsNonSerializedMember().