Serialized Form


Package com.sun.jersey.api.client

Class com.sun.jersey.api.client.ClientHandlerException extends RuntimeException implements Serializable

Class com.sun.jersey.api.client.UniformInterfaceException extends RuntimeException implements Serializable


Package com.sun.jersey.api.representation

Class com.sun.jersey.api.representation.Form extends MultivaluedMapImpl implements Serializable

serialVersionUID: 2572713614319991270L


Package com.sun.jersey.core.header

Class com.sun.jersey.core.header.InBoundHeaders extends StringKeyStringValueIgnoreCaseMultivaluedMap implements Serializable

Class com.sun.jersey.core.header.OutBoundHeaders extends StringKeyObjectValueIgnoreCaseMultivaluedMap implements Serializable


Package com.sun.jersey.core.spi.scanning

Class com.sun.jersey.core.spi.scanning.ScannerException extends RuntimeException implements Serializable


Package com.sun.jersey.core.util

Class com.sun.jersey.core.util.KeyComparatorHashMap extends AbstractMap<K,V> implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the HashMap instance from a stream (i.e., deserialize it).

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of the HashMap instance to a stream (i.e., serialize it).

Serial Data:
The capacity of the HashMap (the length of the bucket array) is emitted (int), followed by the size of the HashMap (the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping represented by the HashMap The key-value mappings are emitted in the order that they are returned by entrySet().iterator().
Throws:
IOException
Serialized Fields

threshold

int threshold
The next size value at which to resize (capacity * load factor).

 

loadFactor

float loadFactor
The load factor for the hash table.

 

keyComparator

KeyComparator<K> keyComparator

Class com.sun.jersey.core.util.KeyComparatorLinkedHashMap extends KeyComparatorHashMap<K,V> implements Serializable

serialVersionUID: 3801124242820219131L

Serialized Fields

accessOrder

boolean accessOrder
The iteration ordering method for this linked hash map: true for access-order, false for insertion-order.

 

Class com.sun.jersey.core.util.MultivaluedMapImpl extends HashMap<String,List<String>> implements Serializable

serialVersionUID: -6052320403766368902L

Class com.sun.jersey.core.util.StringKeyIgnoreCaseMultivaluedMap extends KeyComparatorLinkedHashMap<String,List<V>> implements Serializable

Class com.sun.jersey.core.util.StringKeyObjectValueIgnoreCaseMultivaluedMap extends StringKeyIgnoreCaseMultivaluedMap<Object> implements Serializable

Class com.sun.jersey.core.util.StringKeyStringValueIgnoreCaseMultivaluedMap extends StringKeyIgnoreCaseMultivaluedMap<String> implements Serializable


Package com.sun.jersey.spi.inject

Class com.sun.jersey.spi.inject.Errors.ErrorMessagesException extends RuntimeException implements Serializable

Serialized Fields

messages

List<E> messages

Package com.sun.jersey.spi.service

Class com.sun.jersey.spi.service.ServiceConfigurationError extends Error implements Serializable



Copyright © 2011 Oracle Corporation. All Rights Reserved.