Class ObjectWriter
java.lang.Object
com.aquima.interactions.communication.data.serialization.json.ObjectWriter
Writes an object to a Json string.
This implementation is immutable and therefore thread safe.
- Since:
- 9.3
- Author:
- A.Pragt
-
Constructor Details
-
Method Details
-
write
Writes an object to a Json string.- Parameters:
dataValue
- The object to serialize, can be null.target
- The target to write to, cannot be null.- Throws:
RuntimeException
- In case of a parse exception.IOException
- In case of problems during data output.
-