| Modifier and Type | Class and Description |
|---|---|
class |
JMFSerializer |
| Modifier and Type | Method and Description |
|---|---|
void |
CodecRegistry.PrimitivePropertyCodec.encodePrimitive(OutputContext ctx,
java.lang.Object holder,
Property property) |
| Constructor and Description |
|---|
JMFObjectOutputStream(OutputContext out,
ClassDescriptor desc,
java.lang.Object v) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardCodec.encode(OutputContext ctx,
T v) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArrayListCodec.encode(OutputContext ctx,
java.util.ArrayList<?> v) |
void |
BigDecimalCodec.encode(OutputContext ctx,
java.math.BigDecimal v) |
void |
BigIntegerCodec.encode(OutputContext ctx,
java.math.BigInteger v) |
void |
BooleanCodec.encode(OutputContext ctx,
java.lang.Boolean v) |
void |
ByteCodec.encode(OutputContext ctx,
java.lang.Byte v) |
void |
CharacterCodec.encode(OutputContext ctx,
java.lang.Character v) |
void |
DateCodec.encode(OutputContext ctx,
java.util.Date v) |
void |
SqlDateCodec.encode(OutputContext ctx,
java.sql.Date v) |
void |
DoubleCodec.encode(OutputContext ctx,
java.lang.Double v) |
void |
FloatCodec.encode(OutputContext ctx,
java.lang.Float v) |
void |
HashMapCodec.encode(OutputContext ctx,
java.util.HashMap<?,?> v) |
void |
HashSetCodec.encode(OutputContext ctx,
java.util.HashSet<?> v) |
void |
IntegerCodec.encode(OutputContext ctx,
java.lang.Integer v) |
void |
LongCodec.encode(OutputContext ctx,
java.lang.Long v) |
void |
EnumCodec.encode(OutputContext ctx,
java.lang.Object v) |
void |
GenericCollectionCodec.encode(OutputContext ctx,
java.lang.Object v) |
void |
GenericMapCodec.encode(OutputContext ctx,
java.lang.Object v) |
void |
NullCodec.encode(OutputContext ctx,
java.lang.Object v) |
void |
ObjectArrayCodec.encode(OutputContext ctx,
java.lang.Object v) |
void |
PrimitiveArrayCodec.encode(OutputContext ctx,
java.lang.Object v) |
void |
ShortCodec.encode(OutputContext ctx,
java.lang.Short v) |
void |
StringCodec.encode(OutputContext ctx,
java.lang.String v) |
void |
SqlTimeCodec.encode(OutputContext ctx,
java.sql.Time v) |
void |
SqlTimestampCodec.encode(OutputContext ctx,
java.sql.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) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArrayListCodecImpl.encode(OutputContext ctx,
java.util.ArrayList<?> v) |
void |
BigDecimalCodecImpl.encode(OutputContext ctx,
java.math.BigDecimal v) |
void |
BigIntegerCodecImpl.encode(OutputContext ctx,
java.math.BigInteger v) |
void |
BooleanCodecImpl.encode(OutputContext ctx,
java.lang.Boolean v) |
void |
ByteCodecImpl.encode(OutputContext ctx,
java.lang.Byte v) |
void |
CharacterCodecImpl.encode(OutputContext ctx,
java.lang.Character v) |
void |
DateCodecImpl.encode(OutputContext ctx,
java.util.Date v) |
void |
SqlDateCodecImpl.encode(OutputContext ctx,
java.sql.Date v) |
void |
DoubleCodecImpl.encode(OutputContext ctx,
java.lang.Double v) |
void |
FloatCodecImpl.encode(OutputContext ctx,
java.lang.Float v) |
void |
HashMapCodecImpl.encode(OutputContext ctx,
java.util.HashMap<?,?> v) |
void |
HashSetCodecImpl.encode(OutputContext ctx,
java.util.HashSet<?> v) |
void |
IntegerCodecImpl.encode(OutputContext ctx,
java.lang.Integer v) |
void |
LongCodecImpl.encode(OutputContext ctx,
java.lang.Long v) |
void |
ClassCodecImpl.encode(OutputContext ctx,
java.lang.Object v) |
void |
EnumCodecImpl.encode(OutputContext ctx,
java.lang.Object v) |
void |
GenericCollectionCodecImpl.encode(OutputContext ctx,
java.lang.Object v) |
void |
GenericMapCodecImpl.encode(OutputContext ctx,
java.lang.Object v) |
void |
NullCodecImpl.encode(OutputContext ctx,
java.lang.Object v) |
void |
ObjectArrayCodecImpl.encode(OutputContext ctx,
java.lang.Object v) |
void |
ObjectCodecImpl.encode(OutputContext ctx,
java.lang.Object v) |
void |
PrimitiveArrayCodecImpl.encode(OutputContext ctx,
java.lang.Object v) |
void |
ShortCodecImpl.encode(OutputContext ctx,
java.lang.Short v) |
void |
StringCodecImpl.encode(OutputContext ctx,
java.lang.String v) |
void |
SqlTimeCodecImpl.encode(OutputContext ctx,
java.sql.Time v) |
void |
SqlTimestampCodecImpl.encode(OutputContext ctx,
java.sql.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,
java.io.Serializable v,
ClassDescriptor desc) |
protected void |
StringCodecImpl.encodeUUID(OutputContext ctx,
java.lang.String v,
int caseFlag) |
protected void |
PrimitiveArrayCodecImpl.writeBooleanArrayContent0(OutputContext ctx,
boolean[] v) |
protected void |
PrimitiveArrayCodecImpl.writeByteArrayContent0(OutputContext ctx,
byte[] v) |
protected void |
PrimitiveArrayCodecImpl.writeCharacterArrayContent0(OutputContext ctx,
char[] v) |
protected void |
CharacterCodecImpl.writeCharData(OutputContext ctx,
int jmfType,
int v) |
protected void |
PrimitiveArrayCodecImpl.writeDoubleArrayContent0(OutputContext ctx,
double[] v) |
static void |
DoubleCodecImpl.writeDoubleData(OutputContext ctx,
int jmfType,
double v) |
protected void |
PrimitiveArrayCodecImpl.writeFloatArrayContent0(OutputContext ctx,
float[] v) |
protected void |
IntegerCodecImpl.writeIntData(OutputContext ctx,
int jmfType,
int v) |
protected void |
PrimitiveArrayCodecImpl.writeIntegerArrayContent0(OutputContext ctx,
int[] v) |
protected void |
PrimitiveArrayCodecImpl.writeLongArrayContent0(OutputContext ctx,
long[] v) |
protected void |
LongCodecImpl.writeLongData(OutputContext ctx,
int jmfType,
long v) |
protected void |
ObjectArrayCodecImpl.writeObjectArrayContent(OutputContext ctx,
java.lang.Object v,
java.lang.Class<?> componentType,
int dimensions) |
protected void |
ObjectArrayCodecImpl.writeObjectArrayContent0(OutputContext ctx,
java.lang.Object v) |
protected void |
PrimitiveArrayCodecImpl.writePrimitiveArrayContent(OutputContext ctx,
java.lang.Object v,
int jmfComponentType,
int dimensions) |
protected void |
PrimitiveArrayCodecImpl.writePrimitiveArrayContent0(OutputContext ctx,
java.lang.Object v,
int jmfComponentType) |
protected void |
PrimitiveArrayCodecImpl.writeShortArrayContent0(OutputContext ctx,
short[] v) |
protected void |
ShortCodecImpl.writeShortData(OutputContext ctx,
int jmfType,
int v) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ClassNameUtil.encodeClassName(OutputContext ctx,
java.lang.String className) |
static void |
DoubleUtil.encodeDouble(OutputContext ctx,
double v) |
static void |
FloatUtil.encodeFloat(OutputContext ctx,
float v) |
static void |
IntegerUtil.encodeInteger(OutputContext ctx,
int v) |
static void |
IntegerUtil.encodeInteger(OutputContext ctx,
int v,
int significantIntegerBytesCount0) |
static void |
LongUtil.encodeLong(OutputContext ctx,
long v) |
static void |
LongUtil.encodeLong(OutputContext ctx,
long v,
int significantLongBytesCount0) |
static void |
DoubleUtil.encodeVariableDouble(OutputContext ctx,
double v) |
static void |
IntegerUtil.encodeVariableInteger(OutputContext ctx,
int v) |
static void |
LongUtil.encodeVariableLong(OutputContext ctx,
long v) |
static void |
IntegerUtil.encodeVariableUnsignedInteger(OutputContext ctx,
int v) |
static void |
LongUtil.encodeVariableUnsignedLong(OutputContext ctx,
long v) |