Package aQute.bnd.unmodifiable
Class ImmutableMap.SerializationProxy
- java.lang.Object
-
- aQute.bnd.unmodifiable.ImmutableMap.SerializationProxy
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ImmutableMap<K,V>
private static final class ImmutableMap.SerializationProxy extends java.lang.Object implements java.io.Serializable
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Object[]
data
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description SerializationProxy(ImmutableMap<?,?> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
readObject(java.io.ObjectInputStream ois)
private java.lang.Object
readResolve()
private void
writeObject(java.io.ObjectOutputStream oos)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
data
private transient java.lang.Object[] data
-
-
Constructor Detail
-
SerializationProxy
SerializationProxy(ImmutableMap<?,?> map)
-
-
Method Detail
-
writeObject
private void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException
- Throws:
java.io.IOException
-
readObject
private void readObject(java.io.ObjectInputStream ois) throws java.lang.ClassNotFoundException, java.io.IOException
- Throws:
java.lang.ClassNotFoundException
java.io.IOException
-
readResolve
private java.lang.Object readResolve() throws java.io.InvalidObjectException
- Throws:
java.io.InvalidObjectException
-
-