Package | Description |
---|---|
jadex.commons.transformation.binaryserializer |
Modifier and Type | Method and Description |
---|---|
Object |
UUIDCodec.createObject(Class<?> clazz,
DecodingContext context)
Creates the object during decoding.
|
Object |
URLCodec.createObject(Class<?> clazz,
DecodingContext context)
Creates the object during decoding.
|
Object |
TupleCodec.createObject(Class<?> clazz,
DecodingContext context)
Creates the object during decoding.
|
Object |
TimestampCodec.createObject(Class<?> clazz,
DecodingContext context)
Creates the object during decoding.
|
Object |
ThrowableCodec.createObject(Class<?> clazz,
DecodingContext context)
Creates the object during decoding.
|
Object |
StringCodec.createObject(Class<?> clazz,
DecodingContext context)
Creates the object during decoding.
|
Object |
StackTraceElementCodec.createObject(Class<?> clazz,
DecodingContext context)
Creates the object during decoding.
|
Object |
RectangleCodec.createObject(Class<?> clazz,
DecodingContext context)
Creates the object during decoding.
|
Object |
NumberCodec.createObject(Class<?> clazz,
DecodingContext context)
Creates the object during decoding.
|
Object |
MultiCollectionCodec.createObject(Class<?> clazz,
DecodingContext context)
Creates the object during decoding.
|
Object |
MapCodec.createObject(Class<?> clazz,
DecodingContext context)
Creates the object during decoding.
|
Object |
LoggingLevelCodec.createObject(Class<?> clazz,
DecodingContext context)
Creates the object during decoding.
|
Object |
LogRecordCodec.createObject(Class<?> clazz,
DecodingContext context)
Creates the object during decoding.
|
Object |
InetAddressCodec.createObject(Class<?> clazz,
DecodingContext context)
Creates the object during decoding.
|
Object |
ImageCodec.createObject(Class<?> clazz,
DecodingContext context)
Creates the object during decoding.
|
Object |
EnumerationCodec.createObject(Class<?> clazz,
DecodingContext context)
Creates the object during decoding.
|
Object |
EnumCodec.createObject(Class<?> clazz,
DecodingContext context)
Creates the object during decoding.
|
Object |
DateCodec.createObject(Class<?> clazz,
DecodingContext context)
Creates the object during decoding.
|
Object |
ColorCodec.createObject(Class<?> clazz,
DecodingContext context)
Creates the object during decoding.
|
Object |
CollectionCodec.createObject(Class<?> clazz,
DecodingContext context)
Creates the object during decoding.
|
Object |
ClassCodec.createObject(Class<?> clazz,
DecodingContext context)
Creates the object during decoding.
|
Object |
CertificateCodec.createObject(Class<?> clazz,
DecodingContext context)
Creates the object during decoding.
|
Object |
BeanCodec.createObject(Class<?> clazz,
DecodingContext context)
Creates the object during decoding.
|
Object |
ArrayCodec.createObject(Class<?> clazz,
DecodingContext context)
Creates the object during decoding.
|
abstract Object |
AbstractCodec.createObject(Class<?> clazz,
DecodingContext context)
Creates the object during decoding.
|
Object |
MethodCodec.createObject(Class clazz,
DecodingContext context)
Creates the object during decoding.
|
Object |
IDecoderHandler.decode(Class<?> clazz,
DecodingContext context)
Decodes an object.
|
Object |
AbstractCodec.decode(Class<?> clazz,
DecodingContext context)
Decodes an object.
|
Object |
TupleCodec.decodeSubObjects(Object object,
Class<?> clazz,
DecodingContext context)
Decodes and adds sub-objects during decoding.
|
Object |
MultiCollectionCodec.decodeSubObjects(Object object,
Class<?> clazz,
DecodingContext context)
Decodes and adds sub-objects during decoding.
|
Object |
MapCodec.decodeSubObjects(Object object,
Class<?> clazz,
DecodingContext context)
Decodes and adds sub-objects during decoding.
|
Object |
CollectionCodec.decodeSubObjects(Object object,
Class<?> clazz,
DecodingContext context)
Decodes and adds sub-objects during decoding.
|
Object |
BeanCodec.decodeSubObjects(Object object,
Class<?> clazz,
DecodingContext context)
Decodes and adds sub-objects during decoding.
|
Object |
ArrayCodec.decodeSubObjects(Object object,
Class<?> clazz,
DecodingContext context)
Decodes and adds sub-objects during decoding.
|
Object |
AbstractCodec.decodeSubObjects(Object object,
Class<?> clazz,
DecodingContext context)
Decodes and adds sub-objects during decoding.
|
static void |
BeanCodec.readBeanProperties(Object object,
Class clazz,
DecodingContext context,
IBeanIntrospector intro) |
void |
StringCodec.recordKnownDecodedObject(Object object,
DecodingContext context)
References handling not needed, handled by string pool.
|
void |
NumberCodec.recordKnownDecodedObject(Object object,
DecodingContext context)
References handling not needed.
|
void |
AbstractCodec.recordKnownDecodedObject(Object object,
DecodingContext context)
Record object as known during decoding, allows different behavior if needed.
|
Copyright © 2013. All Rights Reserved.