Skip to content

Commit

Permalink
Fix SerializableType class name
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatal1ty committed Apr 19, 2021
1 parent ba86e29 commit 127d5aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Table of contents
* [Benchmark](#benchmark)
* [API](#api)
* [Customization](#customization)
* [Serializable Interface](#serializable-interface)
* [SerializableType Interface](#serializabletype-interface)
* [Field options](#field-options)
* [`serialize` option](#serialize-option)
* [`deserialize` option](#deserialize-option)
Expand Down Expand Up @@ -350,7 +350,7 @@ decoder_kwargs # keyword arguments for decoder function
Customization
--------------------------------------------------------------------------------

### Serializable Interface
### SerializableType Interface

If you already have a separate custom class, and you want to serialize
instances of it with *mashumaro*, you can achieve this by implementing
Expand Down

0 comments on commit 127d5aa

Please sign in to comment.