Skip to content
Mehdi Hadeli edited this page Mar 25, 2023 · 27 revisions

Articles

Videos

Notes

  • we might get this error "there is already a serializer registered for type". Because we cannot register the same type of serializer 2 times. But we can write our own serializer and register it with RegisterSerializationProvider, this serializer will work before default serializers.
  • the serializers registrations and conventions should call just once in the whole of the application, otherwise we get error

Libraries

Samples

Clone this wiki locally