| Package | Description |
|---|---|
| org.granite.messaging.jmf | |
| org.granite.messaging.jmf.codec | |
| org.granite.messaging.jmf.codec.std | |
| org.granite.messaging.jmf.codec.std.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DumpContext |
| Modifier and Type | Class and Description |
|---|---|
class |
JMFDeserializer |
class |
JMFDumper |
| Modifier and Type | Method and Description |
|---|---|
void |
CodecRegistry.PrimitivePropertyCodec.decodePrimitive(InputContext ctx,
Object holder,
Property property) |
| Modifier and Type | Method and Description |
|---|---|
T |
StandardCodec.decode(InputContext ctx,
int parameterizedJmfType) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ArrayCodec.decode(InputContext ctx,
int parameterizedJmfType) |
ArrayList<?> |
ArrayListCodec.decode(InputContext ctx,
int parameterizedJmfType) |
BigDecimal |
BigDecimalCodec.decode(InputContext ctx,
int parameterizedJmfType) |
BigInteger |
BigIntegerCodec.decode(InputContext ctx,
int parameterizedJmfType) |
Boolean |
BooleanCodec.decode(InputContext ctx,
int parameterizedJmfType) |
Byte |
ByteCodec.decode(InputContext ctx,
int parameterizedJmfType) |
Character |
CharacterCodec.decode(InputContext ctx,
int parameterizedJmfType) |
Date |
DateCodec.decode(InputContext ctx,
int parameterizedJmfType) |
Double |
DoubleCodec.decode(InputContext ctx,
int parameterizedJmfType) |
Object |
EnumCodec.decode(InputContext ctx,
int parameterizedJmfType) |
Float |
FloatCodec.decode(InputContext ctx,
int parameterizedJmfType) |
HashMap<?,?> |
HashMapCodec.decode(InputContext ctx,
int parameterizedJmfType) |
HashSet<?> |
HashSetCodec.decode(InputContext ctx,
int parameterizedJmfType) |
Integer |
IntegerCodec.decode(InputContext ctx,
int parameterizedJmfType) |
Long |
LongCodec.decode(InputContext ctx,
int parameterizedJmfType) |
Object |
NullCodec.decode(InputContext ctx,
int parameterizedJmfType) |
Short |
ShortCodec.decode(InputContext ctx,
int parameterizedJmfType) |
Date |
SqlDateCodec.decode(InputContext ctx,
int parameterizedJmfType) |
Time |
SqlTimeCodec.decode(InputContext ctx,
int parameterizedJmfType) |
Timestamp |
SqlTimestampCodec.decode(InputContext ctx,
int parameterizedJmfType) |
String |
StringCodec.decode(InputContext ctx,
int parameterizedJmfType) |
boolean |
BooleanCodec.decodePrimitive(InputContext ctx) |
byte |
ByteCodec.decodePrimitive(InputContext ctx) |
char |
CharacterCodec.decodePrimitive(InputContext ctx) |
double |
DoubleCodec.decodePrimitive(InputContext ctx) |
float |
FloatCodec.decodePrimitive(InputContext ctx) |
int |
IntegerCodec.decodePrimitive(InputContext ctx) |
long |
LongCodec.decodePrimitive(InputContext ctx) |
short |
ShortCodec.decodePrimitive(InputContext ctx) |
int |
IntegerCodec.readVariableInt(InputContext ctx) |
long |
LongCodec.readVariableLong(InputContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ArrayCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
ArrayList<?> |
ArrayListCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
BigDecimal |
BigDecimalCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
BigInteger |
BigIntegerCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
Boolean |
BooleanCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
Byte |
ByteCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
Character |
CharacterCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
Object |
ClassCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
Date |
DateCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
Double |
DoubleCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
Object |
EnumCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
Float |
FloatCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
HashMap<?,?> |
HashMapCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
HashSet<?> |
HashSetCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
Integer |
IntegerCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
Long |
LongCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
Object |
NullCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
Object |
ObjectCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
Short |
ShortCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
Date |
SqlDateCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
Time |
SqlTimeCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
Timestamp |
SqlTimestampCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
String |
StringCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
boolean |
BooleanCodecImpl.decodePrimitive(InputContext ctx) |
byte |
ByteCodecImpl.decodePrimitive(InputContext ctx) |
char |
CharacterCodecImpl.decodePrimitive(InputContext ctx) |
double |
DoubleCodecImpl.decodePrimitive(InputContext ctx) |
float |
FloatCodecImpl.decodePrimitive(InputContext ctx) |
int |
IntegerCodecImpl.decodePrimitive(InputContext ctx) |
long |
LongCodecImpl.decodePrimitive(InputContext ctx) |
short |
ShortCodecImpl.decodePrimitive(InputContext ctx) |
protected void |
ObjectCodecImpl.decodeSerializable(InputContext ctx,
Serializable v) |
protected String |
StringCodecImpl.decodeUUID(InputContext ctx,
int parameterizedJmfType) |
protected char |
CharacterCodecImpl.readCharData(InputContext ctx,
int parameterizedJmfType) |
static double |
DoubleCodecImpl.readDoubleData(InputContext ctx,
int type) |
static float |
FloatCodecImpl.readFloatData(InputContext ctx,
int type) |
protected int |
IntegerCodecImpl.readIntData(InputContext ctx,
int parameterizedJmfType) |
protected int |
AbstractIntegerStringCodec.readIntData(InputContext ctx,
int length,
boolean opposite) |
protected long |
LongCodecImpl.readLongData(InputContext ctx,
int parameterizedJmfType) |
protected Object |
ArrayCodecImpl.readObjectArray(InputContext ctx,
Class<?> componentType,
int length) |
protected Object |
ArrayCodecImpl.readObjectArray(InputContext ctx,
int parameterizedJmfComponentType,
int length,
int dimensions) |
protected Object |
ArrayCodecImpl.readPrimitiveArray(InputContext ctx,
Class<?> componentType,
int jmfComponentType,
int length) |
protected Object |
ArrayCodecImpl.readPrimitiveArray(InputContext ctx,
Class<?> componentType,
int jmfComponentType,
int length,
int dimensions) |
short |
ShortCodecImpl.readShortData(InputContext ctx,
int parameterizedJmfType) |
protected String |
AbstractIntegerStringCodec.readString(InputContext ctx,
int parameterizedJmfType,
AbstractIntegerStringCodec.StringTypeHandler handler) |
protected String |
AbstractIntegerStringCodec.readString(InputContext ctx,
int parameterizedJmfType,
int indexOrLength,
AbstractIntegerStringCodec.StringTypeHandler handler) |
int |
IntegerCodecImpl.readVariableInt(InputContext ctx) |
long |
LongCodecImpl.readVariableLong(InputContext ctx) |