- Preparing search index...
- The search index is not available
serializr
Type alias PropDeserializer
Prop
Deserializer
: ((jsonValue
: any, callback
: ((err
?: any, targetPropertyValue
?: any | typeof SKIP) => void), context
: Context, currentPropertyValue
?: any) => void)
Type declaration
-
- (jsonValue: any, callback: ((err?: any, targetPropertyValue?: any | typeof SKIP) => void), context: Context, currentPropertyValue?: any): void
-
Parameters
-
jsonValue: any
-
callback: ((err?: any, targetPropertyValue?: any | typeof SKIP) => void)
-
- (err?: any, targetPropertyValue?: any | typeof SKIP): void
-
Parameters
-
Optional
err: any
-
Optional
targetPropertyValue: any | typeof SKIP
Returns void
-
context: Context
-
Optional
currentPropertyValue: any
Returns void