Class JacksonSerializer<T>

java.lang.Object
net.swofty.serializer.JacksonSerializer<T>
All Implemented Interfaces:
Serializer<T>

public class JacksonSerializer<T> extends Object implements Serializer<T>
  • Constructor Details

    • JacksonSerializer

      public JacksonSerializer(Class<T> clazz)
  • Method Details

    • serialize

      public String serialize(T value) throws com.fasterxml.jackson.core.JsonProcessingException
      Specified by:
      serialize in interface Serializer<T>
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException
    • deserialize

      public T deserialize(String json) throws com.fasterxml.jackson.core.JsonProcessingException
      Specified by:
      deserialize in interface Serializer<T>
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException