Interface ISerializer<T>

All Superinterfaces:
IGenericSerializer<T,DataInputPlus,DataOutputPlus>
All Known Implementing Classes:
CommitLogPosition.CommitLogPositionSerializer, DeletionTime.LegacySerializer, DeletionTime.Serializer, EstimatedHistogram.EstimatedHistogramSerializer, IndexInfo.Serializer, SerializingCacheProvider.RowCacheSerializer, TombstoneHistogram.HistogramSerializer, TombstoneHistogram.LegacyHistogramSerializer

public interface ISerializer<T> extends IGenericSerializer<T,DataInputPlus,DataOutputPlus>