private static class DelegatePermission.SerializationProxy extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private Permission |
perm |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
SerializationProxy(Permission p) |
| Modifier and Type | Method and Description |
|---|---|
private void |
readObject(ObjectInputStream in) |
private Object |
readResolve() |
private void |
writeObject(ObjectOutputStream out) |
private static final long serialVersionUID
private Permission perm
SerializationProxy(Permission p)
private void writeObject(ObjectOutputStream out) throws IOException
IOExceptionprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionprivate Object readResolve()
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.