Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatal1ty committed Jan 2, 2022
1 parent 7a6f62f commit 705de2f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -983,10 +983,11 @@ but for the dialect scope. You can register custom `SerializationStrategy`,
#### Changing the default dialect

You can change the default serialization and deserialization methods for
a dataclass not only in the `serialization_strategy` config option but using
the `dialect` config option. If you have multiple dataclasses without a common
parent class the default dialect can help you to reduce the number of code
lines written:
a dataclass not only in the
[`serialization_strategy`](#serialization_strategy-config-option) config option
but using the `dialect` config option. If you have multiple dataclasses without
a common parent class the default dialect can help you to reduce the number of
code lines written:

```python
@dataclass
Expand Down

0 comments on commit 705de2f

Please sign in to comment.