From 0c92b553f2d5fa4fddca02baaeed6895fe0a23fd Mon Sep 17 00:00:00 2001 From: Georgi Georgiev Date: Tue, 25 Jun 2024 22:52:26 +0300 Subject: [PATCH] docs: improving documentation --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index e9ca481..090ec38 100755 --- a/README.md +++ b/README.md @@ -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