org.htuple
Interface SerializationUtils.TupleElementSerializer

Enclosing class:
SerializationUtils

protected static interface SerializationUtils.TupleElementSerializer


Method Summary
 int getElementTypeId()
           
 Object read(DataInput stream)
           
 void write(DataOutput stream, Object element)
           
 

Method Detail

write

void write(DataOutput stream,
           Object element)
           throws IOException
Throws:
IOException

read

Object read(DataInput stream)
            throws IOException
Throws:
IOException

getElementTypeId

int getElementTypeId()


Copyright © 2013. All Rights Reserved.