Interface CustomerGroupSettingsSerializerInterface
Interface CustomerGroupSettingsSerializerInterface
Direct known implementers
Package: CustomerGroup\Serializers
Category: System
Located at Services/Core/CustomerGroup/Serializers/Interfaces/CustomerGroupSettingsSerializerInterface.php
Category: System
Located at Services/Core/CustomerGroup/Serializers/Interfaces/CustomerGroupSettingsSerializerInterface.php
Methods summary
public
serialize( CustomerGroupSettingsInterface $settings )
: array
Serialize a value to a JSON string.
public
deserialize( StringType $settings )
: CustomerGroupSettingsInterface
Deserialize a JSON string.