namespace Compat.Runtime.Serialization { internal enum SerializationMode { SharedContract, SharedType, } }