public class SerializationContext
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
INITIAL_CAPACITY |
| Constructor and Description |
|---|
SerializationContext() |
SerializationContext(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
int |
capacity() |
void |
clear() |
int |
indexOf(java.lang.Object obj) |
int |
put(java.lang.Object obj) |
java.lang.Object[] |
toArray() |
public static final int INITIAL_CAPACITY
public SerializationContext()
public SerializationContext(int capacity)
public int capacity()
public int put(java.lang.Object obj)
obj - an object to put in the contextpublic int indexOf(java.lang.Object obj)
public void clear()
public java.lang.Object[] toArray()