Framework版本:.Net Framework 4 1.FileInfo实体 using System; using System.Collections.Generic; using System.Linq; using System.Web; using MongoDB.Bson; using ReligionServer.util; using ReligionServer.constant; namespace ReligionServer.Model { //为什么会有多余的ge
想在两个Activity之间传递一个对象Result,在网上差了很多,都需要序列化或者时下Paracelable,等等,试了很多都不行. 后来才制单,这个Result,根本不需要集成Sereriable或者 Paracelable,直接使用方法: new Gson().toJson(book));即可: 第一个Activity: Book book=new Book(); book.setTitle("Java编程思想"); Author author=new Author(); au