Android
java.io
public final class

java.io.SerializablePermission

java.lang.Object
java.security.Permission Serializable Guard
java.security.BasicPermission Serializable
java.io.SerializablePermission

SerializablePermission objects represent permission to access unsafe serialization operations. The name of the permission should be one of:

enableSubclassImplementation
Subclasses can override serialization behavior
enableSubstitution
Object substitution can be enabled

Summary

Public Constructors

            SerializablePermission(String permissionName)
Creates an instance of this class with the given name.
            SerializablePermission(String name, String actions)
Creates an instance of this class with the given name and action list.
Methods inherited from class java.security.BasicPermission
Methods inherited from class java.security.Permission
Methods inherited from class java.lang.Object
Methods inherited from interface java.security.Guard

Details

Public Constructors

public SerializablePermission(String permissionName)

Creates an instance of this class with the given name.

Parameters

permissionName the name of the new permission.

public SerializablePermission(String name, String actions)

Creates an instance of this class with the given name and action list. The action list is ignored.

Parameters

name the name of the new permission.
actions ignored.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48