Serialized Form
- 
Package com.google.common.base- 
Class com.google.common.base.Equivalence.Wrapperclass Wrapper extends Object implements Serializable- serialVersionUID:
- 0L
 
- 
Class com.google.common.base.Optionalclass Optional extends Object implements Serializable- serialVersionUID:
- 0L
 
- 
Exception Class com.google.common.base.VerifyExceptionclass VerifyException extends RuntimeException implements Serializable
 
- 
- 
Package com.google.common.cache- 
Exception Class com.google.common.cache.CacheLoader.InvalidCacheLoadExceptionclass InvalidCacheLoadException extends RuntimeException implements Serializable
- 
Exception Class com.google.common.cache.CacheLoader.UnsupportedLoadingOperationExceptionclass UnsupportedLoadingOperationException extends UnsupportedOperationException implements Serializable
- 
Class com.google.common.cache.RemovalNotificationclass RemovalNotification extends AbstractMap.SimpleImmutableEntry<@Nullable K, @Nullable V> implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
causeRemovalCause cause 
 
- 
 
 
- 
- 
Package com.google.common.collect- 
Class com.google.common.collect.ArrayListMultimapclass ArrayListMultimap extends com.google.common.collect.AbstractListMultimap<K extends @Nullable Object, V extends @Nullable Object> implements Serializable- serialVersionUID:
- 0L
 - 
Serialization Methods- 
readObject@GwtIncompatible private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException - Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Serial Data:
- expectedValuesPerKey, number of distinct keys, and then for each distinct key: the key, number of values for that key, and the key's values
- Throws:
- IOException
 
 
- 
 
- 
Class com.google.common.collect.ArrayTableclass ArrayTable extends com.google.common.collect.AbstractTable<R, C, @Nullable V> implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
array@Nullable V[][] array 
- 
columnKeyToIndexImmutableMap<C, Integer> columnKeyToIndex 
- 
columnListImmutableList<C> columnList 
- 
rowKeyToIndexImmutableMap<R, Integer> rowKeyToIndex 
- 
rowListImmutableList<R> rowList 
 
- 
 
- 
Exception Class com.google.common.collect.ComputationExceptionclass ComputationException extends RuntimeException implements Serializable- serialVersionUID:
- 0L
 
- 
Class com.google.common.collect.ConcurrentHashMultisetclass ConcurrentHashMultiset extends com.google.common.collect.AbstractMultiset<E> implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Serial Data:
- the ConcurrentMap of elements and their counts.
- Throws:
- IOException
 
 
- 
 
- 
Class com.google.common.collect.ContiguousSet- 
Serialization Methods- 
writeReplace
 
- 
- 
Serialized Fields- 
domainDiscreteDomain<C extends Comparable> domain 
 
- 
 
- 
- 
Class com.google.common.collect.EnumBiMapclass EnumBiMap extends com.google.common.collect.AbstractBiMap<K extends Enum<K>, V extends Enum<V>> implements Serializable- serialVersionUID:
- 0L
 - 
Serialization Methods- 
readObject@GwtIncompatible private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException - Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Serial Data:
- the key class, value class, number of entries, first key, first value, second key, second value, and so on.
- Throws:
- IOException
 
 
- 
 
- 
Class com.google.common.collect.EnumHashBiMapclass EnumHashBiMap extends com.google.common.collect.AbstractBiMap<K extends Enum<K>, V extends @Nullable Object> implements Serializable- serialVersionUID:
- 0L
 - 
Serialization Methods- 
readObject@GwtIncompatible private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException - Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Serial Data:
- the key class, number of entries, first key, first value, second key, second value, and so on.
- Throws:
- IOException
 
 
- 
 
- 
Class com.google.common.collect.EnumMultisetclass EnumMultiset extends com.google.common.collect.AbstractMultiset<E extends Enum<E>> implements Serializable- serialVersionUID:
- 0L
 - 
Serialization Methods- 
readObject@GwtIncompatible private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException - Serial Data:
- the Class<E>for the enum type, the number of distinct elements, the first element, its count, the second element, its count, and so on
- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Throws:
- IOException
 
 
- 
 
- 
Class com.google.common.collect.EvictingQueue- serialVersionUID:
- 0L
 
- 
Class com.google.common.collect.HashBasedTableclass HashBasedTable extends com.google.common.collect.StandardTable<R,C, V> implements Serializable - serialVersionUID:
- 0L
 
- 
Class com.google.common.collect.HashBiMapclass HashBiMap extends AbstractMap<K extends @Nullable Object, V extends @Nullable Object> implements Serializable- 
Serialization Methods- 
readObject@GwtIncompatible private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException - Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Serial Data:
- the number of entries, first key, first value, second key, second value, and so on.
- Throws:
- IOException
 
 
- 
 
