Interface CxViewValueCoder
- All Known Implementing Classes:
Base64ValueCoder
public interface CxViewValueCoder
Helps to encode and decode values provided on storefront
-
Method Summary
-
Method Details
-
encode
Encodes input- Parameters:
input- data to encode- Returns:
- encded data
-
decode
Decodes input- Parameters:
input- data to decode- Returns:
- decoded data
-