langchain.js
Preparing search index...
@langchain/langgraph-checkpoint
SerializerProtocol
Interface SerializerProtocol
interface
SerializerProtocol
{
dumpsTyped
(
data
:
any
)
:
Promise
<
[
string
,
Uint8Array
<
ArrayBufferLike
>
]
>
;
loadsTyped
(
type
:
string
,
data
:
string
|
Uint8Array
<
ArrayBufferLike
>
,
)
:
Promise
<
any
>
;
}
Index
Methods
dumps
Typed
loads
Typed
Methods
dumps
Typed
dumpsTyped
(
data
:
any
)
:
Promise
<
[
string
,
Uint8Array
<
ArrayBufferLike
>
]
>
Parameters
data
:
any
Returns
Promise
<
[
string
,
Uint8Array
<
ArrayBufferLike
>
]
>
loads
Typed
loadsTyped
(
type
:
string
,
data
:
string
|
Uint8Array
<
ArrayBufferLike
>
,
)
:
Promise
<
any
>
Parameters
type
:
string
data
:
string
|
Uint8Array
<
ArrayBufferLike
>
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
dumps
Typed
loads
Typed
langchain.js
Loading...