public class CollectionSerializer extends AbstractSerializer
| 构造器和说明 |
|---|
CollectionSerializer() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getSendJavaType()
Return true if the java type of the collection should be sent.
|
void |
setSendJavaType(boolean sendJavaType)
Set true if the java type of the collection should be sent.
|
void |
writeObject(Object obj,
AbstractHessianOutput out) |
public boolean getSendJavaType()
public void setSendJavaType(boolean sendJavaType)
public void writeObject(Object obj, AbstractHessianOutput out) throws IOException
writeObject 在接口中 SerializerwriteObject 在类中 AbstractSerializerIOExceptionCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.