Java序列化类库protostuff.zip
protostuff 是一个支持各种格式的一个序列化Java类库,包括 JSON、XML、YAML等格式。示例代码:public class UserSchema implements Schema { public boolean isInitialized(User user) { return user.getEmail() != null; } public void mergeFrom(Input input, User user) throws IOException { w
下载地址
用户评论