Serialized Form


Package com.eaio.uuid

Class com.eaio.uuid.UUID extends Object implements Serializable

serialVersionUID: 7435962790062944603L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException
Tweaked Serialization routine.

Throws:
IOException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Tweaked Serialization routine.

Throws:
IOException
Serialized Fields

time

long time
The time field of the UUID.

 

clockSeqAndNode

long clockSeqAndNode
The clock sequence and node field of the UUID.

 



Copyright © 2003-2011. All Rights Reserved.