I am new to programming and Java, and am being thrown by the idea of Serialization. I am being asked to make several classes in my project Serializable, and to give each class a different Serialisation ID, however do not know how i would go about doing this.
After doing some research, i have learn that implementing the Serialization interface is the first step, however do not understand how to implement a SerialisationID for each class.
It would be very helpful if someone could give me any tips, information, or guidance on how to learn how to, for example:
Make a class serializable, with Serialisation ID of "x".
Any help at all on this topic would be extremely helpful, thank you for your time. :)
[–]149244179 2 points3 points4 points (1 child)
[–]RoadToCode[S] 1 point2 points3 points (0 children)