Serialized Form


Package org.glassfish.jersey.internal

Class org.glassfish.jersey.internal.Errors.ErrorMessagesException extends RuntimeException implements Serializable

Serialized Fields

messages

List<E> messages

Class org.glassfish.jersey.internal.ProcessingException extends RuntimeException implements Serializable

serialVersionUID: -4473231199487742382L

Class org.glassfish.jersey.internal.ServiceConfigurationError extends Error implements Serializable

serialVersionUID: -8532392338326428074L


Package org.glassfish.jersey.internal.inject

Class org.glassfish.jersey.internal.inject.CustomAnnotationImpl extends AnnotationLiteral<Custom> implements Serializable

serialVersionUID: -892565346695359346L


Package org.glassfish.jersey.internal.util

Class org.glassfish.jersey.internal.util.KeyComparatorHashMap extends AbstractMap<K,V> implements Serializable

serialVersionUID: 3000273665665137463L

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 ss 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 ss value at which to resize (capacity * load factor).

 

loadFactor

float loadFactor
The load factor for the hash table.

 

keyComparator

KeyComparator<K> keyComparator

Class org.glassfish.jersey.internal.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 org.glassfish.jersey.internal.util.LazyUid extends Object implements Serializable

serialVersionUID: 4618609413877136867L

Serialized Fields

uid

AtomicReference<V> uid

Class org.glassfish.jersey.internal.util.StringIgnoreCaseKeyComparator extends Object implements Serializable

serialVersionUID: 9106900325469360723L


Package org.glassfish.jersey.internal.util.collection

Class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap extends MultivaluedHashMap<String,String> implements Serializable

serialVersionUID: -6052320403766368902L


Package org.glassfish.jersey.message.internal

Class org.glassfish.jersey.message.internal.HeaderValueException extends ProcessingException implements Serializable

serialVersionUID: 981810773601231157L

Class org.glassfish.jersey.message.internal.MessageBodyProcessingException extends MessageProcessingException implements Serializable

serialVersionUID: 2093175681702118380L

Class org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException extends MessageProcessingException implements Serializable

serialVersionUID: 2093175681702118380L



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.