Uses of Interface
com.cedarsoftware.util.io.WriteOptions
Packages that use WriteOptions
-
Uses of WriteOptions in com.cedarsoftware.util.io
Classes in com.cedarsoftware.util.io that implement WriteOptionsMethods in com.cedarsoftware.util.io that return WriteOptionsModifier and TypeMethodDescriptionWriteOptionsBuilder.build()
Seal the instance of this class so that no more changes can be made to it.WriterContext.getWriteOptions()
Gets the write options for the current serializationMethods in com.cedarsoftware.util.io with parameters of type WriteOptionsModifier and TypeMethodDescriptionstatic <T> T
JsonIo.deepCopy
(Object source, ReadOptions readOptions, WriteOptions writeOptions) Copy an object graph using JSON.static String
JsonIo.formatJson
(String json, ReadOptions readOptions, WriteOptions writeOptions) Format the passed in JSON into multi-line, indented format, commonly used in JSON online editors.static void
JsonIo.toJson
(OutputStream out, Object source, WriteOptions writeOptions) Convert the passed in Java source object to JSON.static String
JsonIo.toJson
(Object srcObject, WriteOptions writeOptions) Convert the passed in Java source object to JSON.Constructors in com.cedarsoftware.util.io with parameters of type WriteOptions