You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Ilya Kazakevich <Il...@JetBrains.com> on 2011/08/24 16:57:35 UTC

Why ActionSupport is Serializable?

Hello, 

Why ActionSupport is Serializable?
Who wants to serialize the action?

Ilya Kazakevich,
Developer
JetBrains Inc
http://www.jetbrains.com
"Develop with pleasure!"


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Why ActionSupport is Serializable?

Posted by Greg Lindholm <gr...@gmail.com>.
I asked this question years ago and the answer I got was:
There is no reason it should be Serializable. It was originally
(mistakenly) created that way and because of compatibility it's too
late to change it now.

There is nothing magic about ActionSupport, you could always create
your own custom version of ActionSupport which is not Serializable.

Greg

On Wed, Aug 24, 2011 at 10:57 AM, Ilya Kazakevich
<Il...@jetbrains.com> wrote:
> Hello,
>
> Why ActionSupport is Serializable?
> Who wants to serialize the action?
>
> Ilya Kazakevich,
> Developer
> JetBrains Inc
> http://www.jetbrains.com
> "Develop with pleasure!"
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org