Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Codecademy

Learn Intermediate Java: Serialization

via Codecademy

Overview

In this course, we’ll learn about Java’s Serializable interface and how serialization and deserialization work in Java.
Often, when creating Java applications and working with objects, we find the need to persist them. Specifically, we need to be able to store an object’s state (member fields) in files, in memory, or in a database. Java provides the Serializable interface to do just that.


* Use Java’s Serializable interface

* Handle common serialization Exceptions

* Implement writeObject() and readObject()

Syllabus

  • Serialization: Learn about serialization in Java.
    • Article: What Is Serialization?
    • Lesson: Serialization: Lesson
    • Quiz: Serialization: Quiz
    • Project: Medieval Serialization
    • Informational: Next Steps

Taught by

Alex DiStasi

Reviews

4.9 rating at Codecademy based on 15 ratings

Start your review of Learn Intermediate Java: Serialization

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.