registry

The serializer registry used to resolve TypeSerializer implementations for custom types during serialization and deserialization.

Built-in serializers are registered automatically at initialization. Use registerSerializer to add custom serializers.

Since

1.0

See also