- 
- 
Class com.google.common.collect.HashMultimapclass HashMultimap extends com.google.common.collect.AbstractSetMultimap<K extends @Nullable Object, V extends @Nullable Object> implements Serializable- serialVersionUID:
- 0L
 - 
Serialization Methods- 
readObject@GwtIncompatible private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException - Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Serial Data:
- expectedValuesPerKey, number of distinct keys, and then for each distinct key: the key, number of values for that key, and the key's values
- Throws:
- IOException
 
 
- 
 
- 
Class com.google.common.collect.HashMultisetclass HashMultiset extends com.google.common.collect.AbstractMapBasedMultiset<E extends @Nullable Object> implements Serializable- serialVersionUID:
- 0L
 
- 
Class com.google.common.collect.ImmutableBiMap- serialVersionUID:
- 912559L
 - 
Serialization Methods- 
readObject- Throws:
- InvalidObjectException
 
- 
writeReplaceObject writeReplace()
 
- 
 
- 
Class com.google.common.collect.ImmutableClassToInstanceMapclass ImmutableClassToInstanceMap extends ForwardingMap<Class<? extends @NonNull B>, B> implements Serializable- 
Serialization Methods- 
readResolveObject readResolve()
 
- 
- 
Serialized Fields- 
delegateImmutableMap<Class<? extends B>, B> delegate 
 
- 
 
- 
- 
Class com.google.common.collect.ImmutableCollection- serialVersionUID:
- 912559L
 - 
Serialization Methods- 
readObject- Throws:
- InvalidObjectException
 
- 
writeReplace
 
- 
 
- 
Class com.google.common.collect.ImmutableList- serialVersionUID:
- -889275714L
 - 
Serialization Methods- 
readObject- Throws:
- InvalidObjectException
 
- 
writeReplace
 
- 
 
- 
Class com.google.common.collect.ImmutableListMultimap- serialVersionUID:
- 0L
 - 
Serialization Methods- 
readObject@GwtIncompatible private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException - Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Serial Data:
- number of distinct keys, and then for each distinct key: the key, the number of values for that key, and the key's values
- Throws:
- IOException
 
 
- 
 
- 
Class com.google.common.collect.ImmutableMapclass ImmutableMap extends Object implements Serializable- serialVersionUID:
- 912559L
 - 
Serialization Methods- 
readObject- Throws:
- InvalidObjectException
 
- 
writeReplaceObject writeReplace()Returns a serializable form of this object. Non-public subclasses should not override this method. Publicly-accessible subclasses must override this method and should return a subclass of SerializedForm whose readResolve() method returns objects of the subclass type.
 
- 
 
- 
Class com.google.common.collect.ImmutableMultimapclass ImmutableMultimap extends com.google.common.collect.BaseImmutableMultimap<K,V> implements Serializable - serialVersionUID:
- 0L
 
- 
Class com.google.common.collect.ImmutableMultiset- serialVersionUID:
- 912559L
 - 
Serialization Methods- 
readObject- Throws:
- InvalidObjectException
 
- 
writeReplace
 
- 
 
- 
Class com.google.common.collect.ImmutableRangeMapclass ImmutableRangeMap extends Object implements Serializable- serialVersionUID:
- 0L
 - 
Serialization Methods- 
readObject- Throws:
- InvalidObjectException
 
- 
writeReplaceObject writeReplace()
 
- 
 
- 
Class com.google.common.collect.ImmutableRangeSetclass ImmutableRangeSet extends com.google.common.collect.AbstractRangeSet<C extends Comparable> implements Serializable- 
Serialization Methods- 
readObject- Throws:
- InvalidObjectException
 
- 
writeReplaceObject writeReplace()
 
- 
 
- 
- 
Class com.google.common.collect.ImmutableSet- serialVersionUID:
- 912559L
 - 
Serialization Methods- 
readObject- Throws:
- InvalidObjectException
 
- 
writeReplaceObject writeReplace()
 
- 
 
- 
Class com.google.common.collect.ImmutableSetMultimap- serialVersionUID:
- 0L
 - 
Serialization Methods- 
readObject@GwtIncompatible private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException - Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Serial Data:
- number of distinct keys, and then for each distinct key: the key, the number of values for that key, and the key's values
- Throws:
- IOException
 
 
- 
 
- 
Class com.google.common.collect.ImmutableSortedMap- serialVersionUID:
- 0L
 - 
Serialization Methods- 
readObject- Throws:
- InvalidObjectException
 
- 
writeReplaceObject writeReplace()
 
- 
 
- 
Class com.google.common.collect.ImmutableSortedMultiset- serialVersionUID:
- 912559L
 - 
Serialization Methods- 
readObject- Throws:
- InvalidObjectException
 
