Deprecate ByteArraySerdes
[controller.git] / atomix-storage / src / test / java / io / atomix / storage / journal / ByteArraySerdes.java
index 79ce9097a3af945c424fc435e694473609ce1075..c8789b829fabb69ed6c3c40f1d95f0cc877cc61c 100644 (file)
@@ -20,6 +20,7 @@ import io.atomix.storage.journal.JournalSerdes.EntryOutput;
 import io.atomix.storage.journal.JournalSerdes.EntrySerdes;
 import java.io.IOException;
 
+@Deprecated(forRemoval = true, since="9.0.3")
 final class ByteArraySerdes implements EntrySerdes<byte[]> {
     @Override
     public byte[] read(final EntryInput input) throws IOException {