org.kuali.rice.core.api.util
Class ChecksumUtils
java.lang.Object
   org.kuali.rice.core.api.util.ChecksumUtils
org.kuali.rice.core.api.util.ChecksumUtils
- public final class ChecksumUtils 
- extends Object
A utility class for generating checksum values from Serializable objects.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
calculateChecksum
public static String calculateChecksum(Object object)
- Creates a checksum for the given object which must be serializable.
 
- 
- Parameters:
- object- the serializable object for which to calculate the checksum
- Returns:
- A checksum value for the object.
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.