Interface Serializer<T>

All Known Implementing Classes:
InventorySerializer, JacksonSerializer, MissionDataSerializer

public interface Serializer<T>
  • Method Details

    • serialize

      String serialize(T value) throws com.fasterxml.jackson.core.JsonProcessingException
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException
    • deserialize

      T deserialize(String json) throws com.fasterxml.jackson.core.JsonProcessingException
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException