Interface CustomerGroupSettingsSerializerInterface

Interface CustomerGroupSettingsSerializerInterface

Direct known implementers

CustomerGroupSettingsSerializer

Methods summary

public serialize( CustomerGroupSettingsInterface $settings ) : array

Serialize a value to a JSON string.

public encode( CustomerGroupSettingsInterface $settings ) : string

JSON Encode Wrapper.

public deserialize( StringType $settings ) : CustomerGroupSettingsInterface

Deserialize a JSON string.