# SerdeEvent

> **Class** in `langgraph.checkpoint`

📖 [View in docs](https://reference.langchain.com/python/langgraph.checkpoint/serde/event_hooks/SerdeEvent)

## Signature

```python
SerdeEvent()
```

## Extends

- `TypedDict`

## Constructors

```python
__init__(
    kind: str,
    module: str,
    name: str,
    method: NotRequired[str],
)
```

| Name | Type |
|------|------|
| `kind` | `str` |
| `module` | `str` |
| `name` | `str` |
| `method` | `NotRequired[str]` |


## Properties

- `kind`
- `module`
- `name`
- `method`

---

[View source on GitHub](https://github.com/langchain-ai/langgraph/blob/aa322c13cd5f16a3f6254a931a4104e412cd687c/libs/checkpoint/langgraph/checkpoint/serde/event_hooks.py#L13)