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

    Modifier and Type
    Method
    Description
    Returns the class of the serialized object.
  • Method Details

    • getSerializedObjectClass

      Class<?> getSerializedObjectClass()
      Returns the class of the serialized object.
      Returns:
      the serialized class