Interface Converter


public interface Converter
Since:
14.05.2023
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    fromJson(byte[] jsonAsByteArray, @NotNull Class<T> type)
     
  • Method Details

    • fromJson

      @NotNull <T> T fromJson(byte[] jsonAsByteArray, @NotNull @NotNull Class<T> type)