Java Serialization of Data Types

We know earlier in "What is Serialization?", to write an object to a file, the object must be serialized. For this reason, the Student class was serialized in "Java Serialization Example" and then Student objects are written to a file. It is all okay, but if would like to write a string to a file …

Java Serialization of Data Types Read More »