Add missing @since.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1563680 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2014-02-02 17:41:15 +00:00
parent 04d743f4f4
commit c40d7c4d37
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ public class SerializationUtils {
* @param msg
* the object to roundtrip
* @return the serialized and deseralized object
* @since 3.3
*/
public static <T extends Serializable> T roundtrip(final T msg) {
return SerializationUtils.deserialize(SerializationUtils.serialize(msg));