com.caucho.hessian.io
Class ArraySerializer
java.lang.Object
com.caucho.hessian.io.AbstractSerializer
com.caucho.hessian.io.ArraySerializer
- All Implemented Interfaces:
- Serializer
public class ArraySerializer
- extends AbstractSerializer
Serializing a Java array.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArraySerializer
public ArraySerializer()
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.