Class SerializationStrategyDefaultImpl
java.lang.Object
de.hybris.platform.servicelayer.model.strategies.SerializationStrategyDefaultImpl
- All Implemented Interfaces:
SerializationStrategy,Serializable
@Deprecated(since="6.2.0",
forRemoval=true)
public class SerializationStrategyDefaultImpl
extends Object
implements SerializationStrategy
Deprecated, for removal: This API element is subject to removal in a future version.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Called when wanting to deserialize the AbstractItemModel aimDeprecated, for removal: This API element is subject to removal in a future version.Called when serializing the AbstractItemModel aim
-
Constructor Details
-
SerializationStrategyDefaultImpl
public SerializationStrategyDefaultImpl()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
readResolve
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:SerializationStrategyCalled when wanting to deserialize the AbstractItemModel aim- Specified by:
readResolvein interfaceSerializationStrategy- Parameters:
aim- the AbstractItemModel to deserialize- Returns:
- The (possibly different) object that will be deserialized
- Throws:
ObjectStreamException
-
writeReplace
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:SerializationStrategyCalled when serializing the AbstractItemModel aim- Specified by:
writeReplacein interfaceSerializationStrategy- Parameters:
aim- the AbstractItemModel to serialize- Returns:
- The (possibly different) object that will be serialized
- Throws:
ObjectStreamException
-
SerializationStrategyLeanImpl!