Java Serialization

Pubblicato il: 22 febbraio 2013
sul canale di: 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...


In questa pagina del sito puoi guardare il video online Java Serialization della durata di ore minuti seconda in buona qualità , che l'utente ha caricato ITCuties 22 febbraio 2013, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 31,287 volte e gli è piaciuto 154 spettatori. Buona visione!