LocalDateTimeWithInfinitySerializer
Serializer for LocalDateTime that supports PostgreSQL's infinity and -infinity values.
This serializer ensures that LocalDateTime.Companion.DISTANT_FUTURE and LocalDateTime.Companion.DISTANT_PAST are correctly converted to infinity and -infinity strings respectively, which are understood by PostgreSQL.