private static class ImmutableBiMap.SerializedForm extends ImmutableMap.SerializedForm
Since the bimap is immutable, ImmutableBiMap doesn't require special logic for keeping the bimap and its inverse in sync during serialization, the way AbstractBiMap does.
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
SerializedForm(ImmutableBiMap<?,?> bimap) |
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.Object |
readResolve() |
createMap
private static final long serialVersionUID
SerializedForm(ImmutableBiMap<?,?> bimap)
java.lang.Object readResolve()
readResolve
in class ImmutableMap.SerializedForm