CodeGym University
Learning
Course
Tasks
Surveys & Quizzes
Games
Help
Schedule
Community
Users
Forum
Chat
Articles
Success stories
Activity
Reviews
Subscriptions
Light theme
Group
Reviews
About us
Start
Start learning
Start learning now
Articles
Authors
All groups
All Articles List
CodeGym
/
Java Blog
/
Serialization in Java
Serialization in Java
62 members
Leaderboard
Popular
New
Old
Volodymyr Portianko
Serialization in Java
18 July 2022 13:21
Serialization and deserialization in Java
Hi! In today's lesson, we'll talk about serialization and deserialization in Java. We'll start with a simple example. Imagine that you're a computer game developer. If you grew up in the 90s and remember the game consoles of that era, you probably know that they lacked something we take for granted today...
Volodymyr Portianko
Serialization in Java
22 March 2019 15:11
Externalizable interface in Java
Hi! Today we'll continue to get to know serialization and deserialization of Java objects. In the last lesson, we got to know the Serializable marker interface, reviewed examples of its use, and also learned how you can use the transient keyword to control the serialization process...
Andrey Gorkovenko
Serialization in Java
21 January 2020 10:36
Java serialization formats
Hi! Let's talk about serialization. You probably remember that we've already had lessons on serialization. And so we did :) If you don't remember well how serialization works, why serialization is needed, and what tools Java has for serialization, you can run through these lessons. Today's lesson will be about...
Aditi Nawghare
Serialization in Java
11 March 2020 13:21
What is the difference between serialization and deserialization in Java?
Hi! In today's lesson, we talk about serialization and deserialization in Java. We'll start with a simple example. Let's say you've created a computer game. If you grew up in the 90s and remember the game consoles of that era, you...
Please enable JavaScript to continue using this application.