Preparing search index...
The search index is not available
@datastax/astra-db-ts
@datastax/astra-db-ts
Deserializers
Interface Deserializers<DesCtx>
interface
Deserializers
<
DesCtx
>
{
forGuard
:
{
fn
:
SerDesFn
<
DesCtx
>
;
guard
:
SerDesGuard
<
DesCtx
>
;
}
[]
;
forName
:
Record
<
string
,
SerDesFn
<
DesCtx
>
[]
>
;
forPath
:
Record
<
number
,
{
fns
:
SerDesFn
<
DesCtx
>
[]
;
path
:
(
string
|
number
)
[]
;
}
[]
>
;
forType
:
Record
<
string
,
SerDesFn
<
DesCtx
>
[]
>
;
}
Type Parameters
DesCtx
Index
Properties
for
Guard
for
Name
for
Path
for
Type
Properties
for
Guard
for
Guard
:
{
fn
:
SerDesFn
<
DesCtx
>
;
guard
:
SerDesGuard
<
DesCtx
>
;
}
[]
Type declaration
fn
:
SerDesFn
<
DesCtx
>
guard
:
SerDesGuard
<
DesCtx
>
for
Name
for
Name
:
Record
<
string
,
SerDesFn
<
DesCtx
>
[]
>
for
Path
for
Path
:
Record
<
number
,
{
fns
:
SerDesFn
<
DesCtx
>
[]
;
path
:
(
string
|
number
)
[]
;
}
[]
>
for
Type
for
Type
:
Record
<
string
,
SerDesFn
<
DesCtx
>
[]
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
for
Guard
for
Name
for
Path
for
Type
@datastax/astra-db-ts
Loading...