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:
java.io.Serializable
- Enclosing class:
- ProductManager
@Deprecated protected static class ProductManager.ProductManagerSerializableDTO extends AbstractTenantAwareSerializationDTO
Deprecated.since ages - as of release 4.3, no replacement- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedProductManagerSerializableDTO(Tenant tenant)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.ObjectresolveObject()Deprecated.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 Detail
-
ProductManagerSerializableDTO
protected ProductManagerSerializableDTO(Tenant tenant)
Deprecated.
-
-
Method Detail
-
resolveObject
public java.lang.Object resolveObject() throws java.io.ObjectStreamExceptionDeprecated.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:
java.io.ObjectStreamException
-
-