What is Java serialization and How is Java serialization implemented?

Source: Internet
Author: User

Serialization is a mechanism for dealing with the flow of objects, so-called object flow is the flow of the object's contents. Can
Read-write operations are performed on the convective objects, and the streamed objects can be transferred between the networks. Serialization is to solve
The problem that is raised when reading and writing to an object stream.
Serialization implementation: Implements the Serializable interface for the class that needs to be serialized, which does not have to be implemented
method, implementsserializable just to mark that the object can be serialized, and then use an output stream (such as:
FileOutputStream) to construct a ObjectOutputStream (object flow) object, and then use the
The WriteObject (Objectobj) method of the ObjectOutputStream object writes out the object with the parameter obj (that is, the
State), the input stream is used to restore

What is Java serialization and How is Java serialization implemented?

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.