v10.10.2024.0701 使用IJsonHost改进Json序列化
大石头 编写于 2024-07-01 08:36:34 大石头 提交于 2024-07-01 08:48:33
X
//using System;
//using System.Collections.Generic;
//using System.Text;
//using NewLife.Messaging;

//namespace NewLife.Remoting
//{
//    /// <summary>
//    /// 方法消息
//    /// </summary>
//    public class MethodMessage : RemotingMessage
//    {
//        #region 属性
//        /// <summary>消息类型</summary>
//        public override RemotingMessageType MessageType
//        {
//            get { return RemotingMessageType.Method; }
//        }
//        #endregion
//    }
//}