| Package | Description |
|---|---|
| org.granite.messaging.jmf | |
| org.granite.messaging.jmf.codec.std.impl | |
| org.granite.messaging.reflect |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,ClassDescriptor> |
JMFDeserializer.classDescriptors |
| Modifier and Type | Method and Description |
|---|---|
ClassDescriptor |
InputContext.getClassDescriptor(java.lang.Class<?> cls) |
ClassDescriptor |
JMFDeserializer.getClassDescriptor(java.lang.Class<?> cls) |
ClassDescriptor |
InputContext.getClassDescriptor(java.lang.String className) |
ClassDescriptor |
JMFDeserializer.getClassDescriptor(java.lang.String className) |
| Constructor and Description |
|---|
JMFObjectInputStream(InputContext in,
ClassDescriptor desc,
java.lang.Object v) |
JMFObjectOutputStream(OutputContext out,
ClassDescriptor desc,
java.lang.Object v) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ObjectCodecImpl.decodeSerializable(InputContext ctx,
java.io.Serializable v,
ClassDescriptor desc) |
protected void |
ObjectCodecImpl.encodeSerializable(OutputContext ctx,
java.io.Serializable v,
ClassDescriptor desc) |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.concurrent.ConcurrentMap<java.lang.Class<?>,ClassDescriptor> |
Reflection.descriptorCache |
| Modifier and Type | Method and Description |
|---|---|
ClassDescriptor |
Reflection.getDescriptor(java.lang.Class<?> cls) |
ClassDescriptor |
ClassDescriptor.getParent() |