↧
Java Serialization
Today we are going to talk about Java serialization. Serialization process is used to convert Java objects into their binary representation which can be easily stored on the drive or send via network...
View ArticleJava Custom Serialization
Today we are going to show you more about Java serialization mechanisms. You will learn how to override standard serialization provided by java. All you need to do really is implement your own...
View Article