Class InventorySerializer<T>

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

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

    • InventorySerializer

      public InventorySerializer(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