Tag Archives: j2se

Implementing Java Serializable is not as simple as it seems

Sometimes we have to send objects “over the wire” to remote machines. Or we have to write them on disk. Or for any other unknown reason, you have to make your entity class Serializable. Maybe you are using an API … Continue reading

Posted in java | Tagged , , , , , , | Leave a comment