com.alipay.hessian.generic.io
Class GenericObjectSerializer
java.lang.Object
com.caucho.hessian.io.AbstractSerializer
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
| Fields inherited from class com.caucho.hessian.io.AbstractSerializer |
log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.