private static class Record.RecordSerializationProxy
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private boolean |
isEmpty |
private static long |
serialVersionUID |
private byte[] |
wireData |
| Constructor and Description |
|---|
RecordSerializationProxy(Record r) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
readResolve() |
private static final long serialVersionUID
private final byte[] wireData
private final boolean isEmpty
RecordSerializationProxy(Record r)