DataContractSerializer.SerializeReadOnlyTypes Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that specifies whether read-only types are serialized.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Property Value
Type: System.Booleantrue if read-only types are serialized; false if all types are serialized.
Show: