com.alipay.hessian.generic.io
Class GenericObjectSerializer

java.lang.Object
  extended by com.caucho.hessian.io.AbstractSerializer
      extended by com.alipay.hessian.generic.io.GenericObjectSerializer
All Implemented Interfaces:
com.caucho.hessian.io.Serializer

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

Since:
5.3.0

Field Summary
 
Fields inherited from class com.caucho.hessian.io.AbstractSerializer
log
 
Method Summary
 void doWriteObject(GenericObject obj, com.caucho.hessian.io.AbstractHessianOutput out)
           
static GenericObjectSerializer getInstance()
           
 void writeObject(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
 

Method Detail

getInstance

public static GenericObjectSerializer getInstance()

writeObject

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

doWriteObject

public void doWriteObject(GenericObject obj,
                          com.caucho.hessian.io.AbstractHessianOutput out)
                   throws IOException
Throws:
IOException


Copyright © 2008–2018 Ant Financial. All rights reserved.