Package com.google.common.collect
Class MutableClassToInstanceMap.SerializedForm<B>
- java.lang.Object
-
- com.google.common.collect.MutableClassToInstanceMap.SerializedForm<B>
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- MutableClassToInstanceMap<B>
private static final class MutableClassToInstanceMap.SerializedForm<B> extends java.lang.Object implements java.io.Serializable
Serialized form of the map, to avoid serializing the constraint.
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<java.lang.Class<? extends B>,B>
backingMap
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description SerializedForm(java.util.Map<java.lang.Class<? extends B>,B> backingMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.Object
readResolve()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-