Preparing search index...
The search index is not available
@datastax/astra-db-ts
@datastax/astra-db-ts
RawCodec
Type alias RawCodec<SerCtx, DesCtx>
Raw
Codec
<
SerCtx
,
DesCtx
>
:
{
name
:
string
;
opts
:
NominalCodecOpts
<
SerCtx
,
DesCtx
>
;
tag
:
"forName"
;
}
|
{
opts
:
NominalCodecOpts
<
SerCtx
,
DesCtx
>
;
path
:
(
string
|
number
)
[]
;
tag
:
"forPath"
;
}
|
{
opts
:
TypeCodecOpts
<
SerCtx
,
DesCtx
>
;
tag
:
"forType"
;
type
:
string
;
}
|
{
opts
:
CustomCodecOpts
<
SerCtx
,
DesCtx
>
;
tag
:
"custom"
;
}
Type Parameters
SerCtx
=
any
DesCtx
=
any
Type declaration
name
:
string
opts
:
NominalCodecOpts
<
SerCtx
,
DesCtx
>
tag
:
"forName"
Type declaration
opts
:
NominalCodecOpts
<
SerCtx
,
DesCtx
>
path
:
(
string
|
number
)
[]
tag
:
"forPath"
Type declaration
opts
:
TypeCodecOpts
<
SerCtx
,
DesCtx
>
tag
:
"forType"
type
:
string
Type declaration
opts
:
CustomCodecOpts
<
SerCtx
,
DesCtx
>
tag
:
"custom"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@datastax/astra-db-ts
Loading...