Package de.hybris.platform.jalo.product
Class ProductManager.ProductManagerSerializableDTO
java.lang.Object
de.hybris.platform.util.AbstractTenantAwareSerializationDTO
de.hybris.platform.jalo.product.ProductManager.ProductManagerSerializableDTO
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ProductManager
@Deprecated(since="ages",
forRemoval=false)
protected static class ProductManager.ProductManagerSerializableDTO
extends AbstractTenantAwareSerializationDTO
Deprecated.
since ages - as of release 4.3, no replacement
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.This method is called by theAbstractTenantAwareSerializationDTO.readResolve()method after setting the correctTenant.Methods inherited from class de.hybris.platform.util.AbstractTenantAwareSerializationDTO
getTenant, getTenantID, readResolve, toString
-
Constructor Details
-
ProductManagerSerializableDTO
Deprecated.
-
-
Method Details
-
resolveObject
Deprecated.Description copied from class:AbstractTenantAwareSerializationDTOThis method is called by theAbstractTenantAwareSerializationDTO.readResolve()method after setting the correctTenant. You may/must add additional logic for your own serializable object.- Specified by:
resolveObjectin classAbstractTenantAwareSerializationDTO- Returns:
- an object depending what you want to de~/serialize
- Throws:
ObjectStreamException
-