Dear Wiki user, You have subscribed to a wiki page or wiki category on "River Wiki" for change notification.
The "Serialization" page has been changed by PeterFirmstone: http://wiki.apache.org/river/Serialization?action=diff&rev1=2&rev2=3 = Serialization Patterns = == The Serialization Builder == - This pattern is useful for avoiding lock in to serialized form by taking the responsibility for Serialization away from your class and placing it in the hands of a Serialization Buider. + This pattern is useful for avoiding lock in to serialized form, by taking the responsibility for Serialization away from your class and placing it in the hands of a Serialization Buider. Best used when you have a number of package private classes that implement a common interface or abstract superclass.
