static class ImmutableAsList.SerializedForm
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
(package private) ImmutableCollection<?> |
collection |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
SerializedForm(ImmutableCollection<?> collection) |
| Modifier and Type | Method and Description |
|---|---|
(package private) java.lang.Object |
readResolve() |
final ImmutableCollection<?> collection
private static final long serialVersionUID
SerializedForm(ImmutableCollection<?> collection)