public object ReadIList(HproseReader reader, Type type, int count) { return(reader.ReadIList <T>(type, count)); }