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:
parent
04d743f4f4
commit
c40d7c4d37
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue