Interface IQtafJsonSerializer
- All Known Implementing Classes:
LocalDateSerializer,StackTraceElementSerializer,StepAnnotationSerializer,TestFeatureAnnotationSerializer,TestScenarioAnnotationSerializer,ThrowableSerializer,ThrowableWrapperSerializer
public interface IQtafJsonSerializer
An interface describing objects which implement JSON serialization.
-
Method Summary
-
Method Details
-
getSerializedObjectClass
Class<?> getSerializedObjectClass()Returns the class of the serialized object.- Returns:
- the serialized class
-