org.htuple
Class SerializationUtils

java.lang.Object
  extended by org.htuple.SerializationUtils

public class SerializationUtils
extends Object


Nested Class Summary
protected static interface SerializationUtils.TupleElementSerializer
           
 
Field Summary
static int NULL_ELEMENT_TYPE
           
 
Constructor Summary
SerializationUtils()
           
 
Method Summary
static Object read(DataInput stream)
           
static void write(DataOutput stream, Object element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL_ELEMENT_TYPE

public static final int NULL_ELEMENT_TYPE
See Also:
Constant Field Values
Constructor Detail

SerializationUtils

public SerializationUtils()
Method Detail

write

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

read

public static Object read(DataInput stream)
                   throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.