If you can verify that you are currently using Apache MyFaces 2.x which is the defualt JSF implementation of IBM WebSphere and that this exception is thrown during loading of @ViewScoped backing beans, and the following is not already present in your web.xml, add this:
<context-param>
<param-name>org.apache.myfaces.SERIALIZE_STATE_IN_SESSION</param-name>
<param-value>false</param-value>
</context-param>