Serialized Form
-
Package com.google.common.base
-
Class com.google.common.base.Equivalence.Wrapper
class Wrapper extends Object implements Serializable- serialVersionUID:
- 0L
-
Class com.google.common.base.Optional
class Optional extends Object implements Serializable- serialVersionUID:
- 0L
-
Exception Class com.google.common.base.VerifyException
class VerifyException extends RuntimeException implements Serializable
-
-
Package com.google.common.cache
-
Exception Class com.google.common.cache.CacheLoader.InvalidCacheLoadException
class InvalidCacheLoadException extends RuntimeException implements Serializable -
Exception Class com.google.common.cache.CacheLoader.UnsupportedLoadingOperationException
class UnsupportedLoadingOperationException extends UnsupportedOperationException implements Serializable -
Class com.google.common.cache.RemovalNotification
class RemovalNotification extends AbstractMap.SimpleImmutableEntry<@Nullable K,@Nullable V> implements Serializable - serialVersionUID:
- 0L
-
Serialized Fields
-
cause
RemovalCause cause
-
-
-
Package com.google.common.collect
-
Class com.google.common.collect.ArrayListMultimap
class ArrayListMultimap extends com.google.common.collect.ArrayListMultimapGwtSerializationDependencies<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.ArrayTable
class ArrayTable extends com.google.common.collect.AbstractTable<R,C, @Nullable V> implements Serializable - serialVersionUID:
- 0L
-
Serialized Fields
-
array
@Nullable V[][] array
-
columnKeyToIndex
ImmutableMap<C,
Integer> columnKeyToIndex -
columnList
ImmutableList<C> columnList
-
rowKeyToIndex
ImmutableMap<R,
Integer> rowKeyToIndex -
rowList
ImmutableList<R> rowList
-
-
Exception Class com.google.common.collect.ComputationException
class ComputationException extends RuntimeException implements Serializable- serialVersionUID:
- 0L
-
Class com.google.common.collect.ConcurrentHashMultiset
class 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
-
domain
DiscreteDomain<C extends Comparable> domain
-
-
-
Class com.google.common.collect.EnumBiMap
class 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.EnumHashBiMap
class 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.EnumMultiset
class 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.HashBasedTable
class HashBasedTable extends com.google.common.collect.StandardTable<R,C, V> implements Serializable - serialVersionUID:
- 0L
-
Class com.google.common.collect.HashBiMap
class HashBiMap extends com.google.common.collect.Maps.IteratorBasedAbstractMap<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 entries, first key, first value, second key, second value, and so on.
- Throws:
IOException
-
-
Class com.google.common.collect.HashMultimap
class HashMultimap extends com.google.common.collect.HashMultimapGwtSerializationDependencies<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.HashMultiset
class HashMultiset extends com.google.common.collect.AbstractMapBasedMultiset<E 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 elements, the first element, its count, the second element, its count, and so on
- Throws:
IOException
-
-
Class com.google.common.collect.ImmutableBiMap
- serialVersionUID:
- -889275714L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Class com.google.common.collect.ImmutableClassToInstanceMap
class ImmutableClassToInstanceMap extends ForwardingMap<Class<? extends @NonNull B>,B> implements Serializable -
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
delegate
ImmutableMap<Class<? extends B>,
B> delegate
-
-
-
Class com.google.common.collect.ImmutableCollection
- serialVersionUID:
- -889275714L
-
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.ImmutableMap
class ImmutableMap extends Object implements Serializable- serialVersionUID:
- -889275714L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
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.ImmutableMultimap
class ImmutableMultimap extends com.google.common.collect.BaseImmutableMultimap<K,V> implements Serializable - serialVersionUID:
- 0L
-
Class com.google.common.collect.ImmutableMultiset
class ImmutableMultiset extends com.google.common.collect.ImmutableMultisetGwtSerializationDependencies<E> implements Serializable- serialVersionUID:
- -889275714L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Class com.google.common.collect.ImmutableRangeMap
class ImmutableRangeMap extends Object implements Serializable- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Class com.google.common.collect.ImmutableRangeSet
class ImmutableRangeSet extends com.google.common.collect.AbstractRangeSet<C extends Comparable> implements Serializable-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
-
Class com.google.common.collect.ImmutableSet
- serialVersionUID:
- -889275714L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
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
-
writeReplace
-
-
Class com.google.common.collect.ImmutableSortedMultiset
- serialVersionUID:
- -889275714L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Class com.google.common.collect.ImmutableSortedSet
class ImmutableSortedSet extends com.google.common.collect.ImmutableSet.CachingAsList<E> implements Serializable- serialVersionUID:
- -889275714L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Class com.google.common.collect.ImmutableTable
class ImmutableTable extends com.google.common.collect.AbstractTable<R,C, V> implements Serializable - serialVersionUID:
- -889275714L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Class com.google.common.collect.LinkedHashMultimap
class LinkedHashMultimap extends com.google.common.collect.LinkedHashMultimapGwtSerializationDependencies<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.LinkedHashMultiset
class LinkedHashMultiset extends com.google.common.collect.AbstractMapBasedMultiset<E 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 elements, the first element, its count, the second element, its count, and so on
- Throws:
IOException
-
-
Class com.google.common.collect.LinkedListMultimap
class 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.MutableClassToInstanceMap
class MutableClassToInstanceMap extends ForwardingMap<Class<? extends @NonNull B extends @Nullable Object>,B extends @Nullable Object> implements Serializable -
Class com.google.common.collect.Range
class Range extends com.google.common.collect.RangeGwtSerializationDependencies implements Serializable- serialVersionUID:
- 0L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
lowerBound
com.google.common.collect.Cut<C extends Comparable> lowerBound
-
upperBound
com.google.common.collect.Cut<C extends Comparable> upperBound
-
-
Class com.google.common.collect.TreeBasedTable
class TreeBasedTable extends com.google.common.collect.StandardRowSortedTable<R,C, V> implements Serializable - serialVersionUID:
- 0L
-
Serialized Fields
-
columnComparator
Comparator<? super C> columnComparator
-
-
Class com.google.common.collect.TreeMultimap
class 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.TreeMultiset
class 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.TreeRangeSet
class TreeRangeSet extends com.google.common.collect.AbstractRangeSet<C extends Comparable<?>> implements Serializable-
Serialized Fields
-
rangesByLowerBound
NavigableMap<com.google.common.collect.Cut<C extends Comparable<?>>,
Range<C extends Comparable<?>>> rangesByLowerBound
-
-
-
-
Package com.google.common.hash
-
Class com.google.common.hash.BloomFilter
class BloomFilter extends Object implements Serializable- serialVersionUID:
- -889275714L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Serialized Fields
-
bits
com.google.common.hash.BloomFilterStrategies.LockFreeBitArray bits
The bit set of the BloomFilter (not necessarily power of 2!) -
funnel
Funnel<? super T extends @Nullable Object> funnel
The funnel to translate Ts to bytes -
numHashFunctions
int numHashFunctions
Number of hashes per element -
strategy
com.google.common.hash.BloomFilter.Strategy strategy
The strategy we employ to map an element T tonumHashFunctions
bit indexes.
-
-
-
Package com.google.common.io
-
Exception Class com.google.common.io.BaseEncoding.DecodingException
class DecodingException extends IOException implements Serializable -
Exception Class com.google.common.io.InsecureRecursiveDeleteException
class InsecureRecursiveDeleteException extends FileSystemException implements Serializable
-
-
Package com.google.common.math
-
Class com.google.common.math.PairedStats
class PairedStats extends Object implements Serializable- serialVersionUID:
- 0L
-
Class com.google.common.math.Stats
class Stats extends Object implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
count
long count
-
max
double max
-
mean
double mean
-
min
double min
-
sumOfSquaresOfDeltas
double sumOfSquaresOfDeltas
-
-
-
Package com.google.common.net
-
Class com.google.common.net.HostAndPort
class HostAndPort extends Object implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
hasBracketlessColons
boolean hasBracketlessColons
True if the parsed host has colons, but no surrounding brackets. -
host
String host
Hostname, IPv4/IPv6 literal, or unvalidated nonsense. -
port
int port
Validated port number in the range [0..65535], or NO_PORT
-
-
-
Package com.google.common.primitives
-
Class com.google.common.primitives.ImmutableDoubleArray
class ImmutableDoubleArray extends Object implements Serializable-
Serialization Methods
-
readResolve
-
writeReplace
-
-
Serialized Fields
-
array
double[] array
-
end
int end
-
-
-
Class com.google.common.primitives.ImmutableIntArray
class ImmutableIntArray extends Object implements Serializable-
Serialization Methods
-
readResolve
-
writeReplace
-
-
Serialized Fields
-
array
int[] array
-
end
int end
-
-
-
Class com.google.common.primitives.ImmutableLongArray
class ImmutableLongArray extends Object implements Serializable-
Serialization Methods
-
readResolve
-
writeReplace
-
-
Serialized Fields
-
array
long[] array
-
end
int end
-
-
-
Class com.google.common.primitives.UnsignedInteger
class UnsignedInteger extends Number implements Serializable-
Serialized Fields
-
value
int value
-
-
-
Class com.google.common.primitives.UnsignedLong
class UnsignedLong extends Number implements Serializable-
Serialized Fields
-
value
long value
-
-
-
-
Package com.google.common.reflect
-
Class com.google.common.reflect.TypeToken
class TypeToken extends com.google.common.reflect.TypeCapture<T> implements Serializable- serialVersionUID:
- 3637540370352322684L
-
Serialization Methods
-
writeReplace
Implemented to support serialization of subclasses.
-
-
Serialized Fields
-
runtimeType
Type runtimeType
-
-
Class com.google.common.reflect.TypeToken.TypeSet
- serialVersionUID:
- 0L
-
-
Package com.google.common.util.concurrent
-
Class com.google.common.util.concurrent.AtomicDouble
class AtomicDouble extends Number implements Serializable- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
Reconstitutes the instance from a stream (that is, deserializes it).- Throws:
IOException
ClassNotFoundException
-
writeObject
Saves 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.AtomicDoubleArray
class AtomicDoubleArray extends Object implements Serializable- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
Reconstitutes the instance from a stream (that is, deserializes it).- Throws:
IOException
ClassNotFoundException
-
writeObject
Saves 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.AtomicLongMap
class AtomicLongMap extends Object implements Serializable-
Serialized Fields
-
map
ConcurrentHashMap<K,
Long> map
-
-
-
Exception Class com.google.common.util.concurrent.CycleDetectingLockFactory.PotentialDeadlockException
class PotentialDeadlockException extends com.google.common.util.concurrent.CycleDetectingLockFactory.ExampleStackTrace implements Serializable-
Serialized Fields
-
conflictingStackTrace
com.google.common.util.concurrent.CycleDetectingLockFactory.ExampleStackTrace conflictingStackTrace
-
-
-
Exception Class com.google.common.util.concurrent.ExecutionError
class ExecutionError extends Error implements Serializable- serialVersionUID:
- 0L
-
Exception Class com.google.common.util.concurrent.UncheckedExecutionException
class UncheckedExecutionException extends RuntimeException implements Serializable- serialVersionUID:
- 0L
-
Exception Class com.google.common.util.concurrent.UncheckedTimeoutException
class UncheckedTimeoutException extends RuntimeException implements Serializable- serialVersionUID:
- 0L
-