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, writeReplace
public BeanSerializer(Class<?> cl, ClassLoader loader)
protected Method getWriteReplace(Class cl, Class param)
public void writeObject(Object obj, AbstractHessianOutput out) throws IOException
writeObject
in interface Serializer
writeObject
in class AbstractSerializer
IOException
Copyright © 2023. All rights reserved.