register All
Registers all built-in serializers (StringSerializer, IntSerializer, LongSerializer, DoubleSerializer, FloatSerializer, and BooleanSerializer) into the given registry.
This is typically called once during application initialization.
Parameters
registry
The SerializerRegistry to populate.