voldemort.serialization
Class SerializationUtils

java.lang.Object
  extended by voldemort.serialization.SerializationUtils

public class SerializationUtils
extends java.lang.Object


Constructor Summary
SerializationUtils()
           
 
Method Summary
static void close(java.io.ByteArrayOutputStream stream)
           
static java.lang.String getJavaClassFromSchemaInfo(java.lang.String schemaInfo)
          Extracts the java class name from the schema info
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializationUtils

public SerializationUtils()
Method Detail

getJavaClassFromSchemaInfo

public static java.lang.String getJavaClassFromSchemaInfo(java.lang.String schemaInfo)
Extracts the java class name from the schema info

Parameters:
schemaInfo - the schema info, a string like: java=java.lang.String
Returns:
the name of the class extracted from the schema info

close

public static void close(java.io.ByteArrayOutputStream stream)


Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu