public class BeanSerializer extends AbstractSerializer
NULL| Constructor and Description |
|---|
BeanSerializer(Class<?> cl,
ClassLoader loader) |
| Modifier and Type | Method and Description |
|---|---|
protected Method |
getWriteReplace(Class cl)
Returns the writeReplace method
|
protected Method |
getWriteReplace(Class cl,
Class param)
Returns the writeReplace method
|
void |
writeObject(Object obj,
AbstractHessianOutput out) |
getClass, writeDefinition20, writeInstance, writeObject10, writeReplacepublic BeanSerializer(Class<?> cl, ClassLoader loader)
protected Method getWriteReplace(Class cl, Class param)
public void writeObject(Object obj, AbstractHessianOutput out) throws IOException
writeObject in interface SerializerwriteObject in class AbstractSerializerIOExceptionCopyright © 2017 Caucho Technology, Inc. All rights reserved.