Interface JsonSerializer

All Known Implementing Classes:
CasingNormalizeSerializer, FilterDeleteJsonSerializer, FilterKeepJsonSerializer, JsonSerializerDecorator, MinifyJsonSerializer, PrettifyJsonSerializer, ValueTypesJsonSerializer

public interface JsonSerializer
An interface for all JSON serializers
  • Method Summary

    Modifier and Type
    Method
    Description
    serialize(com.fasterxml.jackson.databind.JsonNode jsonNode)
    Serializes the object into a JSON string
  • Method Details

    • serialize

      String serialize(com.fasterxml.jackson.databind.JsonNode jsonNode)
      Serializes the object into a JSON string
      Parameters:
      jsonNode - The object to be serialized
      Returns:
      A JSON representation of the object