| Package | Description |
|---|---|
| org.jboss.marshalling.cloner | |
| org.jboss.marshalling.river |
The River protocol implementation package.
|
| org.jboss.marshalling.serial | |
| org.jboss.marshalling.util |
| Modifier and Type | Field and Description |
|---|---|
private static IdentityIntMap<java.lang.Class<?>> |
SerializingCloner.PRIMITIVE_ARRAYS |
| Modifier and Type | Field and Description |
|---|---|
private static IdentityIntMap<java.lang.Class<?>> |
RiverMarshaller.BASIC_CLASSES_V2 |
private static IdentityIntMap<java.lang.Class<?>> |
RiverMarshaller.BASIC_CLASSES_V3 |
private IdentityIntMap<java.lang.Class<?>> |
RiverMarshaller.classCache |
private IdentityIntMap<java.lang.Object> |
RiverMarshaller.instanceCache |
| Modifier and Type | Method and Description |
|---|---|
private static IdentityIntMap<java.lang.Class<?>> |
RiverMarshaller.getBasicClasses(int configuredVersion) |
| Modifier and Type | Field and Description |
|---|---|
private IdentityIntMap<java.lang.Class<?>> |
SerialMarshaller.descriptorCache |
private IdentityIntMap<java.lang.Object> |
SerialMarshaller.instanceCache |
private static IdentityIntMap<java.lang.Class<?>> |
SerialMarshaller.primitives |
| Modifier and Type | Method and Description |
|---|---|
IdentityIntMap<T> |
IdentityIntMap.clone()
Clone this map.
|