[jboss-user] [JBoss Seam] - outject and transient

thhal do-not-reply at jboss.com
Wed Jul 25 04:36:25 EDT 2007


Assume the following:

public class X implements ISerializable
{
   @Out
   private String name;

   ...
}

What happens when I serialize this? Will the @Out annotation make the name transient? I think it should since the name is not really part of the state of X.

- thomas


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067330#4067330

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067330



More information about the jboss-user mailing list