com.caucho.hessian.io
Class BeanSerializer
java.lang.Object
com.caucho.hessian.io.AbstractSerializer
com.caucho.hessian.io.BeanSerializer
- All Implemented Interfaces:
- Serializer
public class BeanSerializer
- extends AbstractSerializer
Serializing an object for known object types.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanSerializer
public BeanSerializer(Class<?> cl,
ClassLoader loader)
getWriteReplace
protected Method getWriteReplace(Class cl)
- Returns the writeReplace method
getWriteReplace
protected Method getWriteReplace(Class cl,
Class param)
- Returns the writeReplace method
writeObject
public void writeObject(Object obj,
AbstractHessianOutput out)
throws IOException
- Specified by:
writeObject in interface Serializer- Overrides:
writeObject in class AbstractSerializer
- Throws:
IOException
Copyright © 2013. All Rights Reserved.