# SerializerCompat

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

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

## Signature

```python
SerializerCompat(
    self,
    serde: UntypedSerializerProtocol,
)
```

## Extends

- `SerializerProtocol`

## Constructors

```python
__init__(
    self,
    serde: UntypedSerializerProtocol,
) -> None
```

| Name | Type |
|------|------|
| `serde` | `UntypedSerializerProtocol` |


## Properties

- `serde`

## Methods

- [`dumps_typed()`](https://reference.langchain.com/python/langgraph.checkpoint/serde/base/SerializerCompat/dumps_typed)
- [`loads_typed()`](https://reference.langchain.com/python/langgraph.checkpoint/serde/base/SerializerCompat/loads_typed)

---

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