Class CustomerGroupSettingsSerializer

Class CustomerGroupSettingsSerializer

CustomerGroupSettingsSerializer implements CustomerGroupSettingsSerializerInterface

Methods summary

public __construct( CustomerGroupFactory $customerGroupFactory )

CustomerGroupSettingsSerializer constructor.

public serialize( CustomerGroupSettingsInterface $settings ) : array

Serialize a value to a JSON string.

public encode( CustomerGroupSettingsInterface $settings ) : string

JSON Encode Wrapper.

public deserialize( StringType $settings ) : CustomerGroupSettings

Deserialize a JSON string.

Properties summary