public static bool Load(ref MsgSvrCli_Login_Ans obj, MemoryStream _buf_) { return(obj.Load(_buf_)); }
public static int Size(MsgSvrCli_Login_Ans obj) { return(obj.Size()); }
public static bool Store(MemoryStream _buf_, MsgSvrCli_Login_Ans obj) { return(obj.Store(_buf_)); }