Java Serialization

Published: 22 February 2013
on channel: ITCuties
31,287
154

Link to the tutorial:
http://www.itcuties.com/java/serializ...

Today we are going to talk about Java serialization. Serialization process is used to convert Java objects into their binary representation which can be easily stored on the drive or send via network to another Java program running on different JVM. The reverse process, converting from binary representation to Java objects is called deserialization.
By default you can serialize/deserialize:
primitives (int, long, float, double, byte, char etc.)
objects of class from java.lang package (like String)
objects that implement java.io.Serializable interface

Here is an example of class that is serializable...


On this page of the site you can watch the video online Java Serialization with a duration of hours minute second in good quality, which was uploaded by the user ITCuties 22 February 2013, share the link with friends and acquaintances, this video has already been watched 31,287 times on youtube and it was liked by 154 viewers. Enjoy your viewing!