摘要: [Serializable] public class RoleInfo { public int Id { set; get; } public int Level { set; get; } public string Name { set; get; } }public void Serialize(RoleInfo... 阅读全文
posted @ 2013-02-18 14:04 Marble 阅读(293) 评论(0) 推荐(0) 编辑