Preparing search index...
The search index is not available
@datastax/astra-db-ts
@datastax/astra-db-ts
CollectionSerCtx
Interface CollectionSerCtx
interface
CollectionSerCtx
{
bigNumsEnabled
:
boolean
;
locals
:
Record
<
string
,
any
>
;
mutatingInPlace
:
boolean
;
path
:
(
string
|
number
)
[]
;
rootObj
:
any
;
serializers
:
Serializers
<
CollectionSerCtx
>
;
target
:
number
;
done
<
T
>
(
obj
?
)
:
readonly
[
0
,
undefined
|
T
]
;
mapAfter
(
map
)
:
readonly
[
3
]
;
nevermind
(
)
:
readonly
[
3
]
;
recurse
<
T
>
(
obj
?
)
:
readonly
[
1
,
undefined
|
T
]
;
replace
<
T
>
(
obj
)
:
readonly
[
2
,
T
]
;
}
Hierarchy (
view full
)
BaseSerCtx
<
CollectionSerCtx
>
CollectionSerCtx
Index
Properties
big
Nums
Enabled
locals
mutating
In
Place
path
root
Obj
serializers
target
Methods
done
map
After
nevermind
recurse
replace
Properties
big
Nums
Enabled
big
Nums
Enabled
:
boolean
locals
locals
:
Record
<
string
,
any
>
mutating
In
Place
mutating
In
Place
:
boolean
path
path
:
(
string
|
number
)
[]
root
Obj
root
Obj
:
any
serializers
serializers
:
Serializers
<
CollectionSerCtx
>
target
target
:
number
Methods
done
done
<
T
>
(
obj
?
)
:
readonly
[
0
,
undefined
|
T
]
Type Parameters
T
Parameters
Optional
obj
:
T
Returns
readonly
[
0
,
undefined
|
T
]
map
After
map
After
(
map
)
:
readonly
[
3
]
Parameters
map
:
(
(
v
)
=>
unknown
)
(
v
)
:
unknown
Parameters
v
:
any
Returns
unknown
Returns
readonly
[
3
]
nevermind
nevermind
(
)
:
readonly
[
3
]
Returns
readonly
[
3
]
recurse
recurse
<
T
>
(
obj
?
)
:
readonly
[
1
,
undefined
|
T
]
Type Parameters
T
Parameters
Optional
obj
:
T
Returns
readonly
[
1
,
undefined
|
T
]
replace
replace
<
T
>
(
obj
)
:
readonly
[
2
,
T
]
Type Parameters
T
Parameters
obj
:
T
Returns
readonly
[
2
,
T
]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
big
Nums
Enabled
locals
mutating
In
Place
path
root
Obj
serializers
target
done
map
After
nevermind
recurse
replace
@datastax/astra-db-ts
Loading...