Package org.loxlylabs.nestedtext
package org.loxlylabs.nestedtext
-
ClassDescriptionProvides context for a deserialization operation and serves as the main entry point for data binding.An exception that may be thrown when binding to a Java type.Deserializer<T>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 NestedTextThe main class for loading and dumping NestedText data.The unified exception for all errors that occur within the NestedText library.Serializer<T>A functional interface for providing a custom serialization strategy for a specific class.Used for serializing NestedText to a List<T> or a Map<K,V>