Introduction Public final class SerializablePermission extends Basic Permission
Table | Constructor | Description |
|---|---|
| SerializablePermission(String name) | The function of this constructor is to create a new Java.io SerializablePermission with represented name. |
| SerializablePermission(String name, String actions) | The function of this constructor is to create a new Java.io SerializablePermission instance with represented name and action. |
Description
Example
Key Points