8329805: Deprecate for removal ObjectOutputStream.PutField.write

Reviewed-by: naoto, iris
This commit is contained in:
Roger Riggs 2024-04-25 14:37:38 +00:00
parent b9927aa3a4
commit 4dfaa9b5bd

View File

@ -1027,7 +1027,7 @@ public class ObjectOutputStream
* calling the {@link java.io.ObjectOutputStream#writeFields()}
* method.
*/
@Deprecated
@Deprecated(forRemoval = true, since = "1.4")
public abstract void write(ObjectOutput out) throws IOException;
}