org.fuin.serialver4j.hessian
Class UUIDSerializer

java.lang.Object
  extended by com.caucho.hessian.io.AbstractSerializer
      extended by org.fuin.serialver4j.hessian.BaseSerializer
          extended by org.fuin.serialver4j.hessian.UUIDSerializer
All Implemented Interfaces:
com.caucho.hessian.io.Serializer

public final class UUIDSerializer
extends BaseSerializer

Serializes a UUID object.


Field Summary
 
Fields inherited from class com.caucho.hessian.io.AbstractSerializer
log
 
Constructor Summary
UUIDSerializer()
           
 
Method Summary
protected  void writeValue(com.caucho.hessian.io.AbstractHessianOutput out, Object obj)
          Writes the value to the output.
 
Methods inherited from class org.fuin.serialver4j.hessian.BaseSerializer
writeObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UUIDSerializer

public UUIDSerializer()
Method Detail

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.