| Package | Description |
|---|---|
| org.granite.client.messaging.jmf | |
| org.granite.messaging.jmf |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientSharedContext
Client-side shared context for serialization support
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultClientSharedContext
Default implementation for a client shared context
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSharedContext |
| Modifier and Type | Field and Description |
|---|---|
protected SharedContext |
JMFDeserializer.context |
protected SharedContext |
JMFSerializer.context |
| Modifier and Type | Method and Description |
|---|---|
SharedContext |
InputContext.getSharedContext() |
SharedContext |
JMFDeserializer.getSharedContext() |
SharedContext |
JMFSerializer.getSharedContext() |
SharedContext |
OutputContext.getSharedContext() |
| Constructor and Description |
|---|
JMFDeserializer(java.io.InputStream is,
SharedContext context) |
JMFDumper(java.io.InputStream is,
SharedContext context,
java.io.PrintStream ps) |
JMFDumper(java.io.InputStream is,
SharedContext context,
java.io.PrintStream ps,
int maxArrayElements) |
JMFSerializer(java.io.OutputStream outputStream,
SharedContext context) |