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 Dan Rollo:
http://wiki.apache.org/river/Serialization?action=diff&rev1=6&rev2=7

Comment:
fix typo

  = 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 Builder.
  
  Best used when you have a number of package private classes that implement a 
common interface or abstract superclass.
  

Reply via email to