Package cern.nxcals.api.ingestion.retry
Interface Serializer<T>
-
public interface Serializer<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getBackupFileSuffix()
java.util.List<T>
readFrom(java.io.File file)
void
writeTo(java.util.List<T> messages, java.io.File file)
-