org.teiid.client
Class BatchSerializer.ObjectColumnSerializer1

java.lang.Object
  extended by org.teiid.client.BatchSerializer.ObjectColumnSerializer1
Enclosing class:
BatchSerializer

public static final class BatchSerializer.ObjectColumnSerializer1
extends Object


Constructor Summary
BatchSerializer.ObjectColumnSerializer1()
           
 
Method Summary
protected  Object readObject(ObjectInput in)
           
protected  void writeObject(ObjectOutput out, Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchSerializer.ObjectColumnSerializer1

public BatchSerializer.ObjectColumnSerializer1()
Method Detail

writeObject

protected void writeObject(ObjectOutput out,
                           Object obj)
                    throws IOException
Throws:
IOException

readObject

protected Object readObject(ObjectInput in)
                     throws IOException,
                            ClassNotFoundException
Throws:
IOException
ClassNotFoundException


Copyright © 2012. All Rights Reserved.