24 - Java Serialization with static fields - Code Demo

Publicado el: 02 diciembre 2022
en el canal de: Rishi’s programming channel
216
2

‪@backstreetbrogrammer‬

--------------------------------------------------------------------------------
Chapter 10 - Serialization with static fields
--------------------------------------------------------------------------------
Static fields are NEVER saved as part of the object’s state.

We should think of static variables purely as CLASS variables. They have nothing to do with individual instances. And serialization applies only to OBJECTS.

Suppose we have 3 instances of a Serializable class =| all of which were serialized at different times, and thus all of which were saved when the value of a static variable in the class was different.

Now, if static variables were serializable, which of the 3 instances would win ? OR, Which instance’s static value would be used to replace the one currently in the one and only class that’s currently loaded ?

==| This is a problem… that’s why, static fields are never part of serialization / deserialization process.


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


En esta página del sitio puede ver el video en línea 24 - Java Serialization with static fields - Code Demo de Duración hora minuto segunda en buena calidad , que subió el usuario Rishi’s programming channel 02 diciembre 2022, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 216 veces y le gustó 2 a los espectadores. Disfruta viendo!