- 
writeReplaceObject writeReplace()
 
- 
 
- 
Class com.google.common.collect.ImmutableSortedSet- serialVersionUID:
- 912559L
 - 
Serialization Methods- 
readObject- Throws:
- InvalidObjectException
 
- 
writeReplaceObject writeReplace()
 
- 
 
- 
Class com.google.common.collect.ImmutableTableclass ImmutableTable extends com.google.common.collect.AbstractTable<R,C, V> implements Serializable - serialVersionUID:
- 912559L
 - 
Serialization Methods- 
readObject- Throws:
- InvalidObjectException
 
- 
writeReplace
 
- 
 
- 
Class com.google.common.collect.LinkedHashMultimapclass LinkedHashMultimap extends com.google.common.collect.AbstractSetMultimap<K extends @Nullable Object, V extends @Nullable Object> implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject@GwtIncompatible private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException - Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Serial Data:
- the expected values per key, the number of distinct keys, the number of entries, and the entries in order
- Throws:
- IOException
 
 
- 
 
- 
Class com.google.common.collect.LinkedHashMultisetclass LinkedHashMultiset extends com.google.common.collect.AbstractMapBasedMultiset<E extends @Nullable Object> implements Serializable
- 
Class com.google.common.collect.LinkedListMultimapclass LinkedListMultimap extends com.google.common.collect.AbstractMultimap<K extends @Nullable Object, V extends @Nullable Object> implements Serializable- serialVersionUID:
- 0L
 - 
Serialization Methods- 
readObject@GwtIncompatible private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException - Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Serial Data:
- the number of distinct keys, and then for each distinct key: the first key, the number of values for that key, and the key's values, followed by successive keys and values from the entries() ordering
- Throws:
- IOException
 
 
- 
 
- 
Class com.google.common.collect.MutableClassToInstanceMapclass MutableClassToInstanceMap extends ForwardingMap<Class<? extends @NonNull B extends @Nullable Object>, B extends @Nullable Object> implements Serializable
- 
Class com.google.common.collect.Rangeclass Range extends Object implements Serializable- serialVersionUID:
- 0L
 - 
Serialization Methods- 
readResolveObject readResolve()
 
- 
- 
Serialized Fields- 
lowerBoundcom.google.common.collect.Cut<C extends Comparable> lowerBound 
- 
upperBoundcom.google.common.collect.Cut<C extends Comparable> upperBound 
 
- 
 
- 
Class com.google.common.collect.TreeBasedTableclass TreeBasedTable extends com.google.common.collect.StandardRowSortedTable<R,C, V> implements Serializable - serialVersionUID:
- 0L
 - 
Serialized Fields- 
columnComparatorComparator<? super C> columnComparator 
 
- 
 
- 
Class com.google.common.collect.TreeMultimapclass TreeMultimap extends com.google.common.collect.AbstractSortedKeySortedSetMultimap<K extends @Nullable Object, V extends @Nullable Object> implements Serializable- serialVersionUID:
- 0L
 - 
Serialization Methods- 
readObject@GwtIncompatible private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException - Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Serial Data:
- key comparator, value comparator, number of distinct keys, and then for each distinct key: the key, number of values for that key, and key values
- Throws:
- IOException
 
 
- 
 
- 
Class com.google.common.collect.TreeMultisetclass TreeMultiset extends com.google.common.collect.AbstractSortedMultiset<E extends @Nullable Object> implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject@GwtIncompatible private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException - Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Serial Data:
- the comparator, the number of distinct elements, the first element, its count, the second element, its count, and so on
- Throws:
- IOException
 
 
- 
 
- 
Class com.google.common.collect.TreeRangeSetclass TreeRangeSet extends com.google.common.collect.AbstractRangeSet<C extends Comparable<?>> implements Serializable- 
Serialized Fields- 
rangesByLowerBoundNavigableMap<com.google.common.collect.Cut<C extends Comparable<?>>, Range<C extends Comparable<?>>> rangesByLowerBound 
 
- 
 
- 
 
- 
- 
Package com.google.common.hash- 
Class com.google.common.hash.BloomFilterclass BloomFilter extends Object implements Serializable- serialVersionUID:
- 912559L
 - 
Serialization Methods- 
readObject- Throws:
- InvalidObjectException
 
- 
writeReplace
 
- 
- 
Serialized Fields- 
bitscom.google.common.hash.BloomFilterStrategies.LockFreeBitArray bits The bit set of the BloomFilter (not necessarily power of 2!)
- 
funnelFunnel<? super T extends @Nullable Object> funnel The funnel to translate Ts to bytes
- 
numHashFunctionsint numHashFunctions Number of hashes per element
- 
strategycom.google.common.hash.BloomFilter.Strategy strategy The strategy we employ to map an element T tonumHashFunctionsbit indexes.
 
