We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
老师,您好,现在课程内容中,为啥会缺少反序列化的内容呢?
The text was updated successfully, but these errors were encountered:
是的,和我当时写书的时候相比,Java的生态出现了非常多的序列化反序列化的框架,比如 Avro,Protobuf,Thrift。甚至JSON也非常普遍的用在Java对象的序列化和反序列化。
所以在这门课程中,我把Serializable接口和Java内置的对象系列化和反序列化的内容省略了。因为现在选择太多了,Serializable接口确实不是很实用。而且Java自带的序列化,非常非常慢。
就像我昨天在在直播里说的,我和极客时间的编辑正在筹划给课程扩充一些进阶的内容。Serializable接口这部分内容可以计划包含在内。现在使用Serializable接口的一般都是一些计算平台和框架,比如Spark就是使用这个接口,将mapper操作的对象序列化并传输给每个分布式计算进程的。
尽情期待~
Sorry, something went wrong.
非常期待
Merge pull request deepnighttwo#3 from deepnighttwo/master
8ccd69d
rename dir
No branches or pull requests
老师,您好,现在课程内容中,为啥会缺少反序列化的内容呢?
The text was updated successfully, but these errors were encountered: