public static final class BatchSerializer.ObjectColumnSerializer extends Object
Constructor and Description |
---|
ObjectColumnSerializer(byte version) |
Modifier and Type | Method and 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) |
protected void writeObject(ObjectOutput out, Object obj, Map<Object,Integer> cache, byte version) throws IOException
IOException
protected void writeObject(ObjectOutput out, Object obj, int code, Map<Object,Integer> cache, byte effectiveVersion) throws IOException
IOException
protected Object readObject(ObjectInput in, List<Object> cache, byte version) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public boolean usesCache(byte version)
Copyright © 2019. All rights reserved.