Package-level declarations
Serialisers for kotlinx.serialization.
Types
Serialiser for AbsolutePath that uses its string representation.
Abstract serialiser for LocatedValidationIssue.
Abstract serialiser for ValidationIssue.
Serialiser for BigDecimal.
Serialiser for BigInteger.
Serialiser for File that serialises the file's data as a byte array via ByteArraySerializer.
Serialiser for LocatedValidationError.
Polymorphic serialiser for LocatedValidationIssue.
Serialiser for Path that uses its string representation.
Serialiser for Table that serialises the table as a map, mapping each row id to its respective value.
Serialiser for Table that serialises the values of the table as a list, ignoring the ids of all table rows.
Serialiser for ValidationError.
Serialiser for ValidationFailure.
Polymorphic serialiser for ValidationIssue.
Serialiser for ValidationWarning.