public abstract class AbstractSerializer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.nio.ByteBuffer |
buffer |
protected Transaction |
transaction |
| Constructor and Description |
|---|
AbstractSerializer(java.nio.ByteBuffer buffer,
Transaction transaction) |
protected java.nio.ByteBuffer buffer
protected Transaction transaction
public AbstractSerializer(java.nio.ByteBuffer buffer,
Transaction transaction)