Package-level declarations
Types
Link copied to clipboard
JSON serializer for BigDecimal that preserves numeric precision.
Link copied to clipboard
open class EnumWithCaseConventionSerializer<E : Enum<E>>(enumName: String, entries: EnumEntries<E>, pgConvention: CaseConvention = CaseConvention.SNAKE_CASE_UPPER, kotlinConvention: CaseConvention = CaseConvention.PASCAL_CASE) : KSerializer<E>
A specialized serializer for mapping Kotlin Enums to their PostgreSQL representations.
Link copied to clipboard
Serializer for Instant that supports PostgreSQL's infinity and -infinity values.
Link copied to clipboard
Serializer for LocalDateTime that supports PostgreSQL's infinity and -infinity values.
Link copied to clipboard
Serializer for LocalDate that supports PostgreSQL's infinity and -infinity values.