Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
S
- serialize(Class<?>, Object) - Method in interface de.ralleytn.simple.json.serialization.JSONTypeSerializationHandler
-
Is called when an object is being serialized and a none-JSON type is reached.
- serialize(Object) - Static method in class de.ralleytn.simple.json.serialization.JSONSerializer
-
Converts a Java object into a JSONObject.
- setIndent(int) - Method in class de.ralleytn.simple.json.JSONFormatter
-
Sets the indent.
- SETTER - Enum constant in enum de.ralleytn.simple.json.serialization.JSONAttribute.Type
-
Marks the attribute for writing.
- setUseCRLF(boolean) - Method in class de.ralleytn.simple.json.JSONFormatter
-
Sets whether a CRLF or a LF line break should be used.
- setUseTabs(boolean) - Method in class de.ralleytn.simple.json.JSONFormatter
-
Sets whether a tabulator or space should be used for the indent.
- startArray() - Method in interface de.ralleytn.simple.json.JSONContentHandler
-
Receives a notification when a JSON array begins.
- startJSON() - Method in interface de.ralleytn.simple.json.JSONContentHandler
-
Receives a notification when the JSON processing begins.
- startObject() - Method in interface de.ralleytn.simple.json.JSONContentHandler
-
Receives a notification when a JSON object begins.
- startObjectEntry(String) - Method in interface de.ralleytn.simple.json.JSONContentHandler
-
Receives a notification when a JSON object entry begins.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form