Serialized Form
serialVersionUID: -8627078645895051609L
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
comparator
Comparator<T> comparator
- The Comparator used to maintain order in this Map, or null
if using natural order.
-
|
Package ma.glasnost.orika |
serialVersionUID: 8568713038592686945L
serialVersionUID: -1485137975363692382L
sourceProperty
Property sourceProperty
destinationProperty
Property destinationProperty
sourceClass
Class<T> sourceClass
sourceType
Type<T> sourceType
destinationType
Type<T> destinationType
|
Package ma.glasnost.orika.impl.generator |
serialVersionUID: 1L
serialVersionUID: 1L
totalNodes
int totalNodes
parent
Node.NodeList parent
Copyright © 2013 Glasnost. All Rights Reserved.