LazySimpleSerDe is a class used in Apache Hive for reading and writing delimited files. LazySimpleSerDe creates Objects in a lazy way, to provide better performance. Also LazySimpleSerDe outputs typed columns instead of treating all columns as String like MetadataTypedColumnsetSerDe or OpenCSVSerDe
JavaDocs: LazySimpleSerDe