public static final class BatchSerializer.ObjectColumnSerializer extends Object
| Constructor and Description |
|---|
BatchSerializer.ObjectColumnSerializer(int highestKnownCode,
byte version) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
readObject(ObjectInput in,
List<Object> cache) |
boolean |
usesCache(byte version) |
protected void |
writeObject(ObjectOutput out,
Object obj,
int code,
Map<Object,Integer> cache) |
protected void |
writeObject(ObjectOutput out,
Object obj,
Map<Object,Integer> cache) |
public BatchSerializer.ObjectColumnSerializer(int highestKnownCode,
byte version)
protected void writeObject(ObjectOutput out, Object obj, Map<Object,Integer> cache) throws IOException
IOExceptionprotected void writeObject(ObjectOutput out, Object obj, int code, Map<Object,Integer> cache) throws IOException
IOExceptionprotected Object readObject(ObjectInput in, List<Object> cache) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic boolean usesCache(byte version)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.