Java Serialization

Publicado em: 22 Fevereiro 2013
no canal de: 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...


Nesta página do site você pode assistir ao vídeo on-line Java Serialization duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário ITCuties 22 Fevereiro 2013, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 31,287 vezes e gostou 154 espectadores. Boa visualização!