serializr
Preparing search index...
BeforeDeserializeFunc
Type Alias BeforeDeserializeFunc
BeforeDeserializeFunc
:
(
callback
:
(
err
:
any
,
value
:
any
)
=>
void
,
jsonValue
:
any
,
jsonParentValue
:
any
,
propNameOrIndex
:
string
|
number
,
context
:
Context
,
propDef
:
PropSchema
,
)
=>
void
Type declaration
(
callback
:
(
err
:
any
,
value
:
any
)
=>
void
,
jsonValue
:
any
,
jsonParentValue
:
any
,
propNameOrIndex
:
string
|
number
,
context
:
Context
,
propDef
:
PropSchema
,
)
:
void
Parameters
callback
:
(
err
:
any
,
value
:
any
)
=>
void
jsonValue
:
any
jsonParentValue
:
any
propNameOrIndex
:
string
|
number
context
:
Context
propDef
:
PropSchema
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
serializr
Loading...