org.fuin.serialver4j.hessian
Class UUIDDeserializer
java.lang.Object
com.caucho.hessian.io.AbstractDeserializer
org.fuin.serialver4j.hessian.BaseDeserializer
org.fuin.serialver4j.hessian.UUIDDeserializer
- All Implemented Interfaces:
- com.caucho.hessian.io.Deserializer
public final class UUIDDeserializer
- extends BaseDeserializer
Deserializes a UUID object.
|
Method Summary |
Class<?> |
getType()
|
protected Object |
readValue(com.caucho.hessian.io.AbstractHessianInput in)
Reads the value from the input. |
| 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 |
UUIDDeserializer
public UUIDDeserializer()
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.