Posts Tagged ‘customizing java serialization’

Inside Implementing & Customizing Serialization in Java

Sunday, July 12, 2009 16:35 2 Comments

Implementing serialization in Java is pretty straight forward just a little step task. The class you want to be serialized just have to implements a marker Interface Serializable no override nothing extra work.
The JVM will take care of serialization and deserialization process automatically. Now you can write your object to any persistent technology e.g. database, [...]

This was posted under category: Articles, Java Tags: , , , ,