Index

D G I L N O R T U 
All Classes and Interfaces|All Packages|Serialized Form

D

dump(Object) - Method in class org.loxlylabs.nestedtext.NestedText
Dumps (serializes) a Java object into a NestedText formatted string.

G

getColumn() - Method in exception class org.loxlylabs.nestedtext.NestedTextException
Gets the column number where the parsing error occurred.
getLine() - Method in exception class org.loxlylabs.nestedtext.NestedTextException
Gets the line number where the parsing error occurred.

I

indent(int) - Method in class org.loxlylabs.nestedtext.NestedText
Sets the number of spaces to use for each level of indentation when dumping data.

L

lineSeparator(String) - Method in class org.loxlylabs.nestedtext.NestedText
Sets the line separator string to use when dumping data.
load(byte[]) - Method in class org.loxlylabs.nestedtext.NestedText
Loads (parses) NestedText content from a byte array.
load(File) - Method in class org.loxlylabs.nestedtext.NestedText
Loads (parses) NestedText content from a file.
load(String) - Method in class org.loxlylabs.nestedtext.NestedText
Loads (parses) NestedText content from a string.
load(Path) - Method in class org.loxlylabs.nestedtext.NestedText
Loads (parses) NestedText content from a path.

N

NestedText - Class in org.loxlylabs.nestedtext
The main class for loading and dumping NestedText data.
NestedText() - Constructor for class org.loxlylabs.nestedtext.NestedText
Creates a new NestedText instance with default settings.
NestedText.Adapter<T> - Interface in org.loxlylabs.nestedtext
A functional interface for providing a custom serialization strategy for a specific class.
NestedTextException - Exception Class in org.loxlylabs.nestedtext
The unified exception for all errors that occur within the NestedText library.

O

org.loxlylabs.nestedtext - package org.loxlylabs.nestedtext
 

R

registerAdapter(Class<T>, NestedText.Adapter<T>) - Method in class org.loxlylabs.nestedtext.NestedText
Registers a custom adapter for serializing a specific class to a NestedText-compatible format.

T

toNestedTextValue(T) - Method in interface org.loxlylabs.nestedtext.NestedText.Adapter
Converts a given value of type T into a NestedText-compatible object.

U

useReflection(boolean) - Method in class org.loxlylabs.nestedtext.NestedText
Enables or disables the use of reflection for serializing arbitrary Java objects during a dump operation.
D G I L N O R T U 
All Classes and Interfaces|All Packages|Serialized Form