Java Serialization Example Tutorial With Code

Опубликовано: 11 Январь 2013
на канале: Java Geordie
2,545
7

http://javaphpmysql.blogspot.co.uk/20...
Some basic code to demonstrate the power of serialization and deserialization of an object.

Java provides a mechanism, called object serialization where an object can be represented as a sequence of bytes that includes the object's data as well as information about the object's type and the types of data stored in the object.

After a serialized object has been written into a file, it can be read from the file and deserialized that is, the type information and bytes that represent the object and its data can be used to recreate the object in memory.

Most impressive is that the entire process is JVM independent, meaning an object can be serialized on one platform and deserialized on an entirely different platform.


На этой странице сайта вы можете посмотреть видео онлайн Java Serialization Example Tutorial With Code длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Java Geordie 11 Январь 2013, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 2,545 раз и оно понравилось 7 зрителям. Приятного просмотра!