[redis-json](../README.md) › [IStringifier](istringifier.md)

# Interface: IStringifier

Stringifier will be used to convert a custom
object to a string when `set` is called

## Hierarchy

* **IStringifier**

## Indexable

* \[ **constructorName**: *string*\]: function

Stringifier will be used to convert a custom
object to a string when `set` is called

▸ (`val`: any): *string*

**Parameters:**

Name | Type |
------ | ------ |
`val` | any |
