Uses of Package
org.strutsme.common.serialization

Packages that use org.strutsme.common.serialization
org.strutsme.client This package contains the RemoteExecutor which allows to call an action at the server with the executeAtServer() method. 
org.strutsme.common.serialization Implementation of the serialization. 
org.strutsme.server This package contains the server classes. 
org.strutsme.wishlist.common.dto DTOs for the data exchange between server and client. 
 

Classes in org.strutsme.common.serialization used by org.strutsme.client
SerializationException
          Thrown to indicate, that an error occured during the serialization.
 

Classes in org.strutsme.common.serialization used by org.strutsme.common.serialization
SerializationException
          Thrown to indicate, that an error occured during the serialization.
 

Classes in org.strutsme.common.serialization used by org.strutsme.server
SerializationException
          Thrown to indicate, that an error occured during the serialization.
 

Classes in org.strutsme.common.serialization used by org.strutsme.wishlist.common.dto
SerializationBase
          SerializationBase is the base class for all serializable classes.
SerializationException
          Thrown to indicate, that an error occured during the serialization.