@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)

Package org.spongepowered.configurate.serialize

Type serializer mechanisms and the standard type serializers shipped with Configurate.

Type serializers are registered and queried using TypeSerializerCollection. For scalar serializers (those that take a scalar configuration value only), the ScalarSerializer class provides many common behaviours. Core scalar serializers are included in the Scalars interface.