Can objects be (de)serialized in richfaces xhtml?
Posted
by Adam
on Stack Overflow
See other posts from Stack Overflow
or by Adam
Published on 2010-04-16T17:43:27Z
Indexed on
2010/04/16
20:33 UTC
Read the original article
Hit count: 216
Can Richfaces (de)serialize objects? Say for instance, I have a row of data being displayed in a richfaces table. Can I serialize the row of data to a string and later deserialize it back into a row?
© Stack Overflow or respective owner