Package com.caucho.hessian.io
Class IteratorSerializer
java.lang.Object
com.caucho.hessian.io.AbstractSerializer
com.caucho.hessian.io.IteratorSerializer
- All Implemented Interfaces:
Serializer
Serializing a JDK 1.2 Iterator.
-
Field Summary
Fields inherited from class com.caucho.hessian.io.AbstractSerializer
log, NULL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IteratorSerializercreate()voidwriteObject(Object obj, AbstractHessianOutput out) Methods inherited from class com.caucho.hessian.io.AbstractSerializer
getClass, writeDefinition20, writeInstance, writeObject10, writeReplace
-
Constructor Details
-
IteratorSerializer
public IteratorSerializer()
-
-
Method Details
-
create
-
writeObject
- Specified by:
writeObjectin interfaceSerializer- Overrides:
writeObjectin classAbstractSerializer- Throws:
IOException
-