Java Serialization

Publicado el: 22 febrero 2013
en el 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...


En esta página del sitio puede ver el video en línea Java Serialization de Duración hora minuto segunda en buena calidad , que subió el usuario ITCuties 22 febrero 2013, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 31,287 veces y le gustó 154 a los espectadores. Disfruta viendo!