LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • LangGraph Checkpoint
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    LangGraph Checkpoint
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    Pythonlanggraph.checkpointserdeevent_hooks
    Module●Since v4.0

    event_hooks

    Attributes

    Functions

    Classes

    View source on GitHub
    attribute
    logger
    attribute
    SerdeEventListener: Callable[[SerdeEvent], None]
    function
    register_serde_event_listener
    function
    emit_serde_event
    class
    SerdeEvent

    Register a listener for serde allowlist events.

    Emit a serde event to all listeners.

    Listener failures are isolated and logged.