Preparing search index...
The search index is not available
@datastax/astra-db-ts
@datastax/astra-db-ts
BaseSerCtx
Interface BaseSerCtx<Fns>
interface
BaseSerCtx
<
Fns
>
{
camelSnakeCache
?:
Record
<
string
,
string
>
;
codecs
:
Codecs
<
Fns
>
;
customState
:
Record
<
string
,
any
>
;
mutatingInPlace
:
boolean
;
path
:
string
[]
;
rootObj
:
SomeDoc
;
continue
(
)
:
readonly
[
2
]
;
done
<
T
>
(
obj
?
)
:
readonly
[
0
,
undefined
|
T
]
;
recurse
<
T
>
(
obj
?
)
:
readonly
[
1
,
undefined
|
T
]
;
}
Type Parameters
Fns
extends
CodecSerDesFns
Hierarchy (
view full
)
BaseSerDesCtx
<
Fns
>
BaseSerCtx
TableSerCtx
Index
Properties
camel
Snake
Cache?
codecs
custom
State
mutating
In
Place
path
root
Obj
Methods
continue
done
recurse
Properties
Optional
camel
Snake
Cache
camel
Snake
Cache
?:
Record
<
string
,
string
>
codecs
codecs
:
Codecs
<
Fns
>
custom
State
custom
State
:
Record
<
string
,
any
>
mutating
In
Place
mutating
In
Place
:
boolean
path
path
:
string
[]
root
Obj
root
Obj
:
SomeDoc
Methods
continue
continue
(
)
:
readonly
[
2
]
Returns
readonly
[
2
]
done
done
<
T
>
(
obj
?
)
:
readonly
[
0
,
undefined
|
T
]
Type Parameters
T
Parameters
Optional
obj
:
T
Returns
readonly
[
0
,
undefined
|
T
]
recurse
recurse
<
T
>
(
obj
?
)
:
readonly
[
1
,
undefined
|
T
]
Type Parameters
T
Parameters
Optional
obj
:
T
Returns
readonly
[
1
,
undefined
|
T
]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
camel
Snake
Cache
codecs
custom
State
mutating
In
Place
path
root
Obj
continue
done
recurse
@datastax/astra-db-ts
Loading...