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
IOExceptionprotected void writeObject(ObjectOutput out, Object obj, int code, Map<Object,Integer> cache, byte effectiveVersion) throws IOException
IOExceptionprotected Object readObject(ObjectInput in, List<Object> cache, byte version) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic boolean usesCache(byte version)
Copyright © 2019. All rights reserved.