Customizing Java Serializarion [Part 1]
Posted by fnikola on September 6, 2011 at 9:00 PM PDT
In our last post we looked at some of the basics of Java Serialization. We also took a look at how object resolving is done by the JVM and the effects of serialization of the same object on different/same ObjectOutputStreams.
In this post we will look at how we can customize the process of serialization.
- 218 reads



