using System.Runtime.Serialization; namespace WingServerCommon.Config.Parameters { /// /// long parameter type /// [DataContract] public class LongParameter : ParameterBase { } }