Package org.teiid.client
Class BatchSerializer.ObjectColumnSerializer
- java.lang.Object
-
- org.teiid.client.BatchSerializer.ObjectColumnSerializer
-
- Enclosing class:
- BatchSerializer
public static final class BatchSerializer.ObjectColumnSerializer extends Object
-
-
Constructor Summary
Constructors Constructor Description ObjectColumnSerializer(byte version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
readObject(ObjectInput in, List<Object> cache, byte version)
boolean
usesCache(byte version)
protected void
writeObject(ObjectOutput out, Object obj, int code, Map<Object,Integer> cache, byte effectiveVersion)
protected void
writeObject(ObjectOutput out, Object obj, Map<Object,Integer> cache, byte version)
-
-
-
Method Detail
-
writeObject
protected void writeObject(ObjectOutput out, Object obj, Map<Object,Integer> cache, byte version) throws IOException
- Throws:
IOException
-
writeObject
protected void writeObject(ObjectOutput out, Object obj, int code, Map<Object,Integer> cache, byte effectiveVersion) throws IOException
- Throws:
IOException
-
readObject
protected Object readObject(ObjectInput in, List<Object> cache, byte version) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
usesCache
public boolean usesCache(byte version)
-
-