Class AbstractService.SerializableDTO
java.lang.Object
de.hybris.platform.util.AbstractTenantAwareSerializationDTO
de.hybris.platform.servicelayer.internal.service.AbstractService.SerializableDTO
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AbstractService
This is the SerializableDTO (DataTransferObject) for the core services.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFor deserializing this method is called byAbstractTenantAwareSerializationDTO.readResolve().toString()Methods inherited from class de.hybris.platform.util.AbstractTenantAwareSerializationDTO
getTenant, getTenantID, readResolve
-
Constructor Details
-
SerializableDTO
-
-
Method Details
-
resolveObject
For deserializing this method is called byAbstractTenantAwareSerializationDTO.readResolve(). The super method set the correct tenant and this method gets the correct bean.- Specified by:
resolveObjectin classAbstractTenantAwareSerializationDTO- Returns:
- an object depending what you want to de~/serialize
- Throws:
ObjectStreamException
-
toString
- Overrides:
toStringin classAbstractTenantAwareSerializationDTO
-