|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ItemSerializer | |
|---|---|
| iitb.con.ds | |
| iitb.con.indexing.isam | |
| iitb.con.query | |
| iitb.con.util | |
| Uses of ItemSerializer in iitb.con.ds |
|---|
| Classes in iitb.con.ds that implement ItemSerializer | |
|---|---|
class |
InstanceSerializer
InstanceSerializer serializes Instance to bytes and vice versa |
class |
InstanceTableSerializer
InstanceSerializer serializes InstanceMetaItem to bytes and vice versa |
class |
TypeSerializer
TypeSerializer serializes Type to bytes and vice versa |
| Uses of ItemSerializer in iitb.con.indexing.isam |
|---|
| Classes in iitb.con.indexing.isam that implement ItemSerializer | |
|---|---|
class |
LeafNode<T extends Comparable<T>>
Leaf Node of the index tree. |
class |
NonLeafNode
Non-Leaf Node of the index tree. |
| Uses of ItemSerializer in iitb.con.query |
|---|
| Constructors in iitb.con.query with parameters of type ItemSerializer | |
|---|---|
ItemReader(java.lang.String fileName,
ItemSerializer<T> itemSerializer)
Constructs the InstanceReader with respective file and item serializer |
|
| Uses of ItemSerializer in iitb.con.util |
|---|
| Methods in iitb.con.util with parameters of type ItemSerializer | |
|---|---|
static void |
FileDump.dumpFile(java.lang.String name,
int lineLength,
ItemSerializer is)
Dumps the file contents in bytes after deserializing with given ItemSerializer |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||