Deprecate concents.{Codec,Deserializer,Serializer}
[yangtools.git] / common / concepts / src / main / java / org / opendaylight / yangtools / concepts / UncheckedSerializer.java
index a8683e5aac9b8af2eae4f35fcd3f818bd7020d10..36dfa5a8f380b03733b0251983f956a70040fadd 100644 (file)
@@ -17,6 +17,7 @@ import com.google.common.annotations.Beta;
  * @param <X> Error exception type
  */
 @Beta
+@Deprecated(since = "7.0.9", forRemoval = true)
 public interface UncheckedSerializer<P, I, X extends RuntimeException> extends Deserializer<P, I, X> {
     @Override
     P deserialize(I input);