Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StringArrayMapSerDe ¶
type StringArrayMapSerDe interface {
Serialize([]string) (string, error)
Deserialize(string) (map[string]any, error)
}
func NewStringArrayMapSerDe ¶
func NewStringArrayMapSerDe() StringArrayMapSerDe
Click to show internal directories.
Click to hide internal directories.