|
|
@@ -12,6 +12,11 @@ import com.fasterxml.jackson.databind.ObjectWriter;
|
|
|
import de.jplag.endtoend.constants.TestDirectoryConstants;
|
|
|
import de.jplag.endtoend.model.ResultDescription;
|
|
|
|
|
|
+/**
|
|
|
+ * Helper class for serialization and deserialization of the used json format into the correct record classes. The
|
|
|
+ * serialization/deserialization is enabled using the Jackson library. The record classes used can be found at
|
|
|
+ * {@link de.jplag.endtoend.model}.
|
|
|
+ */
|
|
|
public class JsonHelper {
|
|
|
/**
|
|
|
* private constructor to prevent instantiation
|