namespace System.Runtime.Serialization { public enum SerializationMode { SharedContract, SharedType } }