Uses of Class
org.ghotibeaun.json.exception.JSONSerializationException
| Package | Description |
|---|---|
| org.ghotibeaun.json | |
| org.ghotibeaun.json.serializer |
-
Uses of JSONSerializationException in org.ghotibeaun.json
Methods in org.ghotibeaun.json that throw JSONSerializationException Modifier and Type Method Description abstract JSONSerializerJSONFactory. newSerializer()Instantiate the underlyingJSONSerializerimplementation for this factory -
Uses of JSONSerializationException in org.ghotibeaun.json.serializer
Methods in org.ghotibeaun.json.serializer that throw JSONSerializationException Modifier and Type Method Description voidJSONSerializer. write(File outputFile, JSONNode json, boolean prettyPrint)voidJSONSerializer. write(OutputStream stream, JSONNode json, boolean prettyPrint)voidJSONSerializer. write(Writer writer, JSONNode json, boolean prettyPrint)voidJSONSerializer. write(Path outputPath, JSONNode json, boolean prettyPrint)