org.yestech.lib.hessian.currency
Class MoneySerializer

java.lang.Object
  extended by com.caucho.hessian.io.AbstractSerializer
      extended by org.yestech.lib.hessian.currency.MoneySerializer
All Implemented Interfaces:
com.caucho.hessian.io.Serializer

public class MoneySerializer
extends com.caucho.hessian.io.AbstractSerializer

Serializes Money objects correctly.

Author:
A.J. Wright

Field Summary
 
Fields inherited from class com.caucho.hessian.io.AbstractSerializer
log
 
Constructor Summary
MoneySerializer()
           
 
Method Summary
 void writeObject(java.lang.Object obj, com.caucho.hessian.io.AbstractHessianOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoneySerializer

public MoneySerializer()
Method Detail

writeObject

public void writeObject(java.lang.Object obj,
                        com.caucho.hessian.io.AbstractHessianOutput out)
                 throws java.io.IOException
Specified by:
writeObject in interface com.caucho.hessian.io.Serializer
Specified by:
writeObject in class com.caucho.hessian.io.AbstractSerializer
Throws:
java.io.IOException


Copyright © 2009 YES Technology Association. All Rights Reserved.