- 
 
 
- 
- 
Package com.google.common.io- 
Exception Class com.google.common.io.BaseEncoding.DecodingExceptionclass DecodingException extends IOException implements Serializable
- 
Exception Class com.google.common.io.InsecureRecursiveDeleteExceptionclass InsecureRecursiveDeleteException extends FileSystemException implements Serializable
 
- 
- 
Package com.google.common.math- 
Class com.google.common.math.PairedStatsclass PairedStats extends Object implements Serializable- serialVersionUID:
- 0L
 
- 
Class com.google.common.math.Statsclass Stats extends Object implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
countlong count 
- 
maxdouble max 
- 
meandouble mean 
- 
mindouble min 
- 
sumOfSquaresOfDeltasdouble sumOfSquaresOfDeltas 
 
- 
 
 
- 
- 
Package com.google.common.net- 
Class com.google.common.net.HostAndPortclass HostAndPort extends Object implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
hasBracketlessColonsboolean hasBracketlessColons True if the parsed host has colons, but no surrounding brackets.
- 
hostString host Hostname, IPv4/IPv6 literal, or unvalidated nonsense.
- 
portint port Validated port number in the range [0..65535], or NO_PORT
 
- 
 
 
- 
- 
Package com.google.common.primitives- 
Class com.google.common.primitives.ImmutableDoubleArrayclass ImmutableDoubleArray extends Object implements Serializable
- 
Class com.google.common.primitives.ImmutableIntArrayclass ImmutableIntArray extends Object implements Serializable
- 
Class com.google.common.primitives.ImmutableLongArrayclass ImmutableLongArray extends Object implements Serializable
- 
Class com.google.common.primitives.UnsignedIntegerclass UnsignedInteger extends Number implements Serializable- 
Serialized Fields- 
valueint value 
 
- 
 
- 
- 
Class com.google.common.primitives.UnsignedLongclass UnsignedLong extends Number implements Serializable- 
Serialized Fields- 
valuelong value 
 
- 
 
- 
 
- 
- 
Package com.google.common.reflect- 
Class com.google.common.reflect.TypeTokenclass TypeToken extends com.google.common.reflect.TypeCapture<T> implements Serializable- serialVersionUID:
- 3637540370352322684L
 - 
Serialization Methods- 
writeReplaceImplemented to support serialization of subclasses.
 
- 
- 
Serialized Fields- 
runtimeTypeType runtimeType 
 
- 
 
- 
Class com.google.common.reflect.TypeToken.TypeSet- serialVersionUID:
- 0L
 
 
- 
- 
Package com.google.common.util.concurrent- 
Class com.google.common.util.concurrent.AtomicDoubleclass AtomicDouble extends Number implements Serializable- serialVersionUID:
- 0L
 - 
Serialization Methods- 
readObjectReconstitutes the instance from a stream (that is, deserializes it).- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObjectSaves the state to a stream (that is, serializes it).- Serial Data:
- The current value is emitted (a double).
- Throws:
- IOException
 
 
- 
 
- 
Class com.google.common.util.concurrent.AtomicDoubleArrayclass AtomicDoubleArray extends Object implements Serializable- serialVersionUID:
- 0L
 - 
Serialization Methods- 
readObjectReconstitutes the instance from a stream (that is, deserializes it).- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObjectSaves the state to a stream (that is, serializes it).- Serial Data:
- The length of the array is emitted (int), followed by all of its elements (each a
     double) in the proper order.
- Throws:
- IOException
 
 
- 
 
- 
Class com.google.common.util.concurrent.AtomicLongMapclass AtomicLongMap extends Object implements Serializable- 
Serialized Fields- 
mapConcurrentHashMap<K, AtomicLong> map 
 
- 
 
- 
- 
Exception Class com.google.common.util.concurrent.CycleDetectingLockFactory.PotentialDeadlockExceptionclass PotentialDeadlockException extends com.google.common.util.concurrent.CycleDetectingLockFactory.ExampleStackTrace implements Serializable- 
Serialized Fields- 
conflictingStackTracecom.google.common.util.concurrent.CycleDetectingLockFactory.ExampleStackTrace conflictingStackTrace 
 
- 
 
- 
- 
Exception Class com.google.common.util.concurrent.ExecutionErrorclass ExecutionError extends Error implements Serializable- serialVersionUID:
- 0L
 
- 
Exception Class com.google.common.util.concurrent.UncheckedExecutionExceptionclass UncheckedExecutionException extends RuntimeException implements Serializable- serialVersionUID:
- 0L
 
- 
Exception Class com.google.common.util.concurrent.UncheckedTimeoutExceptionclass UncheckedTimeoutException extends RuntimeException implements Serializable- serialVersionUID:
- 0L
 
 
-