Interface IJsonSerializable

All Known Implementing Classes:
AdditionalServiceInformationExtension, CertificateReportItem, CountryServiceContext, CountrySpecificLotl, CountrySpecificLotlFetcher.Result, CriteriaList, EuropeanLotlFetcher.Result, EuropeanResourceFetcher.Result, PivotFetcher.Result, QualifierExtension, ReportItem, ServiceChronologicalInfo, ValidationReport

public interface IJsonSerializable
Interface which marks classes serializable to JSON AST.
  • Method Summary

    Modifier and Type
    Method
    Description
    toJson()
    Serializes object to JSON AST.
  • Method Details

    • toJson

      JsonValue toJson()
      Serializes object to JSON AST.
      Returns:
      JsonValue serialized object