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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...