Package-level declarations
This package provides classes and interfaces related to conversion of objects into a string form and back.
Types
Link copied to clipboard
Abstract base for stringifiers that convert values using function objects.
Link copied to clipboard
Thrown when a string conversion operation encounters a type for which there is no registered Stringifier.
Link copied to clipboard
Registers passed stringifiers at the StringifierRegistry.
Link copied to clipboard
Abstract base serializable stringifiers.
Link copied to clipboard
Serves as converter from
I to String with an associated reverse function from String to I.Link copied to clipboard
The registry of converters of types to their string representations.
Link copied to clipboard
Utility class for working with
Stringifiers.