Package | Description |
---|---|
com.devexperts.qd.kit |
This package contains default implementations of various QD components which
do not constitute any separate module or subsystem and which can be easily replaced.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayField
The
ByteArrayField represents a linear byte array field
with plain serialized form. |
class |
MarshalledObjField
The
MarshalledObjField represents an object field with plain Java serialized form. |
class |
PlainObjField
Deprecated.
Use
ByteArrayField with custom serialization whenever possible,
or use MarshalledObjField that prevents unnecessary costly deserialization of
objects in multiplexor nodes.
Note: extension of this class is not supported because of the high-performance architecture for binary protocol reading/writing. |
class |
StringField
The
StringField represents a character sequence field
with CESU-8 serialized form. |
class |
VoidObjField |
Modifier and Type | Method and Description |
---|---|
AbstractDataObjField |
DefaultScheme.findObjFieldByName(String name) |
AbstractDataObjField |
DefaultRecord.getObjField(int index) |
Copyright © 2002–2025 Devexperts LLC. All rights reserved.