[jboss-user] [JBossWS] - Re: Hide certain fields in return object

PeterJ do-not-reply at jboss.com
Thu Aug 7 11:12:35 EDT 2008


Try marking them as transient:

private transient String password;

Such fields will not be serialized.

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

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



More information about the jboss-user mailing list