org.fuin.serialver4j.hessian
Class UUIDSerializer
java.lang.Object
com.caucho.hessian.io.AbstractSerializer
org.fuin.serialver4j.hessian.BaseSerializer
org.fuin.serialver4j.hessian.UUIDSerializer
- All Implemented Interfaces:
- com.caucho.hessian.io.Serializer
public final class UUIDSerializer
- extends BaseSerializer
Serializes a UUID object.
| Fields inherited from class com.caucho.hessian.io.AbstractSerializer |
log |
|
Method Summary |
protected void |
writeValue(com.caucho.hessian.io.AbstractHessianOutput out,
Object obj)
Writes the value to the output. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UUIDSerializer
public UUIDSerializer()
writeValue
protected final void writeValue(com.caucho.hessian.io.AbstractHessianOutput out,
Object obj)
throws IOException
- Description copied from class:
BaseSerializer
- Writes the value to the output.
- Specified by:
writeValue in class BaseSerializer
- Parameters:
out - Output to write to.obj - Object to write.
- Throws:
IOException - Error writing to the output.
Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.