Uses of Class
org.strutsme.common.serialization.SerializationBase

Packages that use SerializationBase
org.strutsme.wishlist.common.dto DTOs for the data exchange between server and client. 
 

Uses of SerializationBase in org.strutsme.wishlist.common.dto
 

Subclasses of SerializationBase in org.strutsme.wishlist.common.dto
 class BaseDtoImpl
          BaseDtoImpl is the base object of all wishlist DTOs.
 class UserDtoImpl
          used as a wrapperclass for org.strutsme.server.persistence.dto.UserDto in the Servermodule.
 class WishDtoImpl