21 - Java Serialization with Java Objects as Collection - Code Demo

Pubblicato il: 27 novembre 2022
sul canale di: Rishi Srivastava
65
1

‪@backstreetbrogrammer‬

--------------------------------------------------------------------------------
Chapter 08 - Serialization with Java Objects as Collection
--------------------------------------------------------------------------------
If we have a collection (List, Set, etc) of a serializable class objects, the whole collection can be serialized in one go by just calling writeObject() method from ObjectOutputStream class.

We need to ensure that every element in the collection is Serializable, otherwise the serialization will fail.

Similarly, while deserialization, the whole collection object can be read by calling readObject() method from ObjectInputStream class.


Java Serialization Playlist:    • Java Serialization  
Java Serialization Github: https://github.com/backstreetbrogramm...

Dynamic Programming Playlist:    • Dynamic Programming  
Dynamic Programming Github: https://github.com/backstreetbrogramm...

#java #javadevelopers #javaprogramming #javaserialization


In questa pagina del sito puoi guardare il video online 21 - Java Serialization with Java Objects as Collection - Code Demo della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Rishi Srivastava 27 novembre 2022, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 65 volte e gli è piaciuto 1 spettatori. Buona visione!