Class JsonSerializer
java.lang.Object
com.atlassian.jira.upgrade.tasks.build10000002.utilities.JsonSerializer
Serialises objects to JSON.
- Since:
- v6.1
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JsonSerializer
public JsonSerializer()
-
-
Method Details
-
serialize
- Throws:
LayoutSerializationException
-
deserialize
- Throws:
LayoutSerializationException
-
readTree
public com.fasterxml.jackson.databind.JsonNode readTree(String json) throws LayoutSerializationException - Throws:
LayoutSerializationException
-