Preparing search index...
The search index is not available
@openhps/core
@openhps/core
CustomSerializerParams
Interface CustomSerializerParams
interface
CustomSerializerParams
{
fallback
:
(
(
sourceObject
,
constructor
)
=>
any
)
;
}
Index
Properties
fallback
Properties
fallback
fallback
:
(
(
sourceObject
,
constructor
)
=>
any
)
Type declaration
(
sourceObject
,
constructor
)
:
any
Parameters
sourceObject
:
any
constructor
:
Serializable
<
any
>
|
TypeDescriptor
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
fallback
@openhps/core
Loading...