Skip to content

Commit

Permalink
docs: improving documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vuryss committed Jun 25, 2024
1 parent fe3c74c commit 0c92b55
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ Symfony serializer was very flexible, but also very slow. This library tries to
Supports modern PHP projects with fully typed properties. Older codebases with no types would not work.

- [Fast serialization library](#fast-serialization-library)
* [Installation](#installation)
* [Features](#features)
+ [Serialization](#serialization)
+ [Deserialization](#deserialization)
+ [Caching - optional, but highly recommended, otherwise the library will be slow](#caching---optional-but-highly-recommended-otherwise-the-library-will-be-slow)
+ [Custom object property serialized name](#custom-object-property-serialized-name)
+ [Serialization groups](#serialization-groups)
+ [Deserialization groups](#deserialization-groups)
+ [Custom date format](#custom-date-format)
+ [Handling of NULL values](#handling-of-null-values)
* [Build, run & test locally](#build-run--test-locally)
- [Installation](#installation)
- [Features](#features)
- [Serialization](#serialization)
- [Deserialization](#deserialization)
- [Caching - optional, but highly recommended, otherwise the library will be slow](#caching---optional-but-highly-recommended-otherwise-the-library-will-be-slow)
- [Custom object property serialized name](#custom-object-property-serialized-name)
- [Serialization groups](#serialization-groups)
- [Deserialization groups](#deserialization-groups)
- [Custom date format](#custom-date-format)
- [Handling of NULL values](#handling-of-null-values)
- [Build, run & test locally](#build-run--test-locally)

## Installation

Expand Down

0 comments on commit 0c92b55

Please sign in to comment.