Some PageStores might want to preprocess page before serialization. For example if the PageStore serializes page, it might keep the serialized page during the request. So when the pagemap gets serialized (for session replication) in the request thread, the pagestore can provide the already serialized data.
@author Matej Knopp
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.