Reply To: What is the serialVersionUID?

Home Forums PeerfactSim Forum What is the serialVersionUID? Reply To: What is the serialVersionUID?

#772
Philipp Giesen
Guest

It’s used for serialization of a class object. StackOverflow offers a
good explanation: http://stackoverflow.com/a/285809/2674385

You can also look into the docs of java.io.Serializable to get a grasp
on the basics of Serialization in Java.
http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html

Short answers: It is highly recommended you do implement it.

Regards,
Philipp

> You received this message because you are subscribed to the Google Groups
> “PeerfactSim.KOM” group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to peerfactsim-k…@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.

Comments are closed.