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