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