You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jcs-dev@jakarta.apache.org by as...@apache.org on 2006/02/13 20:28:53 UTC

svn commit: r377471 - in /jakarta/jcs/trunk/src: java/org/apache/jcs/utils/serialization/ test/org/apache/jcs/utils/serialization/

Author: asmuts
Date: Mon Feb 13 11:28:51 2006
New Revision: 377471

URL: http://svn.apache.org/viewcvs?rev=377471&view=rev
Log:
Changed remote cache client so that it sends a serialized 
form of the object as the value.  This way the remote cache server
does not need the code of the classes that are being cached.  I added
a new serializer interface and a standard implementation.  This will
allows us to include additional serialization mechanisms, such as xstream.
Added initial unit tests for all.

Added:
    jakarta/jcs/trunk/src/java/org/apache/jcs/utils/serialization/
    jakarta/jcs/trunk/src/test/org/apache/jcs/utils/serialization/


---------------------------------------------------------------------
To unsubscribe, e-mail: jcs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jcs-dev-help@jakarta.apache.org