Interface JsonSerializer<T>

All Known Implementing Classes:
HotspotToJson, TreeToJson

public interface JsonSerializer<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    serialize(T value, com.fasterxml.jackson.core.JsonGenerator gen)
     
  • Method Details

    • serialize

      void serialize(T value, com.fasterxml.jackson.core.JsonGenerator gen) throws IOException
      Throws:
      IOException