Interface JsonSerializer

  • All Known Implementing Classes:
    ObjectMapperJsonSerializer

    public interface JsonSerializer
    Contract for serializing JSON objects.
    • Method Detail

      • clone

        <T> T clone​(T jsonObject)
        Clone JSON object.
        Type Parameters:
        T - JSON object parameterized type
        Parameters:
        jsonObject - JSON object
        Returns:
        cloned JSON object