ms.getParameters());
}
private MSerDeInfo converToMSerDeInfo(SerDeInfo ms) throws MetaException {
if(ms == null) throw new MetaException("Invalid SerDeInfo object");
return new MSerDeInfo(ms.getName(),
ms.getSerializationLib(),
ms.getParameters());
}