Package net.swofty.serializer
Interface Serializer<T>
- All Known Implementing Classes:
InventorySerializer
,JacksonSerializer
,MissionDataSerializer
public interface Serializer<T>
-
Method Summary
-
Method Details
-
serialize
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
deserialize
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-