Are ViewScoped beans serialized to the page when client state saving is turned on?
问题 We have client state saving turned on and use ViewScoped backing beans. When client state saving is turned on and we are using a ViewScoped bean, is the ViewScoped bean serialzied to the page or is it say, stored in session with a token/key that is serialized to the page (so that the page can recall the bean from session if the page is posted-back to itself) A concern here might be that, if it is serialized, then we might want to then worry about not storing large instance variables on the