Uses of Interface
org.loxlylabs.nestedtext.NestedText.Adapter
-
Uses of NestedText.Adapter in org.loxlylabs.nestedtext
Methods in org.loxlylabs.nestedtext with parameters of type NestedText.AdapterModifier and TypeMethodDescription<T> NestedTextNestedText.registerAdapter(Class<T> type, NestedText.Adapter<T> adapter) Registers a custom adapter for serializing a specific class to a NestedText-compatible format.