Serialized Form


Package com.google.common.base

Class com.google.common.base.Join.JoinException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class com.google.common.base.Suppliers.CyclicDependencyException extends RuntimeException implements Serializable

serialVersionUID: 0L


Package com.google.common.collect

Class com.google.common.collect.ArrayListMultimap extends com.google.common.collect.StandardListMultimap<K,V> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Serial Data:
initial list capacity, 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.ConcurrentMultiset extends AbstractMultiset<E> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException,
                        NoSuchFieldException
Throws:
IOException
ClassNotFoundException
NoSuchFieldException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
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.EnumBiMap extends com.google.common.collect.StandardBiMap<K extends Enum<K>,V extends Enum<V>> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
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 extends com.google.common.collect.StandardBiMap<K extends Enum<K>,V> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
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 extends com.google.common.collect.AbstractMapBasedMultiset<E extends Enum<E>> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

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

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException

Class com.google.common.collect.HashBiMap extends com.google.common.collect.StandardBiMap<K,V> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
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 extends com.google.common.collect.StandardSetMultimap<K,V> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
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.HashMultiset extends com.google.common.collect.AbstractMapBasedMultiset<E> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
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 extends ImmutableMap<K,V> implements Serializable

Serialization Methods

writeReplace

Object writeReplace()

Class com.google.common.collect.ImmutableCollection extends Object implements Serializable

Serialization Methods

writeReplace

Object writeReplace()

Class com.google.common.collect.ImmutableList extends ImmutableCollection<E> implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws InvalidObjectException
Throws:
InvalidObjectException

writeReplace

Object writeReplace()

Class com.google.common.collect.ImmutableMap extends Object implements Serializable

Serialization Methods

writeReplace

Object writeReplace()

Class com.google.common.collect.ImmutableMultimap extends Object implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException,
                        NoSuchFieldException
Throws:
IOException
ClassNotFoundException
NoSuchFieldException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
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.ImmutableMultiset extends ImmutableCollection<E> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException,
                        NoSuchFieldException
Throws:
IOException
ClassNotFoundException
NoSuchFieldException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Serial Data:
the number of distinct elements, the first element, its count, the second element, its count, and so on
Throws:
IOException

writeReplace

Object writeReplace()

Class com.google.common.collect.ImmutableSet extends ImmutableCollection<E> implements Serializable

Serialization Methods

writeReplace

Object writeReplace()

Class com.google.common.collect.ImmutableSortedSet extends ImmutableSet<E> implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws InvalidObjectException
Throws:
InvalidObjectException

writeReplace

Object writeReplace()
Serialized Fields

comparator

Comparator<T> comparator

Class com.google.common.collect.LinkedHashMultimap extends com.google.common.collect.StandardSetMultimap<K,V> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
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.LinkedHashMultiset extends com.google.common.collect.AbstractMapBasedMultiset<E> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
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.Ordering extends Object implements Serializable

Class com.google.common.collect.ReferenceMap extends AbstractMap<K,V> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

keyStrategy

com.google.common.collect.ReferenceMap.ReferenceStrategy keyStrategy

valueStrategy

com.google.common.collect.ReferenceMap.ReferenceStrategy valueStrategy

Class com.google.common.collect.TreeMultimap extends com.google.common.collect.StandardSortedSetMultimap<K,V> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
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 extends com.google.common.collect.AbstractMapBasedMultiset<E> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Serial Data:
the comparator, the number of distinct elements, the first element, its count, the second element, its count, and so on
Throws:
IOException