Package org.qubership.profiler.io
Class TreeToJson
java.lang.Object
org.qubership.profiler.io.TreeToJson
- All Implemented Interfaces:
JsonSerializer<ProfiledTree>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidserialize(ProfiledTree tree, com.fasterxml.jackson.core.JsonGenerator gen)
-
Field Details
-
treeVarName
-
-
Constructor Details
-
TreeToJson
-
-
Method Details
-
serialize
public void serialize(ProfiledTree tree, com.fasterxml.jackson.core.JsonGenerator gen) throws IOException - Specified by:
serializein interfaceJsonSerializer<ProfiledTree>- Throws:
IOException
-