org.fuin.serialver4j.hessian
Class UUIDDeserializer

java.lang.Object
  extended by com.caucho.hessian.io.AbstractDeserializer
      extended by org.fuin.serialver4j.hessian.BaseDeserializer
          extended by org.fuin.serialver4j.hessian.UUIDDeserializer
All Implemented Interfaces:
com.caucho.hessian.io.Deserializer

public final class UUIDDeserializer
extends BaseDeserializer

Deserializes a UUID object.


Constructor Summary
UUIDDeserializer()
           
 
Method Summary
 Class<?> getType()
           
protected  Object readValue(com.caucho.hessian.io.AbstractHessianInput in)
          Reads the value from the input.
 
Methods inherited from class org.fuin.serialver4j.hessian.BaseDeserializer
readMap, readObject
 
Methods inherited from class com.caucho.hessian.io.AbstractDeserializer
codeName, error, readLengthList, readList, readObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UUIDDeserializer

public UUIDDeserializer()
Method Detail

getType

public final Class<?> getType()
Specified by:
getType in interface com.caucho.hessian.io.Deserializer
Specified by:
getType in class BaseDeserializer

readValue

protected final Object readValue(com.caucho.hessian.io.AbstractHessianInput in)
                          throws IOException
Description copied from class: BaseDeserializer
Reads the value from the input.

Specified by:
readValue in class BaseDeserializer
Parameters:
in - Input to read from.
Returns:
Object created from the input.
Throws:
IOException - Error reading from the input.


Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.