- Preparing search index...
- The search index is not available
@openhps/core
Interface CustomDeserializerParams
Properties
fallback
fallback
: ((sourceObject
: any, constructor
: Serializable<any> | TypeDescriptor) => any)
Type declaration
-
- (sourceObject: any, constructor: Serializable<any> | TypeDescriptor): any
-
Parameters
-
sourceObject: any
-
constructor: Serializable<any> | TypeDescriptor
Returns any