Serialization
-
Core Java

How to design Classes and Interfaces
This article is part of our Academy Course titled Advanced Java. This course is designed to help you make the…
Read More » -
Core Java

Using methods common to all objects
This article is part of our Academy Course titled Advanced Java. This course is designed to help you make the…
Read More » -
Core Java

How to create and destroy objects
This article is part of our Academy Course titled Advanced Java. This course is designed to help you make the…
Read More » -
Core Java

Advanced Java Tutorial
Course Overview Learning the basics of Java is easy. But really delving into the language and studying its more advanced…
Read More » -
Core Java

How and Why to Serialize Lambdas
Overview Serializing lambdas can be useful in a number of use cases such as persisting configuration, or as a visitor…
Read More » -
Core Java

The Serialization Proxy Pattern
In my last post, I talked about serialization in general. This one is much more focused and presents a single…
Read More » -
Core Java

Concepts of Serialization
With all this talk about why Optional isn’t serializable and what to do about it (coming up soon), let’s have…
Read More » -
Core Java

Serialization Proxy Pattern example
There are books, which change your life immensely. One of such books is “Effective Java” by Joshua Bloch. Below you…
Read More » -
Core Java

Why use SerialVersionUID inside Serializable class in Java
Serialization and SerialVersionUID is always remains a puzzle for many Java developers. I often see questions like what is this…
Read More »

