com.caucho.hessian.io
Class IteratorSerializer

java.lang.Object
  extended by com.caucho.hessian.io.AbstractSerializer
      extended by com.caucho.hessian.io.IteratorSerializer
All Implemented Interfaces:
Serializer

public class IteratorSerializer
extends AbstractSerializer

Serializing a JDK 1.2 Iterator.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.caucho.hessian.io.AbstractSerializer
AbstractSerializer.NullSerializer
 
Field Summary
private static IteratorSerializer _serializer
           
 
Fields inherited from class com.caucho.hessian.io.AbstractSerializer
log, NULL
 
Constructor Summary
IteratorSerializer()
           
 
Method Summary
static IteratorSerializer create()
           
 void writeObject(java.lang.Object obj, AbstractHessianOutput out)
           
 
Methods inherited from class com.caucho.hessian.io.AbstractSerializer
getClass, writeDefinition20, writeInstance, writeObject10, writeReplace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_serializer

private static IteratorSerializer _serializer
Constructor Detail

IteratorSerializer

public IteratorSerializer()
Method Detail

create

public static IteratorSerializer create()

writeObject

public void writeObject(java.lang.Object obj,
                        AbstractHessianOutput out)
                 throws java.io.IOException
Specified by:
writeObject in interface Serializer
Overrides:
writeObject in class AbstractSerializer
Throws:
java.io.IOException


Copyright 2003-2011. All Rights Reserved.