Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit a4ae685

Browse files
committed
Merge pull request #1912 from dotnet-bot/from-tfs
Merge changes from TFS
2 parents 13b75f0 + 5bad454 commit a4ae685

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/System.Private.DataContractSerialization/src/System/Runtime/Serialization/ClassDataContract.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,8 @@ static internal bool IsNonAttributedTypeValidForSerialization(Type type)
408408
"System.Tuple`7",
409409
"System.Tuple`8",
410410
"System.Collections.Generic.Queue`1",
411-
"System.Version"
411+
"System.Version",
412+
"System.Collections.ObjectModel.ReadOnlyCollection`1"
412413
};
413414

414415
internal static bool IsKnownSerializableType(Type type)

0 commit comments

Comments
 (0)