filmov
tv
Java Practice Examples - Module 8-1 Creating a Serializable Class

Показать описание
In this series, we'll be using the free Visual Studio Code to develop and test our code samples.
In this example, we will look at how to create a serializable class which will allow you to easily serialize a class so that it is can be easily transmitted over a network connection, saved to a file, etc.
This uses the serializable interface, but doesn't require us to override any abstract methods, which is a new thing for us to consider, but also makes it easier to use.