[arquillian-issues] [JBoss JIRA] (ARQ-949) Warp: Improve serialization by using Externalizable instead of Serializable

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Tue May 22 08:21:17 EDT 2012


    [ https://issues.jboss.org/browse/ARQ-949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694688#comment-12694688 ] 

Aslak Knutsen commented on ARQ-949:
-----------------------------------

note: Externalizable force the ServerAssertion impl to have a public no arg constructor, while Serializable does not. 
                
> Warp: Improve serialization by using Externalizable instead of Serializable
> ---------------------------------------------------------------------------
>
>                 Key: ARQ-949
>                 URL: https://issues.jboss.org/browse/ARQ-949
>             Project: Arquillian
>          Issue Type: Enhancement
>      Security Level: Public(Everyone can see) 
>          Components: Extension - Warp
>            Reporter: Lukáš Fryč
>             Fix For: warp_1.0.0.next
>
>
> What are reasons for {{Externalizable}}:
> * no need to define {{serialVersionUID}}
> What are requirements:
> * custom {{readObject/writeObject}} implementation in {{ServerAssertion}}
> * or customized {{ObjectOutputStream}}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the arquillian-issues mailing list