| 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 | Class and Description |
|---|---|
class |
JMFSerializer |
| Modifier and Type | Method and Description |
|---|---|
void |
CodecRegistry.PrimitivePropertyCodec.encodePrimitive(OutputContext ctx,
Object holder,
Property property) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardCodec.encode(OutputContext ctx,
T v) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArrayListCodec.encode(OutputContext ctx,
ArrayList<?> v) |
void |
BigDecimalCodec.encode(OutputContext ctx,
BigDecimal v) |
void |
BigIntegerCodec.encode(OutputContext ctx,
BigInteger v) |
void |
BooleanCodec.encode(OutputContext ctx,
Boolean v) |
void |
ByteCodec.encode(OutputContext ctx,
Byte v) |
void |
CharacterCodec.encode(OutputContext ctx,
Character v) |
void |
DateCodec.encode(OutputContext ctx,
Date v) |
void |
SqlDateCodec.encode(OutputContext ctx,
Date v) |
void |
DoubleCodec.encode(OutputContext ctx,
Double v) |
void |
FloatCodec.encode(OutputContext ctx,
Float v) |
void |
HashMapCodec.encode(OutputContext ctx,
HashMap<?,?> v) |
void |
HashSetCodec.encode(OutputContext ctx,
HashSet<?> v) |
void |
IntegerCodec.encode(OutputContext ctx,
Integer v) |
void |
LongCodec.encode(OutputContext ctx,
Long v) |
void |
ArrayCodec.encode(OutputContext ctx,
Object v) |
void |
EnumCodec.encode(OutputContext ctx,
Object v) |
void |
NullCodec.encode(OutputContext ctx,
Object v) |
void |
ShortCodec.encode(OutputContext ctx,
Short v) |
void |
StringCodec.encode(OutputContext ctx,
String v) |
void |
SqlTimeCodec.encode(OutputContext ctx,
Time v) |
void |
SqlTimestampCodec.encode(OutputContext ctx,
Timestamp v) |
void |
BooleanCodec.encodePrimitive(OutputContext ctx,
boolean v) |
void |
DoubleCodec.encodePrimitive(OutputContext ctx,
double v) |
void |
FloatCodec.encodePrimitive(OutputContext ctx,
float v) |
void |
ByteCodec.encodePrimitive(OutputContext ctx,
int v) |
void |
CharacterCodec.encodePrimitive(OutputContext ctx,
int v) |
void |
IntegerCodec.encodePrimitive(OutputContext ctx,
int v) |
void |
ShortCodec.encodePrimitive(OutputContext ctx,
int v) |
void |
LongCodec.encodePrimitive(OutputContext ctx,
long v) |
void |
IntegerCodec.writeVariableInt(OutputContext ctx,
int v) |
void |
LongCodec.writeVariableLong(OutputContext ctx,
long v) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArrayListCodecImpl.encode(OutputContext ctx,
ArrayList<?> v) |
void |
BigDecimalCodecImpl.encode(OutputContext ctx,
BigDecimal v) |
void |
BigIntegerCodecImpl.encode(OutputContext ctx,
BigInteger v) |
void |
BooleanCodecImpl.encode(OutputContext ctx,
Boolean v) |
void |
ByteCodecImpl.encode(OutputContext ctx,
Byte v) |
void |
CharacterCodecImpl.encode(OutputContext ctx,
Character v) |
void |
DateCodecImpl.encode(OutputContext ctx,
Date v) |
void |
SqlDateCodecImpl.encode(OutputContext ctx,
Date v) |
void |
DoubleCodecImpl.encode(OutputContext ctx,
Double v) |
void |
FloatCodecImpl.encode(OutputContext ctx,
Float v) |
void |
HashMapCodecImpl.encode(OutputContext ctx,
HashMap<?,?> v) |
void |
HashSetCodecImpl.encode(OutputContext ctx,
HashSet<?> v) |
void |
IntegerCodecImpl.encode(OutputContext ctx,
Integer v) |
void |
LongCodecImpl.encode(OutputContext ctx,
Long v) |
void |
ArrayCodecImpl.encode(OutputContext ctx,
Object v) |
void |
ClassCodecImpl.encode(OutputContext ctx,
Object v) |
void |
EnumCodecImpl.encode(OutputContext ctx,
Object v) |
void |
NullCodecImpl.encode(OutputContext ctx,
Object v) |
void |
ObjectCodecImpl.encode(OutputContext ctx,
Object v) |
void |
ShortCodecImpl.encode(OutputContext ctx,
Short v) |
void |
StringCodecImpl.encode(OutputContext ctx,
String v) |
void |
SqlTimeCodecImpl.encode(OutputContext ctx,
Time v) |
void |
SqlTimestampCodecImpl.encode(OutputContext ctx,
Timestamp v) |
void |
BooleanCodecImpl.encodePrimitive(OutputContext ctx,
boolean v) |
void |
DoubleCodecImpl.encodePrimitive(OutputContext ctx,
double v) |
void |
FloatCodecImpl.encodePrimitive(OutputContext ctx,
float v) |
void |
ByteCodecImpl.encodePrimitive(OutputContext ctx,
int v) |
void |
CharacterCodecImpl.encodePrimitive(OutputContext ctx,
int v) |
void |
IntegerCodecImpl.encodePrimitive(OutputContext ctx,
int v) |
void |
ShortCodecImpl.encodePrimitive(OutputContext ctx,
int v) |
void |
LongCodecImpl.encodePrimitive(OutputContext ctx,
long v) |
protected void |
ObjectCodecImpl.encodeSerializable(OutputContext ctx,
Serializable v) |
protected void |
StringCodecImpl.encodeUUID(OutputContext ctx,
String v,
int caseFlag) |
protected void |
CharacterCodecImpl.writeCharData(OutputContext ctx,
int jmfType,
int v) |
static void |
DoubleCodecImpl.writeDoubleData(OutputContext ctx,
int jmfType,
double v) |
static void |
FloatCodecImpl.writeFloatData(OutputContext ctx,
int jmfType,
float v) |
protected void |
AbstractIntegerStringCodec.writeIntData(OutputContext ctx,
AbstractIntegerStringCodec.IntegerComponents ics) |
protected void |
IntegerCodecImpl.writeIntData(OutputContext ctx,
int jmfType,
int v) |
protected void |
LongCodecImpl.writeLongData(OutputContext ctx,
int jmfType,
long v) |
protected void |
ArrayCodecImpl.writeObjectArray(OutputContext ctx,
Object v) |
protected void |
ArrayCodecImpl.writeObjectArray(OutputContext ctx,
Object v,
int dimensions,
boolean writeDimensions) |
protected void |
ArrayCodecImpl.writePrimitiveArray(OutputContext ctx,
Object v,
int jmfComponentType,
boolean writeType) |
protected void |
ArrayCodecImpl.writePrimitiveArray(OutputContext ctx,
Object v,
int jmfComponentType,
int dimensions,
boolean writeDimensionsAndType) |
void |
ShortCodecImpl.writeShortData(OutputContext ctx,
int jmfType,
int v) |
protected void |
AbstractIntegerStringCodec.writeString(OutputContext ctx,
String v,
AbstractIntegerStringCodec.StringTypeHandler handler) |
void |
IntegerCodecImpl.writeVariableInt(OutputContext ctx,
int v) |
void |
LongCodecImpl.writeVariableLong(OutputContext ctx,
long v) |