org.yestech.lib.hessian.jdk
Class BigIntegerSerializer

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

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

Serializes BigInteger objects correctly.

Author:
A.J. Wright

Field Summary
 
Fields inherited from class com.caucho.hessian.io.AbstractSerializer
log
 
Constructor Summary
BigIntegerSerializer()
           
 
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

BigIntegerSerializer

public BigIntegerSerializer()
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.