摘要:
首先直接传送Arraycollection到后台是,后台不能获取Arraycollection的各种数据。只有在后台将其转换为IList<T>泛型来 操作。一定要注意,生成的类在NEW时一定要将所有的属性都赋值。1.现在Flex中编写类,如下: package source.Model{ import mx.charts.DateTimeAxis; //此句不能少,用于对应服务端对象,将对象进行序列化 //规则: 命名空间.类名 [RemoteClass(alias="ServiceLibrary.aa")] public class aa { public f 阅读全文
posted @ 2011-07-21 18:19
Little_T
阅读(289)
评论(0)
推荐(0)