-
Provides context for a deserialization operation and serves as the main entry point
for data binding.
Defines a custom strategy for deserializing a List, String, or Map into a
specific Java type T.
Options to use when dumping an Object to Minimal NestedText
The main class for loading and dumping NestedText data.
A builder class to assist in creating NestedText instances.
An intermediate object used to specify the target type for the parsed NestedText data.
Helper class to complete the renameField operation.
Provides a fluent API for configuring type-specific mapping rules.
A functional interface for providing a custom serialization strategy for a specific class.
Contains the type level rules for serialization / deserialization.
Used for serializing NestedText to a List<T> or a Map<K,V>