You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary Gregory (JIRA)" <ji...@apache.org> on 2014/01/31 23:36:08 UTC

[jira] [Resolved] (LANG-962) Add SerializationUtils.roundtrip(T extends Serializable) to serialize then deserialize

     [ https://issues.apache.org/jira/browse/LANG-962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Gregory resolved LANG-962.
-------------------------------

    Resolution: Fixed

{noformat}
commit -m "<action issue="LANG-962" type="add" dev="ggregory">Add SerializationUtils.roundtrip(T extends Serializable) to serialize then deserialize</action>
" C:/vcs/svn/apache/commons/trunks-proper/lang/src/main/java/org/apache/commons/lang3/SerializationUtils.java C:/vcs/svn/apache/commons/trunks-proper/lang/src/changes/changes.xml C:/vcs/svn/apache/commons/trunks-proper/lang/src/test/java/org/apache/commons/lang3/SerializationUtilsTest.java
    Sending        C:/vcs/svn/apache/commons/trunks-proper/lang/src/changes/changes.xml
    Sending        C:/vcs/svn/apache/commons/trunks-proper/lang/src/main/java/org/apache/commons/lang3/SerializationUtils.java
    Sending        C:/vcs/svn/apache/commons/trunks-proper/lang/src/test/java/org/apache/commons/lang3/SerializationUtilsTest.java
    Transmitting file data ...
    Committed revision 1563309.
{noformat}

> Add SerializationUtils.roundtrip(T extends Serializable) to serialize then deserialize
> --------------------------------------------------------------------------------------
>
>                 Key: LANG-962
>                 URL: https://issues.apache.org/jira/browse/LANG-962
>             Project: Commons Lang
>          Issue Type: New Feature
>          Components: lang.*
>         Environment: Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 11:22:22-0400)
> Maven home: C:\Java\apache-maven-3.1.1\bin\..
> Java version: 1.7.0_51, vendor: Oracle Corporation
> Java home: C:\Program Files\Java\jdk1.7.0_51\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
>            Reporter: Gary Gregory
>            Assignee: Gary Gregory
>             Fix For: 3.3
>
>
> Add a method that performs a serialization roundtrip. Serializes and deserializes the given object, great for testing objects that implement Serializable.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)