12.3 Object Serialization in java | Serializable Interface

preview_player
Показать описание
Serialization in java is a mechanism of writing the state of an object into a byte stream.

Follow on Facebook:

Subscribe to our other channel:
Telusko Hindi :

Subscribe to the channel and learn Programming in easy way.

Рекомендации по теме
Комментарии
Автор

man, thanks for this material, the way you explained, the sequence of each idea was just perfect.

brunofilgueiras
Автор

Very useful lecture for me...Thank you sir, I'm following you from 3 years.

amanmishraapr
Автор

the way of teaching via is code is really understandable more than read a theory in 30 minutes, thanks i will continue to watch ur videos..

fgoyxyi
Автор

You and Durga sir are wizards in JAVA!!!

Govindyatnalkar
Автор

Hello i did a game in gameguru but i can*t save it.How can i do a savegame file becasue there are not a fucntion to save the file

cristianmanolachi
Автор

Super explanation, thanks for your time!

spiritualquest
Автор

At 2:15, you mentioned, Save obj1 = obj will create a copy of obj. It's not correct. obj2 will point to the same object as obj, it is just a reference; no copying occurs here.

nehamakeovers
Автор

can we you any marker interface interchangable, for example instead of serializable can we use clonable interface is it posssible

abddesd
Автор

You shouldn't keep saying the "NULL" object has a value of zero -- it is simply null. There is a big difference in these two things.

NexGenSlayer
Автор

He haven't closed the objectoutput stream

muskandahiya
Автор

Can you please explain Serialization with static variables and transient? It will be better.

hwangclara
Автор

great video! just what I was looking for

clawciita
Автор

This is an amazing tutorial, exactly what I was looking for... thanks a lot bro

mekings
Автор

great video. I just wanted to ask what is the difference between ObjectOutputStream and DataOutputStream?

fatimaadreeta
Автор

Is that sir updatable? Like mysql, excel, word ?

mr.RAND
Автор

excellent sessio. one question, will object code also get serialized and deserialized or only variable values?

tarankaranth
Автор

Thank you Telusko. You are really good teacher.
I always see your tutorials.
in this example are we saving the object over a

natsnettesfamariam
Автор

does memory is created for obj1 in heap when we say Save obj1 = (Save) ois.readObject();

saikrishnamanchikatla
Автор

It is strongly recommended that all serializable classes explicitly declare serialVersionUID values, since the default serialVersionUID computation is highly sensitive to class details that may vary depending on compiler implementations, and can thus result in unexpected InvalidClassExceptions during deserialization...

slobodantajisic
Автор

Can you please explain about serialization version id it will be better.

addagadavenubabu