Package-level declarations
Types
Abstract base class for types that can be serialized to a ByteArray.
Marks code elements that should be ignored by the reader.
An exception thrown when an element marked with Ignore is accessed or processed, indicating the reason.
Lists reasons for marking code elements to be ignored by the reader, as used by the Ignore annotation.
Properties
Functions
Deserializes this string to an object of type T using the specified deserializer and format.
Returns the specified IgnoreReason for use in code or annotations.
Throws an IgnoredException with the specified reason.
Reads the content of the specified Path and deserializes it to an object of type T.
Recovers from a Failure by applying the recoverBlock function, catching any exceptions.
Wraps a SerializersModuleBuilder lambda for use in serialization configurations.