Serialized Form


Package jsr166x

Class jsr166x.ConcurrentSkipListMap extends AbstractMap<K,V> implements Serializable

serialVersionUID: -8627078645895051609L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the Map instance from a stream.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of the Map instance to a stream.

Serial Data:
The key (Object) and value (Object) for each key-value mapping represented by the Map, followed by null. The key-value mappings are emitted in key-order (as determined by the Comparator, or by the keys' natural ordering if no Comparator).
Throws:
IOException
Serialized Fields

comparator

Comparator<T> comparator
The Comparator used to maintain order in this Map, or null if using natural order.

 

Package ma.glasnost.orika

Class ma.glasnost.orika.ConverterException extends RuntimeException implements Serializable

serialVersionUID: 8568713038592686945L

Class ma.glasnost.orika.MappingException extends RuntimeException implements Serializable

serialVersionUID: -1485137975363692382L

Serialized Fields

sourceProperty

Property sourceProperty

destinationProperty

Property destinationProperty

sourceClass

Class<T> sourceClass

sourceType

Type<T> sourceType

destinationType

Type<T> destinationType

Package ma.glasnost.orika.impl.generator

Class ma.glasnost.orika.impl.generator.CompilerStrategy.SourceCodeGenerationException extends Exception implements Serializable

serialVersionUID: 1L

Class ma.glasnost.orika.impl.generator.Node.NodeList extends ArrayList<Node> implements Serializable

serialVersionUID: 1L

Serialized Fields

totalNodes

int totalNodes

parent

Node.NodeList parent



Copyright © 2013 Glasnost. All Rights Reserved.