spelling: deserialization

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-10-09 07:13:45 -04:00
parent c08cfe23e0
commit 3b9546f02e

View File

@@ -50,7 +50,7 @@ whose methods use only primitive types and strings:
<sample src="RmiSafeRemoteObject.java" />
<p>
The next example shows how to set a deserilization filter for a remote object:
The next example shows how to set a deserialization filter for a remote object:
</p>
<sample src="RmiRemoteObjectWithFilter.java" />