提交 1d2cc72c 编写于 作者: A Allen Wang

remove incorrect Nullable annotation.

上级 d04f2d39
......@@ -20,8 +20,6 @@ package com.netflix.serialization;
import java.io.IOException;
import java.io.OutputStream;
import com.sun.istack.internal.Nullable;
public interface Serializer<T> {
public void serialize(OutputStream out, T object, @Nullable TypeDef<?> type) throws IOException;
public void serialize(OutputStream out, T object, TypeDef<?> type) throws IOException;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册