Interface JsonSerializer

All Superinterfaces:
Serializable
All Known Implementing Classes:
ObjectMapperJsonSerializer

public interface JsonSerializer extends Serializable
Contract for serializing JSON objects.
Author:
Vlad Mihalcea
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    clone(T jsonObject)
    Clone JSON object.
  • Method Details

    • clone

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